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.

Return all verified tokens on all chains.

POST https://open-api.hashup.it/v1/tokens

This API will return all the license-tokens available on all chains on the HashUp protocol.

Licenses on different :chains

Licenses on different chains have different addresses. So the API allows you to retrieve all verified tokens coming from a single chain.

POST => https://open-api.hashup.it/:chainName => [GamesArrayFrom(: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!

Return all verified tokens from :chainName.

POST http://open-api.hashup.it/v1/tokens/:chainName

Sample query to return all license-tokens from Polygon. https://api.hashup.it/v1/tokens/polygon => Array from Polygon

https://api.hashup.it/v1/tokens/bsc => Array from Binance Smart Chain

TokenTypes

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

Return all verified token-licenses from :chainName with :tokenType

POST http://open-api.hashup.it/v1/tokens/:chainName/:tokenType

Example: POST => https://api.hashup.it/v1/tokens/polygon/game => return Array<GameLicenses>

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!

Last updated