GET
/
v1
/
wallets
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
    }
  ],
  "next_cursor": "u67nttpkeeti2hm9w7aoxdcc"
}

Authorizations

Authorization
string
header
required

App secret authentication

Headers

privy-app-id
string
required

ID of your Privy app

Query Parameters

cursor
string
Minimum length: 1
limit
number | null
Required range: x <= 100
chain_type
Available options:
solana

Response

200 - application/json
Object with wallet data.
data
object[]
required
next_cursor
string