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
| Name | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | The UUID of the account to retrieve the balance for |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Request Schema
{
"headers": {
"Authorization": "Bearer <token>"
}
}