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
| Code | Description |
|---|---|
| 401 | Invalid or expired token |
| 403 | This Bot is not a wallet bot |
| 500 | Internal server error |
