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" } ] }
지원 체인 전반의 지갑을 나열하고 기본값과 자동화 상태를 확인합니다.
isDefault
automationEnabled
Filter by chain type
ethereum
solana
Return only default wallets.
Return only wallets with automation enabled.
Wallet list
표시 하위 속성