Skip to main content

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, and timestamp.

Request

Body

    axp_data_list

    object[]

  • Array [

  • 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

OK

Loading...