List an exchange markets
Returns list of all available markets on a given exchange on coinpaprika.com:
- base, quote coin names/symbols, market url
- market type
- activity and outlier status
- price and volume
- etc.
Available on the following API plans:
- Free
- Starter
- Pro
- Business
- Enterprise
Update interval: Every 1 minute.
GET
CLI
Path Parameters
Example:
"binance"
Query Parameters
Comma separated list of quotes to return. Currently allowed values: BTC, ETH, USD, EUR, PLN, KRW, GBP, CAD, JPY, RUB, TRY, NZD, AUD, CHF, UAH, HKD, SGD, NGN, PHP, MXN, BRL, THB, CLP, CNY, CZK, DKK, HUF, IDR, ILS, INR, MYR, NOK, PKR, SEK, TWD, ZAR, VND, BOB, COP, PEN, ARS, ISK
Example:
"USD,BTC"
Response
successful operation
Example:
"BTC/USDT"
Example:
"btc-bitcoin"
Example:
"Bitcoin"
Example:
"usdt-tether"
Example:
"Tether"
Example:
"https://www.binance.com/en/trade/BTC_USDT"
Example:
"Spot"
Example:
"Percentage"
Example:
false
Example:
30.29
Example:
"2018-11-14T07:20:41Z"
CLI