GET /keys/payment/{txHash}
GET

/v1/keys/payment/{txHash}

Look up processed payment by tx hash

Authwallet signature

Request

GEThttps://api.xrpl.to/v1/keys/payment/{txHash}
Path parameterValueDescription
txHash
curl 'https://api.xrpl.to/v1/keys/payment/{txHash}'
Needs a wallet signature, so it cannot run from this page — see API Keys for the headers.

Response

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

What it does

Look up processed payment by tx hash

OpenAPI