Advanced - Custom UI
Get Externally Signed Account Data
Retrieve detailed information about an externally signed account by its address
GET
Get externally signed account data by address
Passkeys are currently only live on devnet. Mainnet support is coming soon.
Retrieves detailed information about an externally signed account by its address. This is an advanced endpoint for companies that need to host passkey flows on their own domain.
For most applications, use the hosted UI approach instead.
Key Notes
- Custom Domain: Use this endpoint when hosting passkey flows on your own domain
- Account Lookup: Retrieve account details using the Solana public key address
- Read-Only: This operation doesn’t modify account state
For detailed implementation, see the Custom Domain guide.
Authorizations
UUID-based API key provided by Squads
Headers
Specifies the network for the API request
Available options:
mainnet
, devnet
Path Parameters
The Solana public key address of the externally signed account
Response
200
application/json
Externally signed account data retrieved successfully
The response is of type object
.
Get externally signed account data by address