Inftf integration
InFTF XRP Ledger Data API Now Available on Dhali
Dhali now supports the InFTF XRP Ledger Data API, giving developers direct access to live XRPL DEX and ledger data through Dhali’s off-chain payments platform.
This integration makes it easier for Web3 and XRPL developers to query real-time data — including exchange rates, market activity, and supply statistics.
Developers can access the API at:
https://xrpldata-inftf.dhali.io
To pay for the API, include a Payment-Claim header in your request.
At the time of writing, the InFTF charges 0.0001 XRP per request for their API.
You can generate one here:
Example request:
curl -H "Payment-Claim: <your-claim>" \
https://xrpldata-inftf.dhali.io/v1/ping
With your payment-claim, you can also query endpoints such as:
/v1/iou/market_data/{base}/{counter}for XRPL DEX market data/v1/ledgers/supply_infofor live XRP supply and ledger metrics
This integration extends Dhali’s goal of supporting off-chain API payments for the XRPL ecosystem.
For full endpoint documentation, visit the InFTF API documentation.