Skip to main content
GET
Retrieve account program balance

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the account program.

Example:

"550e8400-e29b-41d4-a716-446655440002"

Query Parameters

as_of
string<date-time>

ISO 8601 UTC timestamp to retrieve balance at.

Example:

"2026-01-15T10:40:00Z"

Response

200 - application/json

Account program balance snapshot

id
string<uuid>
required

Unique identifier of the account program.

Example:

"550e8400-e29b-41d4-a716-446655440002"

type
enum<string>
required

Resource type discriminator.

Available options:
account_program_balance
amount
object
required
currency
enum<string>
required

ISO 4217 currency code.

Available options:
EUR,
GBP,
USD
Example:

"EUR"

as_of
string<date-time>
required

ISO 8601 UTC timestamp when this balance snapshot was produced.

Example:

"2026-01-15T10:40:00Z"