Skip to main content
GET
/
players
/
{playerId}
/
balances
/
history
Get balance change history
curl --request GET \
  --url https://mock-api.cevro.ai/v1/players/{playerId}/balances/history \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Session-ID: <x-session-id>'

Authorizations

Authorization
string
header
required

API Bearer token. For this demo, any non-empty string is accepted.

Headers

X-Session-ID
string
required

Path Parameters

playerId
string
required

Query Parameters

balance_type
enum<string>
Available options:
cash,
bonus
limit
integer
default:20
offset
integer
default:0

Response

200

Balance history retrieved