Skip to main content

Get Spot Symbols

Rate limit: 5 req/sec/UID

HTTP Request

  • GET /api/v2/spot/ins-loan/symbols
Request Example
curl "https://api.bitget.com/api/v2/spot/ins-loan/symbols?productld=xxx" \
-H "ACCESS-KEY:your apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

ParameterTypeRequiredDescription
productldStringYesProduct Id
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1711697588556,
"data": {
"productId": "xxxxxxxx",
"spotSymbols": [
"BTCUSDT",
"ETHUSDT"
]
}
}

Response Parameters

ParameterTypeComments
productIdStringProduct Id
> spotSymbolsArraySpot trading pairs

How was your Reading Experience with us?