Game Endpoints
Achievements
POST
Headers
Body
application/json
In game achievement name.
Example:
"Sample achievement title"
A short description to describe the given achievement.
Example:
"Optional: Achievement description"
Indicator showing the achievement is ‘achieved’ for the user.
Example:
true
Email address used by the user to connect to the game.
Example:
"user@example.com"
Timestamp at which the achievement is ‘achieved’ in game.
Format: YYYY-MM-DD HH:mm:ss
Example:
"2024-07-16 19:20:30"
Any web3 wallet used by the user to connect to the game.
Example:
"0x1234567890abcdef"
Blockchain associated with the shared wallet address.
Available options:
avalanche
, base
, ethereum
, polygon
, ronin
, solana
, sui
Example:
"ethereum"
Response
200
application/json
Successful response
Example:
10
Was this page helpful?