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

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

Single NFT trader profile

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/nft/analytics/trader/rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm
Path parameterValueDescription
accountAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/nft/analytics/trader/rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm'

Response

200Example response3 ms · just now · 0.9 KB · 42 lines
https://api.xrpl.to/v1/nft/analytics/trader/rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm
{
  "_id": "rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm",
  "address": "rhsxg4xH8FtYc3eR53XDSjTGfKQsaAGaqm",
  "xrpBalance": 101.468204,
  "traderType": "buyer",
  "is24hActive": true,
  "buyVolume": 120399.939847,
  "sellVolume": 6000,
  "totalVolume": 126399.939847,
  "buyCount": 2068,
  "sellCount": 1,
  "totalTrades": 2069,
  "profit": 0,
  "roi": 0,
  "unrealizedProfit": 30806.417721,
  "unrealizedRoi": 25.66463,
  "combinedProfit": 30806.417721,
  "holdingsValue": 150840.948668,
  "holdingsCost": 120034.530947,
  "holdingsCount": 9786,
  "grossProfit": 0,
  "grossLoss": 0,
  "winningTrades": 0,
  "losingTrades": 0,
  "winRate": 0,
  "profitFactor": 0,
  "maxProfit": 0,
  "maxLoss": 0,
  "avgHoldingTime": 0,
  "avgHoldingDays": 0,
  "flips": 0,
  "firstTrade": 1667812990000,
  "lastTrade": 1789924680000,
  "vol24h": 0,
  "vol7d": 0,
  "vol30d": 0,
  "volAll": 126399.939847,
  "profit24h": 0,
  "profit7d": 0,
  "profit30d": 0,
  "profitAll": 0
}

Long arrays and strings are shortened in the example; Send request for the full answer.

What it does

Single NFT trader profile

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