Returns a list of all public exchanges available for data subscription.
cURL
curl --request GET \ --url https://api.ticksupply.com/v1/exchanges \ --header 'X-Api-Key: <api-key>'
[ { "code": "binance", "display_name": "Binance" }, { "code": "coinbase", "display_name": "Coinbase" } ]
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
List of exchanges
Exchange code (lowercase identifier)
"binance"
Human-readable exchange name
"Binance"
Was this page helpful?