GET
/
tickers
/
exchanges
cURL
curl --request GET \
  --url https://openapiv1.coinstats.app/tickers/exchanges \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "icon": "<string>",
    "rank": 123,
    "change24h": 123,
    "url": "<string>",
    "volume24h": 123,
    "volume7d": 123,
    "volume1m": 123
  }
]
2 credits per request
Returns a list of supported cryptocurrency exchanges available on CoinStats.

Authorizations

X-API-KEY
string
header
required

API key needed to access the endpoints. Example: 'demo-api-key'

Response

200
application/json

Returns a list of supported cryptocurrency exchanges available on CoinStats.

The response is of type object[].