API Reference
DBot OfficialDBot DashboardPricing

Import Single Wallet

This API is used to import a single solana/evm wallet (please keep only a small amount of funds)

FreePlusProEnterpriseCredit 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"
  }
}
Language