Skip to content

Get market summary

GET
/v1/public/marketsummary

Get the market summary for all supported currency pairs. markPrice: A reference price for a trading pair calculated as the median of last traded, best bid and best ask.

Responses

List of market summaries for all currency pairs

application/json
JSON
[
{
"currencyPair": "BTCUSDTPERP",
"askPrice": "105656",
"bidPrice": "105594",
"lastTradedPrice": "105611",
"previousClosePrice": "106678",
"baseVolume": "1.0638",
"quoteVolume": "113947.8777",
"highPrice": "108840",
"lowPrice": "105600",
"created": "2025-06-17T12:34:32.069Z",
"changeFromPrevious": "-1",
"markPrice": "105628"
},
{
"currencyPair": "USDTUSDC",
"askPrice": "1.00046",
"bidPrice": "1.00033",
"lastTradedPrice": "1.00037",
"previousClosePrice": "1.00026",
"baseVolume": "757540.1433",
"quoteVolume": "757913.592959302",
"highPrice": "1.00066",
"lowPrice": "1.00023",
"created": "2025-06-17T12:34:32.049Z",
"changeFromPrevious": "0.01",
"markPrice": "1.0003"
}
]

Playground

Samples