Appearance
Get market summary for a currency pair
GET
/v1/public/{currencyPair}/marketsummary
Get the market summary for a given currency pair.
Parameters
Path Parameters
currencyPair*
Specify the currency pair for which you want to query the market summary. Examples: BTCUSDC, ETHUSDC, XRPUSDC, ETHZAR, ADABTC, ADAETH etc.
Type
Requiredstring
Responses
Market summary for the specified currency pair
application/json
JSON
{
"currencyPair": "BTCUSDT",
"askPrice": "93129",
"bidPrice": "81400",
"lastTradedPrice": "93129",
"previousClosePrice": "93129",
"baseVolume": "0",
"quoteVolume": "0",
"highPrice": "93129",
"lowPrice": "0",
"created": "2025-07-17T07:37:05.061Z",
"changeFromPrevious": "0",
"markPrice": "118156"
}