Market Summary
GET/marketdata/api/v1/summary
Overview of market data for all tickers and all market pairs on the exchange.
Request
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)
Symbol/currency code of base currency, eg. btc
Symbol/currency code of quote currency, eg. usdc
Last transacted price of base currency based on given quote currency
Lowest Ask price of base currency based on given quote currency
Highest bid price of base currency based on given quote currency
24-hr volume of market pair denoted in BASE currency
24-hr volume of market pair denoted in QUOTE currency
24-hr % price change of market pair
Lowest price of base currency based on given quote currency in the last 24-hrs
Highest price of base currency based on given quote currency in the last 24-hrs
[
{
"symbol": "btc_usdc",
"baseAsset": "btc",
"quoteAsset": "usdc",
"lastPrice": 60000,
"lowestAsk": 60000,
"highestBid": 59999,
"baseVolume": 1000,
"quoteVolume": 100000,
"changePercent": 12,
"lowestPrice": 50000,
"highestPrice": 60000
}
]
[
{
"symbol": "btc_usdc",
"baseAsset": "btc",
"quoteAsset": "usdc",
"lastPrice": 60000.00000005,
"lowestAsk": 60000.00000008,
"highestBid": 60000.00000001,
"baseVolume": 2000.00000001,
"quoteVolume": 2000000.00000001,
"changePercent": 15.0002,
"lowestPrice": 58000.00000001,
"highestPrice": 60000.00000008
},
{
"symbol": "btc_eth",
"baseAsset": "btc",
"quoteAsset": "eth",
"lastPrice": 30.05,
"lowestAsk": 31.005,
"highestBid": 30.98,
"baseVolume": 2000.01,
"quoteVolume": 200000.006,
"changePercent": 10.2,
"lowestPrice": 29.8,
"highestPrice": 31.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)
Symbol/currency code of base currency, eg. btc
Symbol/currency code of quote currency, eg. usdc
Last transacted price of base currency based on given quote currency
Lowest Ask price of base currency based on given quote currency
Highest bid price of base currency based on given quote currency
24-hr volume of market pair denoted in BASE currency
24-hr volume of market pair denoted in QUOTE currency
24-hr % price change of market pair
Lowest price of base currency based on given quote currency in the last 24-hrs
Highest price of base currency based on given quote currency in the last 24-hrs
[
{
"symbol": "btc_usdc",
"baseAsset": "btc",
"quoteAsset": "usdc",
"lastPrice": 60000,
"lowestAsk": 60000,
"highestBid": 59999,
"baseVolume": 1000,
"quoteVolume": 100000,
"changePercent": 12,
"lowestPrice": 50000,
"highestPrice": 60000
}
]
[
{
"symbol": "btc_usdc",
"baseAsset": "btc",
"quoteAsset": "usdc",
"lastPrice": 60000.00000005,
"lowestAsk": 60000.00000008,
"highestBid": 60000.00000001,
"baseVolume": 2000.00000001,
"quoteVolume": 2000000.00000001,
"changePercent": 15.0002,
"lowestPrice": 58000.00000001,
"highestPrice": 60000.00000008
},
{
"symbol": "btc_eth",
"baseAsset": "btc",
"quoteAsset": "eth",
"lastPrice": 30.05,
"lowestAsk": 31.005,
"highestBid": 30.98,
"baseVolume": 2000.01,
"quoteVolume": 200000.006,
"changePercent": 10.2,
"lowestPrice": 29.8,
"highestPrice": 31.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)
Symbol/currency code of base currency, eg. btc
Symbol/currency code of quote currency, eg. usdc
Last transacted price of base currency based on given quote currency
Lowest Ask price of base currency based on given quote currency
Highest bid price of base currency based on given quote currency
24-hr volume of market pair denoted in BASE currency
24-hr volume of market pair denoted in QUOTE currency
24-hr % price change of market pair
Lowest price of base currency based on given quote currency in the last 24-hrs
Highest price of base currency based on given quote currency in the last 24-hrs
[
{
"symbol": "btc_usdc",
"baseAsset": "btc",
"quoteAsset": "usdc",
"lastPrice": 60000,
"lowestAsk": 60000,
"highestBid": 59999,
"baseVolume": 1000,
"quoteVolume": 100000,
"changePercent": 12,
"lowestPrice": 50000,
"highestPrice": 60000
}
]
[
{
"symbol": "btc_usdc",
"baseAsset": "btc",
"quoteAsset": "usdc",
"lastPrice": 60000.00000005,
"lowestAsk": 60000.00000008,
"highestBid": 60000.00000001,
"baseVolume": 2000.00000001,
"quoteVolume": 2000000.00000001,
"changePercent": 15.0002,
"lowestPrice": 58000.00000001,
"highestPrice": 60000.00000008
},
{
"symbol": "btc_eth",
"baseAsset": "btc",
"quoteAsset": "eth",
"lastPrice": 30.05,
"lowestAsk": 31.005,
"highestBid": 30.98,
"baseVolume": 2000.01,
"quoteVolume": 200000.006,
"changePercent": 10.2,
"lowestPrice": 29.8,
"highestPrice": 31.4
}
]