getSmartAccount
Account Abstraction RPC
getSmartAccount
Learn how to use the getSmartAccount JSON-RPC method.
POST
getSmartAccount
Documentation Index
Fetch the complete documentation index at: https://uasdev.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Understanding getSmartAccount
getSmartAccountreturns information regarding a specific smart account (such as aBICONOMY,CYBERCONNECT,SIMPLE,LIGHT,XTERIOaccount) tied to an account address. It takes:- Account config object:
name- string. EitherBICONOMY,CYBERCONNECTorSIMPLE.version- string. Either1.0.0, ‘1.0.2’ or2.0.0(see the Web SDK reference for supported configurations).ownerAddress- string.
- Account config object:
Query example
JSON
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Request to retrieve smart account information.
Version of the JSON-RPC protocol, should be 2.0.
Example:
"2.0"
The request identifier.
Example:
1
API method being called.
Available options:
particle_aa_getSmartAccount Parameters for retrieving a smart account.
Account details as a string.
Response
200 - application/json
Successful response with smart account information.
