/v1/user/{account}/nfts
NFTs owned (with thumbnails)
Request
https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/nfts| Path parameter | Value | Description |
|---|---|---|
| account | An XRPL account, its r-address |
| Query parameter | Value | Description |
|---|---|---|
| limit | int (max 100) | |
| offset | int |
curl 'https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/nfts'
Response
https://api.xrpl.to/v1/user/rGVEL3nchgTw1hcspi7TtWr3DFduEca78b/nfts{ "success": true, "count": 0, "total": 0, "nfts": [] }
{ success, count, total, nfts[] }
What it does
NFTs owned (with thumbnails)