Bulk Verify

Drop a CSV of XRPL transaction hashes. Get back a CSV with cryptographic verification, ledger close time, amount, sender, and destination per row. Built for accountants, auditors, and tax professionals.

FREE · 50 hashes / batch or upgrade to Pro for 500/batch
Drop a CSV here
First column should be the tx hash. Or any column containing a 64-char hex value.
— OR PASTE BELOW —

⚙ How it works

Each tx hash is looked up against the live XRP Ledger via Kairo Vault's authenticated Tokyo gateway. The gateway runs concurrent lookups (up to 10 in parallel), so a 50-hash batch typically completes in 3–5 seconds. Results include validated status, ledger sequence, close time, amount, sender, destination, and any tx result code.

⊞ For accountants & auditors

Reconcile hundreds of client transactions in a single CSV upload. Output is ready to drop into Excel, freee, 弥生, or any spreadsheet tool. No login required for the free tier. Pro tier (¥3,000/mo) lifts the per-batch cap to 500 and the daily quota to 10K.

{ } API access

Same endpoint is available programmatically at POST /api/v1/xpop/bulk. Send {"hashes":["A1B2...","C3D4..."]} with your X-API-Key header. See the API Reference for full schema.