Update AXP
POST/axp/update/update_axp
Update axie's AXP. Do not test this endpoint in production.
Conditions:
- All updates have to be unique by game_id,axie_id, andtimestamp.
Request
- application/json
Body
- Array [ 
- ] 
axp_data_list
object[]
axie_id axie_id (integer)required
Default value: 1
Axie ID to increase AXP.
xp xp (number)required
Default value: 1
Amount of AXP requesting to increase.
timestamp timestamp (number)required
Default value: 1000000000000000
Time of requesting to increase AXP in milliseconds.
metadata object
JSON (optional). Metadata of increasing AXP action.
Responses
- 200
OK
Loading...