post https://api-bot-v1.dbotx.com/account/wallet
This API is used to import a single solana/evm wallet (please keep only a small amount of funds)
Free | Plus | Pro | Enterprise | Credit Usage |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | 0 |
Response Data
{
"err": false, // Error or not
"res": {
"id": "me884oti5xxru6", // Wallet id
"address": "Afm5VvyzAqwqgc2Xugf6tEtoqxEYnS4JGJY6pdVKx5Vm", // Wallet type (solana/evm)
"accountId": "lz2ijdur02r79x",
"name": "1234",
"type": "solana",
"_id": "me884oti5dxru6"
}
}