Supported Exchanges
Endpoints
Method
Path
Description
List Supported Exchanges
GET /v1/supported-exchangescurl https://rest-api.tokenbot.com/v1/supported-exchanges{
"success": true,
"data": [
{
"id": "binance",
"name": "Binance",
"trading_types": ["spot", "margin", "perpetual"],
"is_active": true
}
]
}Last updated
Was this helpful?