Skip to content

Instantly share code, notes, and snippets.

@coinscious-io
Created August 2, 2019 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coinscious-io/da9e41d6b95566c10ba45ac9a536a9b6 to your computer and use it in GitHub Desktop.
Save coinscious-io/da9e41d6b95566c10ba45ac9a536a9b6 to your computer and use it in GitHub Desktop.
Get list of supported cryptocurrency trading pairs at a specific exchange
curl -X GET \
'https://api.coinscious.org/exchanges/poloniex/pairs' \
-H 'Authorization: Bearer <token>'
@festum
Copy link

festum commented Nov 7, 2020

Please update domain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment