/v1/keys/payments/{wallet}
Payment history for wallet
Request
https://api.xrpl.to/v1/keys/payments/{wallet}| Path parameter | Value | Description |
|---|---|---|
| wallet | Your wallet's r-address |
| Query parameter | Value | Description |
|---|---|---|
| limit | int (max 200, default 200) | |
| offset | int |
curl 'https://api.xrpl.to/v1/keys/payments/{wallet}'Response
{ success, total, payments[] }
What it does
Payment history for wallet