Skip to content

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

License

Notifications You must be signed in to change notification settings

dublicator/icobench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IcoBench

FOSSA Status

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

Or if you prefer yarn:

yarn add icobench

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

FOSSA Status

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published