cURL
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 } ]
Returns exchanges where a given coin is traded.
Available on the following API plans:
Update interval: Every 1 minute.
"btc-bitcoin"
successful operation
The response is of type object[].
object[]