Skip to main content

Get Account Balance

Endpoint: GET /accounts/balance/{accountId}

Authentication: X-API-Key: {{apiKey}}

Description

Retrieves the current balance for a specific account identified by its UUID.

Request

Path Parameters

NameTypeRequiredDescription
accountIdstringYesThe UUID of the account to retrieve the balance for

Headers

NameTypeRequiredDescription
AuthorizationstringYesX-API-Key for authentication

Request Schema

{
"headers": {
"X-API-Key": "{{apiKey}}"
}
}