Exchanges
Endpoints
Method
Path
Description
List Exchange Accounts
GET /v1/exchangescurl https://rest-api.tokenbot.com/v1/exchanges \
-H "X-API-Key: tb_live_your_key"{
"success": true,
"data": [
{
"id": "exc_abc123",
"exchange_name": "binance",
"account_name": "Main Binance",
"trading_type": "spot",
"is_active": true,
"balance": { "BTC": 1.5, "USDT": 10000 },
"last_sync_at": "2026-02-20T12:00:00Z",
"created_at": "2026-01-15T10:30:00Z"
}
]
}Get Exchange Account
Add Exchange Account
Remove Exchange Account
Test Exchange Credentials
Sync Exchange Balance
Last updated
Was this helpful?