GET /user/{account}/nfts
GET

/v1/user/{account}/nfts

NFTs owned (with thumbnails)

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/nfts
Path parameterValueDescription
accountAn XRPL account, its r-address
Query parameterValueDescription
limitint (max 100)
offsetint
curl 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/nfts'

Response

200Example response2 ms · just now · 0.1 KB · 6 lines
https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/nfts
{
  "success": true,
  "count": 0,
  "total": 0,
  "nfts": []
}
Shapeas documented
{ success, count, total, nfts[] }

What it does

NFTs owned (with thumbnails)

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