Search
K
Comment on page

Market Data

Market Data Overview

get
https://api.aio.exchange/api
/v2/marketdata/{basePair}-{targetPair}
Gets an overview of market data for a given base and target pair.
This is a public endpoint. Provides the best bid, the best ask, and live market information.
Parameters
Path
basePair*
String
Ticker Pair of the base currency e.g. for Bitcon: BTC
targetPair*
String
Ticker Pair of the target currency e.g. for Tether: USDT
Responses
200: OK
/api/v1/marketdata/btc-usdt
get
https://api.aio.exchange/api
/v2/marketdata/snapshot/{basePair}-{targetPair}
To Complete: Retrieves a snapshot of tickers across all exchanges.
get
https://api.aio.exchange/api
/v2/marketdata/tokeninformation/{symbol}
Retrieves information about a specific token, and relevant metadata
Parameters
Path
symbol*
String
Ticker symbol of the currency e.g. for Bitcon: BTC
Responses
200: OK
Last modified 7mo ago