Player Data API

Player data APIs enable developers to manage and maintain player game data such as game progress and achievements. These APIs provide methods to read and update player data, ensuring data consistency and security.

GET /rpc/player/getProgress
  • Function: Get the progress of the player.

  • Parameters: player ID.

POST /rpc/player/updateAchievements
  • Function: Update the achievements of a player.

  • Parameters: player ID, achievement data

By using these APIs, developers can provide players with a coherent and personalised gaming experience, while ensuring that data is updated and synchronised in real-time.

By providing a thorough API reference, this document aims to help developers efficiently integrate and use blockchain technology to enhance in-game interactions and player experience.

Last updated