Paginated list of the user’s credit transactions (deposits and deductions).
cURL
curl --request GET \ --url https://orbitflare.com/api/customer/v2/topup/history \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "transactions": { "data": [ { "id": 123, "type": "deposit", "amount": 123, "balance_before": 123, "balance_after": 123, "description": "<string>", "gateway": "<string>", "created_at": "2023-11-07T05:31:56Z" } ], "current_page": 123, "last_page": 123, "per_page": 123, "total": 123 } } }
Bearer token from device or wallet auth
Results per page (max 50, default 15).
x <= 50
Page number.
Transaction history retrieved.
true
Show child attributes
Bu sayfa yararlı mıydı?