post https://api-bot-v1.dbotx.com/account/wallets
此API用于批量导入solana/evm的钱包(请只保留少量资金)
Free | Plus | Pro | Enterprise | 积分消耗 |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 0 |
响应数据
{
"err": false, // 是否发生错误
"res": [
{
"id": "lwzrpe4g01uc90", // 钱包id
"name": "wallet81_1", // 钱包名称
"type": "evm", // 钱包类型
"address": "0x5d7c53181D84cB2F8b5CB3858058036752be12f9" // 钱包地址
},
{
"id": "lwzrpe4h01udz6",
"name": "wallet81_2",
"type": "evm",
"address": "0xf77CDBD6c1748b0ADE22fDFC3B65dDdFc00f0acf"
}
]
}