Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created April 12, 2021 12:37
Show Gist options
  • Save bengrunfeld/bbc0894c7217426857a48bb381946d98 to your computer and use it in GitHub Desktop.
Save bengrunfeld/bbc0894c7217426857a48bb381946d98 to your computer and use it in GitHub Desktop.
Example Binance REST API Request using Curl
curl --request GET 'https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=15m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment