Português (BR)
cURL
curl --request GET \ --url https://api.afkcrypto.com/v1/wallets \ --header 'x-api-key: <api-key>'
{ "wallets": [ { "address": "0xabc...", "chainType": "ethereum", "isDefault": true, "automationEnabled": true, "providerType": "embedded", "clientType": "privy" } ] }
Liste suas carteiras nas cadeias compatíveis e identifique carteiras padrão e automação.
isDefault
automationEnabled
Filter by chain type
ethereum
solana
Return only default wallets.
Return only wallets with automation enabled.
Wallet list
Mostrar atributos filhos
Wallet address.
Chain family for this wallet.
Whether this is the user's default wallet for its chain.
Automation/delegation enabled for this wallet.
Wallet provider type (e.g., embedded).
Client integration type (e.g., privy).