curl --request GET \
--url https://api.stage.rocka.live/balances/api/balance{
"amount": 53.93,
"currency": "EUR",
"type": "payin",
"date": "2025-06-18"
}Check your balance for any currency.
curl --request GET \
--url https://api.stage.rocka.live/balances/api/balance{
"amount": 53.93,
"currency": "EUR",
"type": "payin",
"date": "2025-06-18"
}The ISO code of the currency you want to check your balance for.
"EUR"
To check your payment balance, select payin. To check your payout balance, select payout.
payin, payout "payin"
Balance timestamp in the YYYY-MM-DD format. For example, 2025-06-18 for June 18th, 2025.
Was this page helpful?