Created
May 16, 2019 20:39
-
-
Save GerardBCN/e74f4f1e11d97d5d89cd19d849e2d156 to your computer and use it in GitHub Desktop.
Sample to query cryptodatum.io using curl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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