Skip to main content

Get Support Currencies

Frequency limit:10 times/1s (IP)

Description

HTTP Request

  • GET /api/v2/margin/currencies
Request Example
curl "https://api.bitget.com/api/v2/margin/currencies"
-H "ACCESS-KEY:*******" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"

Request Parameters

Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1679383565084,
"data": [
{
"symbol": "ETHUSDT",
"baseCoin": "ETH",
"quoteCoin": "USDT",
"maxCrossedLeverage": "3",
"maxIsolatedLeverage": "10",
"warningRiskRatio": "0.80000000",
"liquidationRiskRatio": "1.00000000",
"minTradeAmount": "0.00010000",
"maxTradeAmount": "10000.00000000",
"takerFeeRate": "0.00100000",
"makerFeeRate": "0.00100000",
"pricePrecision": "4",
"quantityPrecision": "4",
"minTradeUSDT": "5.00000000",
"isBorrowable": true,
"userMinBorrow": "0.00000001",
"status": "1",
"isIsolatedBaseBorrowable": true,
"isIsolatedQuoteBorrowable": true,
"isCrossBorrowable": true
}
]
}

Response Parameters

ParameterTypeDescription
symbolStringTrading pair
baseCoinStringBase currency
quoteCoinStringQuote currency
maxCrossedLeverageStringCross margin maximum leverage multiples
maxIsolatedLeverageStringCross margin maximum leverage multiples
warningRiskRatioStringWarning risk ratio
liquidationRiskRatioStringLiquidation risk ratio
minTradeAmountStringMinimum trading volume
maxTradeAmountStringMaximum trading volume
takerFeeRateStringTaker rates
makerFeeRateStringMaker rates
pricePrecisionStringPricing precision
quantityPrecisionStringAmount precision
minTradeUSDTStringMinimum trading volume (USDT)
isBorrowableStringBorrowable or not(ignore)
userMinBorrowStringMinimum borrowing
statusString1: tradable 2: under temporary maintenance
isIsolatedBaseBorrowableStringisolate base coin borrowable or not?
isIsolatedQuoteBorrowableStringisolate quote coin borrowable or not?
isCrossBorrowableStringcorss borrowable or not?

How was your Reading Experience with us?