Skip to main content

Get Ticker

Frequency limit: 20 times/1s (IP)

Description

Get ticker data of the given 'productType' and 'symbol'

HTTP Request

  • GET /api/v2/mix/market/ticker
Request Example
curl "https://api.cointr.com/api/v2/mix/market/ticker?productType=COIN-FUTURES&symbol=ETHUSDM24"

Request Parameters

ParameterTypeRequiredDescription
symbolStringYesTrading pair
productTypeStringYesProduct type
USDT-FUTURES USDT professional futures
COIN-FUTURES Mixed futures
USDC-FUTURES USDC professional futures
SUSDT-FUTURES USDT professional futures demo
SCOIN-FUTURES Mixed futures demo
SUSDC-FUTURES USDC professional futures demo
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1695794095685,
"data": [
{
"symbol": "ETHUSD_231229",
"lastPr": "1829.3",
"askPr": "1829.8",
"bidPr": "1829.3",
"bidSz": "0.054",
"askSz": "0.785",
"high24h": "0",
"low24h": "0",
"ts": "1695794098184",
"change24h": "0",
"baseVolume": "0",
"quoteVolume": "0",
"usdtVolume": "0",
"openUtc": "0",
"changeUtc24h": "0",
"indexPrice": "1822.15",
"fundingRate": "0",
"holdingAmount": "9488.49",
"deliveryStartTime": "1693538723186",
"deliveryTime": "1703836799000",
"deliveryStatus": "delivery_normal",
"open24h": "0"
}
]
}

Response Parameters

ParameterTypeDescription
> symbolStringTrading pair name
> lastPrStringLast price
> askPrStringAsk price
> bidPrStringBid price
> bidSzStringBuying amount
> askSzStringSelling amount
> high24hString24h high
> low24hString24h low
> tsStringMilliseconds format of current data timestamp Unix, e.g. 1597026383085
> change24hStringPrice increase or decrease (24 hours)
> baseVolumeStringTrading volume of the coin
> quoteVolumeStringTrading volume of quote currency
> usdtVolumeStringTrading volume of USDT
> openUtcStringUTC0 opening price
> changeUtc24hStringUTC0 24-hour price increase and decrease
> indexPriceStringIndex price
> fundingRateStringFunding rate
> holdingAmountStringCurrent holding positions(base coin)
> open24hStringEntry price of the last 24 hours
The opening time is compared on a 24-hour basis. i.e.: Now it is 7:00 PM of the 2nd day of the month, then the corresponding opening time is 7:00 PM of the 1st day of the month.
> deliveryStartTimeStringDelivery start time (only for delivery contracts)
> deliveryTimeStringDelivery time (only for delivery contracts)
> deliveryStatusStringDelivery status (only for delivery contracts; delivery_config_period: Newly listed currency pairs are configured
delivery_normal: Trading normally
delivery_before: 10 minutes before delivery, opening positions are prohibited
delivery_period: Delivery, opening, closing, and canceling orders are prohibited