cURL
curl --request GET \ --url https://api.privy.io/v1/accounts/{account_id} \ --header 'Authorization: Basic <encoded-value>' \ --header 'privy-app-id: <privy-app-id>'
{ "id": "<string>", "display_name": "<string>", "wallets": [ { "id": "<string>", "chain_type": "ethereum", "address": "<string>" } ] }
Get an account by account ID.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
ID of the account.
1
The requested account.
A digital asset account that groups wallets under a single entity.
The account ID.
An optional display name for the account.
The wallets belonging to this account.
Show child attributes
Was this page helpful?