API Reference
DBot OfficialDBot DashboardPricing

Get Wallet Information

This API is used to get information of all wallets created or imported by user

FreePlusProEnterpriseCredit Usage
0

Response Data

{
  "err": false, // Error or not
  "res": [
    {
      "id": "y2e8ft2o105l75", // Wallet id
      "name": "wallet name", // Wallet name
      "type": "solana", // Wallet type (solana/evm)
      "address": "ktAWj44kpcEbUgAs4v1MmZVCPrZs8a2sZQQVqdDW2hy"
    },
    {
      "id": "iay5tlko690fg3",
      "name": "wallet name",
      "type": "solana",
      "address": "6qe7cjoefo4GQhYZpCGPZdX4qmaGStDw6AZgVZar4oaY"
    }
  ]
}
Language