cURL
curl --request GET \ --url https://developer-api.squads.so/api/v1/passkeys/externally-signed-account/{externally_signed_account_address} \ --header 'Authorization: Bearer <token>' \ --header 'x-squads-network: <x-squads-network>'
{ "relyingPartyId": "<string>", "pubkey": "<string>", "sessionKey": { "key": "<string>", "expiration": 123 } }
Retrieve detailed information about an externally signed account by its address
UUID-based API key provided by Squads
Specifies the network for the API request
mainnet
devnet
The Solana public key address of the externally signed account
Externally signed account data retrieved successfully
Relying party identifier
Base64 encoded public key
Optional session key information
Show child attributes
Was this page helpful?