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
| 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 | X-API-Key for authentication |
Request Schema
{
"headers": {
"X-API-Key": "{{apiKey}}"
}
}