Created
December 4, 2017 18:51
-
-
Save coopermaruyama/7d869014c86c1b3e039468d43fff2f5a to your computer and use it in GitHub Desktop.
ICOStats simple API query example 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 \ | |
-X POST \ | |
-H "Content-Type: application/json" \ | |
--data '{ "query": "{ icos { id, name, symbol, roi_since_ico } }" }' \ | |
https://icostats.com/graphql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment