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" } ] }
在受支持的链上列出你的钱包,并识别默认钱包与自动化状态。
Documentation IndexFetch the complete documentation index at: https://docs.afkcrypto.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.afkcrypto.com/llms.txt
Use this file to discover all available pages before exploring further.
isDefault
automationEnabled
Filter by chain type
ethereum
solana
Return only default wallets.
Return only wallets with automation enabled.
Wallet list
Show child attributes