Comment on page
The HashUp API
Store all the information about the licenses stored on HashUp protocol!
Licenses are sent to the HashUp protocol via the GameContract.io platform. The API provided by HashUp is an aggregator of the latest information and a verifier to ensure that the license token is genuine and legal. The HashUp API stores all data related to promotions and game prices.
OpenAPI Address: https://open-api.hashup.it/

Example Integration with HashUp Protocol and API!
HashUp's Open API only returns verified licenses.
post
https://open-api.hashup.it/
v1/tokens
Return all verified tokens on all chains.
Licenses on different chains have different addresses. So the API allows you to retrieve all verified tokens coming from a single chain.
chain | chainName on HashUp API |
---|---|
Polygon | polygon |
Binance Smart Chain, in progress | bsc |
Ethereum, in progress | ethereum |
Casper, in progress | casper |
HashUp plans to spread its protocol and API across all the chains where there are players and stores. If you're interested in having HashUp infrastructure on your chain, please contact us!
post
http://open-api.hashup.it/v1/tokens
/:chainName
Return all verified tokens from :chainName.
On HashUp, game license-tokens, movie license-tokens, and web3 game starter packs are published, all in for of ERC20 token! Here are a few token types you can get on HashUp API:
API :tokenType | Description |
---|---|
game | Game licenses in form of ERC20 token |
movie | Movie licenses in form of ERC20 token |
starterpack | Web3 game starterpack |
token | Just ERC20 token |
post
http://open-api.hashup.it/v1/tokens/:chainName/:tokenType
Return all verified token-licenses from :chainName with :tokenType
Over time, more and more licenses and tokens will be flowing into HashUp! Use the recommended tokens to always have the most interesting promotions and tokens on your home page!