GET /keys/payments/{wallet}
GET

/v1/keys/payments/{wallet}

Payment history for wallet

Authwallet signature

Request

GEThttps://api.xrpl.to/v1/keys/payments/{wallet}
Path parameterValueDescription
walletYour wallet's r-address
Query parameterValueDescription
limitint (max 200, default 200)
offsetint
curl 'https://api.xrpl.to/v1/keys/payments/{wallet}'
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.
Shapeas documented
{ success, total, payments[] }

What it does

Payment history for wallet

OpenAPI