GET /nft/analytics/trader/{account}/rotations
GET

/v1/nft/analytics/trader/{account}/rotations

NFT trader rotations history

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft/analytics/trader/rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm/rotations
Path parameterValueDescription
accountAn XRPL account, its r-address
Query parameterValueDescription
period24h|7d|30d (default 24h)
curl 'https://api.xrpl.to/v1/nft/analytics/trader/rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm/rotations'

Response

200Example response4 ms · just now · 0.2 KB · 8 lines
https://api.xrpl.to/v1/nft/analytics/trader/rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm/rotations
{
  "success": true,
  "period": "24h",
  "account": "rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm",
  "totalTrades": 0,
  "collectionsTraded": 0,
  "collections": []
}

What it does

NFT trader rotations history

An account is its r-address, e.g. rN7n3473SaZBCG4dFL83w7a1RXtXtbk2D9.
OpenAPI