Game Endpoints
Playtime
POST
Headers
Body
application/json
Session end time for the user.
Format: YYYY-MM-DD HH:mm:ss
Example:
"2024-07-16 19:20:30"
Total time played by the user for the current session.
Required range:
x >= 0
Example:
5
Email address used by the user to connect to the game.
Example:
"user@example.com"
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?