cURL
curl --request GET \ --url https://mock-api.cevro.ai/v1/players/{playerId}/deposits \ --header 'Authorization: Bearer <token>' \ --header 'X-Session-ID: <x-session-id>'
{ "deposits": [ { "id": "<string>", "amount": 123, "currency": "<string>", "status": "pending", "payment_method": "<string>", "declined_reason": "<string>", "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" } ], "total": 123, "limit": 123, "offset": 123 }
Returns deposit transactions with filtering and pagination.
API Bearer token. For this demo, any non-empty string is accepted.
pending
completed
declined
cancelled
Deposit history retrieved successfully
Show child attributes