Get wallets
Get all wallets in your app.
SDK methods
Learn more about getting wallets using our SDKs here.Authorizations
Basic Auth header with your app ID as the username and your app secret as the password.
Headers
ID of your Privy app.
Query Parameters
1x <= 100The wallet chain types.
ethereum, solana, cosmos, stellar, sui, aptos, movement, tron, bitcoin-segwit, bitcoin-taproot, pearl, near, ton, starknet, spark A blockchain wallet address. Ethereum addresses are normalized to EIP-55 checksum format. Solana addresses are validated as base58. All other chain addresses (Stellar, Tron, Sui, Aptos, etc.) are accepted as-is.
Filter wallets by user ID. Cannot be used together with authorization_key.
Filter wallets by authorization public key. Returns wallets owned by key quorums that include the specified P-256 public key (base64-encoded DER format). Cannot be used together with user_id.
250^[A-Za-z0-9+/=\-\s]+$Filter wallets by external ID.
Include archived wallets in lookup. Defaults to false.

