Create Report

Creates an Excel report containing the opening and closing balances, inflow and outflow totals, and transaction details for the period, and returns a download URL.

  • The wallet to report on is specified by the wallet ID in the path.
  • The response is returned once the report has been created.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Wallet ID

Body Params
currencies
array of strings
length between 1 and 2147483647

Currencies to include in the report

  • Three-letter ISO 4217 code. (ex. KRW, USD, …)
  • When omitted, the report covers every currency held by the wallet.
  • Each currency becomes one sheet.
currencies
int64
required

Start date of the search period (Unix Timestamp in seconds), inclusive.

  • The time zone is applied and only the date is used; hours, minutes and seconds are discarded.
int64
required

End date of the search period (Unix Timestamp in seconds), inclusive.

  • The time zone is applied and only the date is used; hours, minutes and seconds are discarded.
string

Time zone applied to the period and to the date/time values in the report (ex. Asia/Seoul)

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json