Skip to content

XRPLWin Full-History XRPL & Xahau Data Now Available on Dhali

XRPLWin

Dhali has partnered with XRPLWin to give developers access to full-history, indexed XRPL and Xahau data through Dhali’s off-chain payments platform.

Built on ClickHouse, the integration enables fast SQL queries across historical ledger data—making it easier to build analytics tools, block explorers, dashboards, and other data-intensive applications for the XRPL and Xahau ecosystems.

Developers can access the API at:

https://windb.dhali.io

Create a payment claim

Before making a request, visit pay.dhali.io and connect your XRPL wallet.

Fund your Dhali payment channel, and generate a payment claim. Copy the generated claim and include it in the payment-claim header of each API request:

payment-claim: <your-payment-claim>

Example request

The following query returns the version of ClickHouse running behind the API:

echo 'SELECT version()' | \
curl -s --compressed \
  -H 'payment-claim: <your-payment-claim>' \
  'https://windb.dhali.io' \
  --data-binary @-

Queries are submitted directly as SQL, giving developers the flexibility and performance of ClickHouse when working with indexed XRPL and Xahau ledger history.

This partnership expands Dhali’s support for off-chain API payments while making high-performance XRPL and Xahau data infrastructure more accessible to developers.

Visit XRPLWin to learn more.