GET /submit/tx/{hash}
GET

/v1/submit/tx/{hash}

Lookup a submitted XRPL transaction by hash

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/submit/tx/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9
Path parameterValueDescription
hashA 64-character hex hash
curl 'https://api.xrpl.to/v1/submit/tx/88E788684079F52181D18848C3E2EE70C07FD31ED8045A7C03E070F3B69C46C9'
No public sample for this one — copy the code and fill in your own values.

Response

No public sample for this endpoint — run the code on the right with your own values to see the response.

What it does

Lookup a submitted XRPL transaction by hash

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