GET
/
coins
/
{coin_id}
/
exchanges
CLI
curl --request GET \
--url 'https://api.coinpaprika.com/v1/coins/btc-bitcoin/exchanges'
[
  {
    "id": "binance",
    "name": "Binance",
    "fiats": [
      {
        "name": "US Dollars",
        "symbol": "USD"
      }
    ],
    "adjusted_volume_24h_share": 11.26
  }
]

Path Parameters

coin_id
string
required
Example:

"btc-bitcoin"

Response

200
application/json

successful operation

The response is of type object[].