post https://api-bot-v1.dbotx.com/account/wallets
This API is used to batch import solana/evm wallets (please keep only a small amount of funds)
Free | Plus | Pro | Enterprise | Credit Usage |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 0 |
Response Data
{
"err": false, // Error or not
"res": [
{
"id": "lwzrpe4g01uc90", // Wallet id
"name": "wallet81_1", // Wallet name
"type": "evm", // Wallet type (solana/evm)
"address": "0x5d7c53181D84cB2F8b5CB3858058036752be12f9"
},
{
"id": "lwzrpe4h01udz6",
"name": "wallet81_2",
"type": "evm",
"address": "0xf77CDBD6c1748b0ADE22fDFC3B65dDdFc00f0acf"
}
]
}