Skip to main content

Get Account Balance

Endpoint: GET /accounts/balance/{accountId}

Authentication: Bearer Token (required)

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
AuthorizationstringYesBearer token for authentication

Request Schema

{
"headers": {
"Authorization": "Bearer <token>"
}
}