get https://api-bot-v1.dbotx.com/account/wallets
此API用于获取用户创建或导入的所有钱包的信息
Free | Plus | Pro | Enterprise | 积分消耗 |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 0 |
响应数据
{
"err": false, // 是否发生错误
"res": [
{
"id": "y2e8ft2o105l75", // 钱包id
"name": "wallet name", // 钱包名称
"type": "solana", // 钱包类型 (solana/evm)
"address": "ktAWj44kpcEbUgAs4v1MmZVCPrZs8a2sZQQVqdDW2hy" // 钱包地址
},
{
"id": "iay5tlko690fg3",
"name": "wallet name",
"type": "solana",
"address": "6qe7cjoefo4GQhYZpCGPZdX4qmaGStDw6AZgVZar4oaY"
}
]
}