/v1/account/recent-trades/{account}
Recent trades for an account
Request
https://api.xrpl.to/v1/account/recent-trades/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE| Path parameter | Value | Description |
|---|---|---|
| account | An XRPL account, its r-address |
| Query parameter | Value | Description |
|---|---|---|
| limit | int (1-100, default 30) | |
| since | unix ms - only trades after this time |
curl 'https://api.xrpl.to/v1/account/recent-trades/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
Response
https://api.xrpl.to/v1/account/recent-trades/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE{ "success": true, "account": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE", "trades": [], "count": 0 }
{ success, account, count, trades[] }
What it does
Recent trades for an account