Skip to main content

Get player token transactions

Retrieve all token transactions associated with a specific player.

Path Parameters
uuid uuid REQUIRED

UUID of the player

Query Parameters
per_page integer

Possible values: 1 ≤ value ≤ 100

Number of results per page

page integer

Possible values: 1 ≤ value

Page number

Responses
200

successful operation

Schema OPTIONAL
data object[] OPTIONAL
transaction_value integer OPTIONAL

Amount of tokens involved in the transaction (positive for received, negative for spent)

description string OPTIONAL

Description of the transaction

sender OPTIONAL

Sender of the tokens (null for system transactions)

receiver OPTIONAL

Receiver of the tokens (null for system transactions)

discount OPTIONAL

Discount applied to the transaction (if any)

date date-time OPTIONAL

Date and time when the transaction occurred

links object OPTIONAL
first string OPTIONAL
last string OPTIONAL
prev string OPTIONAL
next string OPTIONAL
meta object OPTIONAL
current_page integer OPTIONAL
from integer OPTIONAL
last_page integer OPTIONAL
links object[] OPTIONAL
url string OPTIONAL
label string OPTIONAL
active boolean OPTIONAL
path string OPTIONAL
per_page integer OPTIONAL
to integer OPTIONAL
total integer OPTIONAL
404

Player not found

Schema OPTIONAL
error string OPTIONAL