Transaction history

Search the transaction history of a given player

post

Retrieve a list of transactions that have occurred for a given player. Supports filtering, sorting, and pagination.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
playerIdstringRequired

id of the player

Header parameters
x-mythical-environment-idstring · uuidRequired

Identifier for the environment that this request should interact with

Body
cursorstringOptional
limitintegerRequired
Responses
200

A list of offers

application/json
post
/v1/players/{playerId}/transaction-history

Last updated