Last active
October 21, 2021 00:12
-
-
Save etale-cohomology/8228891747a04ca905d4af3adb10f9df to your computer and use it in GitHub Desktop.
The 'Accept-Encoding' HTTP request header can be used to tell the HTTP server you want compressed data. The server responds with a `Content-Encoding` header.
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 https://api.binance.com/api/v3/exchangeInfo --header 'Accept-Encoding: gzip, deflate' | gunzip - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment