1.0.0 • Published 6 years ago

icobench v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

IcoBench

IcoBench 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.

Installation

IcoBench makes use of the latest set of @types TypeScript definitions files, allowing you to install everything using just a simple npm install.

npm install icobench --save

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.

Terms & Conditions

See the Terms & Conditions file for details

License

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