mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
25 lines
1.7 KiB
Markdown
25 lines
1.7 KiB
Markdown
---
|
|
date: 2016-06-15
|
|
category: 2016
|
|
labels:
|
|
- Release Notes
|
|
markdown:
|
|
editPage:
|
|
hide: true
|
|
---
|
|
# Data API v2.2 Released
|
|
|
|
The Data team is proud to announce the release of the [Ripple Data API v2.2](https://github.com/ripple/rippled-historical-database/releases/tag/v2.2.0)! This release includes lots of new features, including a total of 15 new methods, improvements in data quality, and documentation.
|
|
|
|
One of the biggest changes in the new version is the incorporation of data relating to the Ripple network itself. This includes expanded information on [validator reports](https://ripple.com/build/data-api-v2/#get-daily-validator-reports), [network topology](https://ripple.com/build/data-api-v2/#get-topology), and the [XRP transaction costs](https://ripple.com/build/data-api-v2/#get-transaction-costs) currently being paid to the network. You can interact with all of the new methods using our [Data API Tool](https://ripple.com/build/data-api-tool/).
|
|
|
|
Also part of the new release is a method to calculate the [distribution of XRP](https://ripple.com/build/data-api-v2/#get-xrp-distribution) from Ripple (the company) to others, along with the total amount of XRP in existence. The [XRP Portal](https://ripple.com/xrp-portal/) is already using the new method to report the most recent totals automatically.
|
|
|
|
For more information, check out the following resources:
|
|
|
|
* [Data API Docs in the Ripple Developer Center](https://ripple.com/build/data-api-v2/)
|
|
* [Data API source code](https://github.com/ripple/rippled-historical-database)
|
|
* [Data visualizations on Ripple Charts](https://xrpcharts.ripple.com/)
|
|
|
|
We look forward to seeing what you developers can do with all this data!
|