ICObench Data API 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.
You can request an access to API by following next steps:
- ICObench API PHP Class
- ICObench API JS Example
- ICObench API Python Example
- ICObench API Python3 Example
- API documentation
View list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details