Games

* is a required field

Make sure to use your X-Auth-Token when making a POST request. Your X-Auth-Token is the private key associated to your ERC-20 wallet.

Create Game

Create a new game

Create a new game multipart

create vs create-multipart

You need to upload the image somewhere and post the URL when you use /games/manage/create API. Once it is created, we store image data in our DB.

On the other hand, you can post the image binary directly to us if you use /game/manage/create-multipart API.

Game Metadata

Update game metadata

Update game metadata multipart

Game Lookup

Lookup the game by fqGn

You can get the game details by fqGn.

Lookup the game by platform and package name

You can get the game details by platform and package name.

Last updated