Skip to content

Instantly share code, notes, and snippets.

@GerardBCN
Created May 16, 2019 20:39
Show Gist options
  • Save GerardBCN/e74f4f1e11d97d5d89cd19d849e2d156 to your computer and use it in GitHub Desktop.
Save GerardBCN/e74f4f1e11d97d5d89cd19d849e2d156 to your computer and use it in GitHub Desktop.
Sample to query cryptodatum.io using curl
curl --header "Authorization: API_KEY" "https://cryptodatum.io/api/v1/candles/?symbol=bitfinex:btcusd&type=tick&step=100&limit=10&start=1364923374000000000&end=1364948040000000000&format=csv" > myquery.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment