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 } ]
API key needed to access the endpoints. Example: 'demo-api-key'
Returns a list of supported cryptocurrency exchanges available on CoinStats.
The response is of type object[].
object[]
Was this page helpful?