/account-abstraction/platforms/:platform/accounts/:id
You need an API key for this call. Please reach out to the Blessnet team to get setup.
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
Last updated