IcoBench allows you to get various information and data from the platform including ICO listings, ratings, and stats.
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.
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
Or if you prefer yarn:
yarn add icobench
You can request an access to API by following next steps:
View list of contributors who participated in this project.
See the Terms & Conditions file for details
This project is licensed under the MIT License - see the LICENSE file for details