API Reference
DBot OfficialDBot DashboardPricing

导入钱包

此API用于导入solana/evm的钱包(请只保留少量资金)

FreePlusProEnterprise积分消耗
0

响应数据


{
  "err": false, // 是否发生错误
  "res": {
    "id": "me884oti5xxru6", // 钱包id
    "address": "Afm5VvyzAqwqgc2Xugf6tEtoqxEYnS4JGJY6pdVKx5Vm", // 钱包地址
    "accountId": "lz2ijdur02r79x",
    "name": "1234",
    "type": "solana",
    "_id": "me884oti5dxru6"
  }
}
Language