Skip to content

agalliani/data-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICObench Data API

ICObench Data API allows you to get various information and data from the platform including ICO listings, ratings, and stats.

Getting Started

To use the ICObench Data API you need to have both "Private Key" and "Public Key".

  • Public Key is used to identify the API user and is sent via request header as "X-ICObench-Key".
  • Private Key is used to sign every request together with JSON. Both are hashed by HMAC SHA384, converted to base64 and sent via request header as "X-ICObench-Sig".

Please make sure to send data using POST method and from the IP that you have whitelisted in your API settings.

How can I get the access?

You can request an access to API by following next steps:

  • Register a new account here
  • Request the API key here

Resources

Authors

View list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Retrieve data from ICObench

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.5%
  • PHP 28.5%
  • JavaScript 16.0%