Any suggestions to get the Blockchain Data for XRP? https://xrpl.org/ledger.html
Asked
Active
Viewed 155 times
2 Answers
2
Yes, you can retrieve XRP Ledger blockchain data using the ledger
method.
Another convenient way is to query the BigQuery database on the Google Cloud Platform:

Elliot
- 6,086
- 11
- 45
- 57
0
try Bitquery's Explorer for ready-made stats on XRP. https://explorer.bitquery.io/ripple
You can also write your own queries in the IDE https://ide.bitquery.io/ , if you are comfortable with GraphQL. Here's an example: https://ide.bitquery.io/XRP-Transaction-Details

Divyasshree
- 73
- 8