Skip to main content
GET
/
account
/
statement
Get Statement
curl --request GET \
  --url https://api.fyatu.com/api/v3.20/account/statement \
  --header 'Authorization: Bearer <token>'
{}

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.

Overview

Download a wallet statement for a specified date range. Useful for reconciliation and accounting.

Query Parameters

ParameterTypeRequiredDescription
fromstringYesStart date (ISO 8601: YYYY-MM-DD)
tostringYesEnd date (ISO 8601: YYYY-MM-DD)
formatstringNoResponse format: json (default) or csv

Date Range Limits

  • Maximum range: 90 days per request
  • Dates must be in the past (cannot request future statements)
For automated monthly reconciliation, set from to the first day of the previous month and to to the last day. Use format=csv for importing into accounting software.

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /auth/token

Query Parameters

from
string<date>
to
string<date>
page
integer
default:1

Response

Statement retrieved

The response is of type object.