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.
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.
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.
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.