Wallets report
The Wallets report lists user wallets, their owners, descriptions and tags, and their balances at the time of report creation.
You can access this report in the Dashboard in Dashboard (Legacy) > Reporting > + (right side).
The Wallets report is only available in the legacy Dashboard. It also uses a different endpoint and generation flow.
Columns
The Wallets report has the following columns and columns used by default.
Generate via API
Set up callback URL (optional)
If downloading large quantities of data, you may wish to define a URL on which to be notified that the report is ready. In the Wallets report, you can do this in the CallbackURL parameter of the POST Create a Wallets Report endpoint.
Define filters and columns
In the POST Create a Wallets Report endpoint, use the Filters parameter to filter the data to be returned in the report.
The BeforeDate and AfterDate filters refer to the CreationDate of the wallets. This range can’t exceed 24 months.
If no Filters are specified, the report contains all wallets created in the last 1 month.
The columns set by default are listed above. You can customize this in the Columns parameter by sending the full list of columns you wish to see in the report.
Run the report
Run the report by calling the POST Create a Wallets Report endpoint.
Send your defined filters in the Filters parameter and, if not using the default columns, the full list of columns you wish to include in the Columns parameter.
The API response shows the Status as PENDING, indicating that the report is being generated. It also shows the filters and columns set by default if not sent.
Download when ready
The report is ready for download when its status changes from PENDING to READY_FOR_DOWNLOAD. This event triggers a notification to your CallbackURL (defined in Step 1) with the following format:
https://www.example.com?EventType=REPORT_READY_FOR_DOWNLOAD&ResourceId=
ReportId&Date=ReportDate
Using the ReportId as the path parameter, call the legacy GET View a Report endpoint to retrieve the DownloadURL value where you can download the report.