Generates Statements In Supported Formats Based On Request Parameters.

View as MarkdownOpen in Claude


Scope: statements.read OR statements.write OR reports.write
Security Policy: Signed JWT

Headers

authorizationstringRequired

Specifies the authorization header value (e.g., Bearer eyJ0eXAiOiJKV1…).

Request

Report request object
accountIdstringRequired
account id
startDatestringRequired
from date
endDatestringRequired
to date
accountIdslist of stringsOptional
array of account id's
multiAccountFormatstringOptional
possible values are consolidate, concatenate, or customConsolidate
cryptoConsolIfAvailablebooleanOptionalDefaults to false
crypto consolidate flag, If request contains any accounts with crypto segment, will turn request into Crypto Consolidated
mimeTypestringOptional
output format
languagestringOptionalDefaults to en
two character ISO language code
gzipbooleanOptionalDefaults to false
to gzip the whole response pass true

Response

Returns a JSON object containing the relevant statement.
dataobject

Errors

400
Bad Request Error
401
Unauthorized Error
402
Payment Required Error
403
Forbidden Error
500
Internal Server Error