Skip to content

Instantly share code, notes, and snippets.

@coinscious-io
Created August 2, 2019 14:31
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/59758775036f81f76a575b2df94b1054 to your computer and use it in GitHub Desktop.
Save coinscious-io/59758775036f81f76a575b2df94b1054 to your computer and use it in GitHub Desktop.
Get OHLCV data for a cryptocurrency trading pair at a specific exchange
curl -X GET \
'https://api.coinscious.org/ohlcv/binance/eth_btc?start=1563593400000&end=1563598800000' \
-H 'Authorization: Bearer <token>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment