cURL
curl --request GET \ --url https://api.privy.io/v1/wallets \ --header 'Authorization: Basic <encoded-value>' \ --header 'privy-app-id: <privy-app-id>'
{ "data": [ { "id": "id2tptkqrxd39qo9j423etij", "address": "0xF1DBff66C993EE895C8cb176c30b07A559d76496", "chain_type": "ethereum", "policy_ids": [], "additional_signers": [], "owner_id": "rkiz0ivz254drv1xw982v3jq", "created_at": 1741834854578, "exported_at": null, "imported_at": null } ], "next_cursor": "<string>" }
Get all wallets in your app.
Basic Auth header with your app ID as the username and your app secret as the password.
ID of your Privy app.
1
x <= 100
cosmos
Object with wallet data.
The response is of type object.
object