8.3.5 Create Metadata

POST api/v3/tokens/metadata

Dynamic metadata can be added to game tokens so that users who view the token in Opensea are able to view information on the token’s in-game stats. This could be something like token level, upgrades, and more that help a potential buyer determine the true value of a token. The metadata endpoints can be called from the game server to set this dynamic metadata. The dynamic metadata schema follows the Opensea metadata standard of ERC-1155 and ERC-721 tokens. Note: this endpoint can be called to create or completely replace the full dynamic metadata of the token.