/account-abstraction/platforms/:platform/accounts/:id
GET
GET
/account-abstraction/platforms/:platform/accounts/:id
The /account-abstraction/platforms/:platform/accounts/:id
endpoint returns details of a platform linked smart account, e.g. a smart account used through telegram.
Headers
x-api-key
Your API key
Path Variables
:platform
Yes
The platform, e.g. telegram.
:id
Yes
The user Id for that platform.
Params
chain
No
mainnet
The chain type we are working with, either mainnet
or sepolia
Response Body
account
string
The abstract account address for that platform and user Id combination.
exists
boolean
If this smart account has been created on-chain. As these use deterministic addresses we can always know the address for a given platform/user Id combination, but that doesn't mean it has been created.
hashedId
string
A one-way encrypted hash of the user Id used when creating the smart account.
Example Request
Response
schema:
type: array
description: An array of valid operations.
Response Body
message
string
Message response from the endpoint
requestOwner
array
The owner of the API key that made the operation request.
for
array
Array of operations requested, with account, target and calldata for each
destinationChain
number
The target chain for the operation
creationDeliveryId
string
Unique Id for the creation of the account
deliveryId
string
Unique Id for the execution of the operation.
Example Request
Response
Last updated