GET
/
exchanges
/
{exchange_id}
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/exchanges/binance'
{
  "id": "binance",
  "name": "Binance",
  "active": true,
  "website_status": true,
  "api_status": true,
  "description": "Binance is a Malta-based cryptocurrency exchange founded in July 2017",
  "message": "Currently under maintenance",
  "links": {
    "website": [
      "https://www.binance.com/"
    ],
    "twitter": [
      "https://twitter.com/binance"
    ]
  },
  "markets_data_fetched": true,
  "adjusted_rank": 1,
  "reported_rank": 3,
  "currencies": 150,
  "markets": 385,
  "fiats": [
    {
      "name": "US Dollars",
      "symbol": "USD"
    }
  ],
  "quotes": {
    "$KEY": {
      "reported_volume_24h": 794020873,
      "adjusted_volume_24h": 794020873,
      "reported_volume_7d": 153060819,
      "adjusted_volume_7d": 153060819,
      "reported_volume_30d": 301246828,
      "adjusted_volume_30d": 301246828
    }
  },
  "last_updated": "2018-11-14T07:20:41Z"
}

Path Parameters

exchange_id
string
required
Example:

"binance"

Query Parameters

quotes
string
default:USD

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

200
application/json

successful operation

The response is of type object.