Transaction history
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
400
Bad Request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
post
/v1/players/{playerId}/transaction-historyLast updated