Tiger API
π―© What is Tiger API
π Main Purpose
βοΈ How to Enable Tiger API in the Terminal
π‘ WebSocket Request Format
{
"type": "setLinkSymbol",
"e": "BINANCE", // Exchange
"m": "SPOT", // Market type: SPOT or FUTURES
"symbol": "BTCUSDT", // Trading pair
"linkGroup": "A" // Link group: Aβ11
}β
Example of a Successful Response
β Error Examples
1. Invalid Command Type
2. Invalid JSON Format
3. Validation Errors (do not close WS connection)
π’ Ping/Pong Support
1. Text-based:
2. JSON-based:
π Reference Tables
Exchanges (e):
e):Market Types (m):
m):Link Groups (linkGroup):
linkGroup):π Error Handling Table
Error Type
Code
Action
π Request examples
π Recommendations for Clients
Last updated