cURL
curl --request GET \ --url https://api.contro.me/v1/partner/balance/transactions \ --header 'x-contro-api-key: <api-key>'
{ "data": [ { "id": "btx_abc123", "amount": -42.5, "type": "card_debit", "status": "completed", "description": "Card transaction - Coffee Shop", "ref": "tx_def456", "timestamp": "2026-03-20T14:30:00Z", "createdAt": "2026-03-20T14:30:00Z" } ], "hasMore": true, "nextCursor": "<string>" }
List transactions on the partner’s balance ledger
Partner API key (sk_live_* for production, sk_test_* for sandbox)
Cursor for pagination
Number of items per page (1-100)
1 <= x <= 100
Balance transactions
Show child attributes