Skip to main content

Get Eligible Symbols

Get Eligible Symbols

Description​

Query all margin trading pairs available to the eligible (whitelist) user.

HTTP Request​

  • GET /api/v3/account/eligible-symbols
  • Rate limit: 10/sec/UID
  • Permission: UTA mgt. (read)
Request
curl "https://api.bitget.com/api/v3/account/eligible-symbols" \
-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​

ParametersTypeRequiredDescription
symbolStringNoSymbol name
e.g., BTCUSDT
Response
{
"code": "00000",
"msg": "success",
"requestTime": 1784618341109,
"data": [
{
"symbol": "RPBRUSDT",
"category": "MARGIN",
"baseCoin": "rPBR",
"quoteCoin": "USDT",
"symbolType": "stock",
"buyLimitPriceRatio": "0.1",
"sellLimitPriceRatio": "0.1",
"minOrderQty": "0.0001",
"maxOrderQty": "0",
"pricePrecision": "2",
"quantityPrecision": "4",
"quotePrecision": "6",
"minOrderAmount": "20",
"maxSymbolOrderNum": "",
"maxProductOrderNum": "400",
"status": "online",
"maintainTime": "",
"areaSymbol": "yes",
"maxPositionNum": "200",
"isReality": "yes",
"launchTime": "1781101641926"
}
]
}

Response Parameters​

ParametersTypeDescription
symbolStringSymbol name
categoryStringProduct type
MARGIN Margin trading
baseCoinStringBase coin
e.g., BTC in BTCUSDT
quoteCoinStringQuote coin
e.g., USDT in BTCUSDT
symbolTypeStringSymbol type
crypto Cryptocurrency
metal Precious metals
stock Stocks
commodity Commodities
buyLimitPriceRatioStringBuy price limit ratio
The ratio of the buy limit price to the market price, determining the maximum price at which a buy order will be placed
sellLimitPriceRatioStringSell price limit ratio
The ratio of the sell limit price to the market price, determining the minimum price at which a sell order will be placed
minOrderQtyStringMinimum order quantity
The smallest allowable quantity for placing an order in terms of the base coin
maxOrderQtyStringMaximum order quantity for a single limit order
The largest allowable quantity for placing an order in terms of the base coin
A value of 0 indicates no limit
pricePrecisionStringPrice precision
The number of decimal places allowed for the price
quantityPrecisionStringQuantity precision
The number of decimal places allowed for the quantity
quotePrecisionStringMarket order precision
The number of decimal places allowed for the price of the quote coin
minOrderAmountStringMinimum order amount
The smallest allowable amount for placing an order in terms of the quote coin
maxSymbolOrderNumStringMaximum order number in terms of the trading pair
maxProductOrderNumStringMaximum order number in terms of the product line
statusStringTrading pair status
listed Listed (not yet open)
online Normal
limit_open Restrict opening positions
limit_close Restrict closing positions
offline Delisted/under maintenance
restrictedAPI API restricted
maintainTimeStringMaintenance time
If not configured, it returns: ""
areaSymbolStringArea symbol
yes / no
maxPositionNumStringMaximum position number in terms of the trading pair
isRealityStringReality identifier
yes Reality stock token
no Non-Reality stock token
launchTimeStringLaunch time
Unix millisecond timestamp indicating when the trading pair was launched

How was your Reading Experience with us?

★
★
★
★
â˜