Skip to main content
GET

Authorizations

BIZ-API-KEY
string
header
required

The API key. For more details, refer to API key.

In the API playground, enter your API secret, and your API key will be accordingly calculated.

Path Parameters

bank_account_id
string<uuid>
required

The destination bank account ID.

Response

The request was successful.

bank_account_id
string<uuid>
required

The destination bank account ID.

Example:

"123e4567-e89b-12d3-a456-426614174003"

currency
string
required

The fiat currency of the bank account.

Example:

"USD"

total_balance
string
required

The total balance of the bank account.

Example:

"100.00"

available_balance
string
required

The available balance of the bank account.

Example:

"80.00"

locked_balance
string
required

The locked balance of the bank account.

Example:

"20.00"