Market Data
Market Data Overview
Gets an overview of market data for a given base and target.
Path Parameters
Name
Type
Description
// GET Response
{
"data": {
"aggregatedVolume": 116132.8442178152, // sum of volume from connections
"high": 19176.3, // overall high 24h
"low": 16574.4, // overall low 24h
"baseSymbol": "BTC",
"targetSymbol": "USDT",
"baseTokenId": 1, //Unique AIO ID for token
"targetTokenId": 825,
"bestBid": {
"exchangeName": "OKCOIN",
"price": 16692.6,
"size": 0.0056
},
"bestAsk": {
"exchangeName": "BITSTAMP",
"price": 16713,
"size": 0
},
"dailyChange": 84.59939, //24h
"dailyPercentageChange": 0.5081060598 //24h
},
"success": true,
"error": null,
"timestamp": 1668931096371,
"requestId":"1234"
}To Complete: Retrieves a snapshot of tickers across all exchanges.
Path Parameters
Name
Type
Description
Retrieves information about a specific token, and relevant metadata
Path Parameters
Name
Type
Description
Last updated
