Skip to main content
GET
Check your balance

Query Parameters

currency
string
required

The ISO code of the currency you want to check your balance for.

Example:

"EUR"

type
enum<string>
required

To check your payment balance, enter payin. To check your payout balance, enter payout.

Available options:
payin,
payout
Example:

"payin"

date
string<date-time>
required

Balance timestamp in the YYYY-MM-DD format. For example, 2025-06-18 for June 18th, 2025.

Response

OK

amount
integer

The amount on your balance.

currency
string

Balance currency.

type
string

Balance type.

date
string<date-time>

Balance timestamp.

Last modified on August 4, 2026