GET /tx-explain/{hash}
GET

/v1/tx-explain/{hash}

Human-readable transaction explanation (20 credits)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/tx-explain/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9
Path parameterValueDescription
hashA 64-character hex hash
curl 'https://api.xrpl.to/v1/tx-explain/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9'

Response

200Example response1255 ms · just now · 0.6 KB · 22 lines
https://api.xrpl.to/v1/tx-explain/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9
{
  "hash": "88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9",
  "extracted": {
    "type": "NFTokenCreateOffer",
    "account": "rD75xyn1iZT9NnnwJAfiuTQBfdEu5B4FVm",
    "status": "success",
    "fee": "0.000012 XRP",
    "date": 822285941,
    "platform": "xrp.cafe",
    "amount": "150 XRP",
    "offerType": "buy",
    "destination": "rpx9JThQ2y37FaGeeJP7PXDUVEXY3PHZSC",
    "memos": [
      "Buy offer by xrp.cafe"
    ]
  },
  "summary": {
    "summary": "AI summary unavailable",
    "keyPoints": []
  },
  "timestamp": "2026-09-21T07:31:40.186Z"
}
Shapeas documented
{
  hash,
  extracted,
  summary: { summary, keyPoints[] },
  timestamp
}

What it does

Human-readable transaction explanation (20 credits)

Transaction hashes are 64-character hex. Submit relays whatever you signed: the type list below is what the ledger accepts today. Every transaction type you can submit →
OpenAPI