cURL
curl --request GET \ --url https://openapiv1.coinstats.app/exchange/support \ --header 'X-API-KEY: <api-key>'
[ { "name": "<string>", "connectionId": "<string>", "icon": "<string>", "connectionFields": {} } ]
API key needed to access the endpoints. Example: 'demo-api-key'
Get list of exchanges
The response is of type object[].
object[]
Was this page helpful?