cURL
curl --request GET \ --url https://app.afkcrypto.com/api/v1/wallets \ --header 'x-api-key: <api-key>'
{ "wallets": [ { "address": "0xabc...", "chainType": "ethereum", "isPrimary": true, "delegated": true, "providerType": "embedded", "clientType": "privy" } ] }
Defaults to all wallets; primaries first.
chain
ethereum
solana
primaryOnly
delegatedOnly
Filter by chain type
Wallet list
The response is of type object.
object