Tickers
GET/marketdata/api/v1/tickers
Get market statistics for all markets for the past 24 hours.
Request
Query Parameters
optional market symbol filter
Responses
- 200
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
- Example
Schema
Array [
]
Identifier of a ticker with delimiter to separate base/quote, eg. btc_usdc (Price of btc is quoted in usdc)
Last transacted price of base currency based on given quote currency
24-hour trading volume denoted in BASE currency
24 hour trading volume denoted in QUOTE currency
Highest price of base currency based on given quote currency in the last 24-hrs
Lowest price of base currency based on given quote currency in the last 24-hrs
[
{
"symbol": "btc_usdc",
"lastPrice": 60000,
"volume": 1000,
"targetVolume": 100000,
"high": 60000,
"low": 50000
}
]
[
{
"symbol": "btc_usdc",
"lastPrice": 60000.01,
"volume": 1000.5,
"targetVolume": 60030010.005,
"high": 60000.01,
"low": 58000.8
},
{
"symbol": "btc_eth",
"lastPrice": 30.5,
"volume": 10000.5,
"targetVolume": 305015.25,
"high": 32.002,
"low": 29.4
}
]
- Schema
- Example (from schema)
- Example
Schema
Array [
]
Identifier of a ticker with delimiter to separate base/quote, eg. btc_usdc (Price of btc is quoted in usdc)
Last transacted price of base currency based on given quote currency
24-hour trading volume denoted in BASE currency
24 hour trading volume denoted in QUOTE currency
Highest price of base currency based on given quote currency in the last 24-hrs
Lowest price of base currency based on given quote currency in the last 24-hrs
[
{
"symbol": "btc_usdc",
"lastPrice": 60000,
"volume": 1000,
"targetVolume": 100000,
"high": 60000,
"low": 50000
}
]
[
{
"symbol": "btc_usdc",
"lastPrice": 60000.01,
"volume": 1000.5,
"targetVolume": 60030010.005,
"high": 60000.01,
"low": 58000.8
},
{
"symbol": "btc_eth",
"lastPrice": 30.5,
"volume": 10000.5,
"targetVolume": 305015.25,
"high": 32.002,
"low": 29.4
}
]
- Schema
- Example (from schema)
- Example
Schema
Array [
]
Identifier of a ticker with delimiter to separate base/quote, eg. btc_usdc (Price of btc is quoted in usdc)
Last transacted price of base currency based on given quote currency
24-hour trading volume denoted in BASE currency
24 hour trading volume denoted in QUOTE currency
Highest price of base currency based on given quote currency in the last 24-hrs
Lowest price of base currency based on given quote currency in the last 24-hrs
[
{
"symbol": "btc_usdc",
"lastPrice": 60000,
"volume": 1000,
"targetVolume": 100000,
"high": 60000,
"low": 50000
}
]
[
{
"symbol": "btc_usdc",
"lastPrice": 60000.01,
"volume": 1000.5,
"targetVolume": 60030010.005,
"high": 60000.01,
"low": 58000.8
},
{
"symbol": "btc_eth",
"lastPrice": 30.5,
"volume": 10000.5,
"targetVolume": 305015.25,
"high": 32.002,
"low": 29.4
}
]