Skip to content

Instantly share code, notes, and snippets.

@coopermaruyama
Created December 4, 2017 18:51
Show Gist options
  • Save coopermaruyama/7d869014c86c1b3e039468d43fff2f5a to your computer and use it in GitHub Desktop.
Save coopermaruyama/7d869014c86c1b3e039468d43fff2f5a to your computer and use it in GitHub Desktop.
ICOStats simple API query example using curl
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