Market Data
Market Data Overview
Gets an overview of market data for a given base and target.
GET
https://api.aio.exchange/api/v2/marketdata/{baseTokenId}-{targetTokenId}
*
Recommended
OR
GET
https://api.aio.exchange/api/v2/marketdata/{baseSymbol}-{targetSymbol}
This is a public endpoint. Provides the best bid, the best ask, and live market information.
Path Parameters
baseSymbol
String
Ticker Pair of the base currency e.g. for Bitcon: BTC
targetSymbol
String
Ticker Pair of the target currency e.g. for Tether: USDT
baseTokenId
Int
Token ID of the base currency e.g. for Bitcoin: 1
targetTokenId
Int
Token ID of the target currency e.g. for Tether: 825
To Complete: Retrieves a snapshot of tickers across all exchanges.
GET
https://api.aio.exchange/api/v2/marketdata/snapshot/{baseTokenId}-{targetTokenId}
Get's the last stored data from each exchange ticker
Path Parameters
baseTokenId
Int
Token ID of the base currency e.g. for Bitcon: 1
targetTokenId
Int
Token ID of the target currency e.g. for Tether: 825
Retrieves information about a specific token, and relevant metadata
GET
https://api.aio.exchange/api/v2/marketdata/tokeninformation/{symbol}
Path Parameters
symbol*
String
Ticker symbol of the currency e.g. for Bitcon: BTC
Last updated