Get the last 100 ledger entries for your business account with running balance snapshots. GET /account/statement.
Documentation Index
Fetch the complete documentation index at: https://docs.fyatu.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /account/transactions instead. The statement endpoint focuses on balance movements and does not include fee or status details.| Field | Type | Description |
|---|---|---|
entries | array | Array of up to 100 ledger entries, newest first |
count | number | Number of entries returned |
| Field | Type | Description |
|---|---|---|
transactionId | string | Transaction batch ID (matches transactionId in /account/transactions) |
type | string | CREDIT or DEBIT |
amount | number | Amount in USD |
currency | string | Always USD |
description | string | Ledger description of the operation |
balanceBefore | number | Account balance before this entry (USD) |
balanceAfter | number | Account balance after this entry (USD) |
createdAt | string | ISO 8601 timestamp |
balanceAfter