한국어
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
표시 하위 속성
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).