cURL
curl --request GET \ --url https://developer-api.squads.so/api/v1/smart-accounts/{smart_account_address} \ --header 'Authorization: Bearer <token>' \ --header 'x-squads-network: <x-squads-network>'
{ "smart_account_address": "<string>", "signers": [ { "address": "<string>", "permissions": [ "CAN_INITIATE" ] } ], "threshold": 123, "admin_address": "<string>", "rent_collector": "<string>" }
Retrieve information about a specific Smart Account
UUID-based API key provided by Squads
Specifies the network for the API request
mainnet
devnet
The address of the smart account
Smart account details retrieved successfully
Show child attributes
Was this page helpful?