Skip to content

getWalletBotInfo

Get wallet bot information.

Request

GET /:token/getwalletbotinfo

POST /:token/getwalletbotinfo

This method supports both GET and POST requests.

Parameters

No parameters required.

Response

Returns the wallet bot information object.

json
{
  "ok": true,
  "result": {
    "bot_id": 123456789,
    "bot_name": "WalletBot",
    "wallet_address": "0xabcdef1234567890abcdef1234567890abcdef12",
    "supported_currencies": ["USDT", "BTC", "ETH"],
    "is_active": true
  }
}

Error Codes

CodeDescription
401Invalid or expired token
403This Bot is not a wallet bot
500Internal server error