Developer Guide
Reporting
Overview
Reveal insights from the LedgerScan data through a responsive business intelligence reporting framework. Users and applications can generate reports via API endpoints and interactive reports can be easily accessed in the UI.
Reporting can be a powerful tool in performing reconciliation of data across systems, analyzing Token market cap history and transaction volume across multiple ledgers, assessing performance across client accounts, and many more use cases.
Generate Reports
LedgerScan provides reports that can be called via API and embedded in an application’s iframe. The following sequence generates a Token Cap Table report:
- 1get
v1/tokens
Retrieves list of all tokens added within the tenancy. This enables an application to provide a menu of tokens to choose from when generating the report.
- 2get
/v1/reports/cap-table
Generates and retrieves the Token Cap Table report. This report can be embedded in an application yielding an interactive experience with the report.
Another example would be generating a Wallet Activity Report as follows:
- 1get
v1/wallets
Retrieves list of all wallets added within the tenancy. This enables an application to provide a menu of wallets to choose from when generating the report.
- 2get
/v1/reports/wallet-activitys
Generates and retrieves the Wallet Activity report. This report can be embedded in an application yielding an interactive experience with the report.
Contact our sales team for more information
View answers to the most common questions about our platforms and services