GET /testnet/nft/collections/{id}
GET

/v1/testnet/nft/collections/{id}

A Testnet NFT collection

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/testnet/nft/collections/rDtb4JAujk7zJPFVtGaJQpbc7HzZG5frbs%3A7724
Path parameterValueDescription
idissuer:taxon
Query parameterValueDescription
idissuer:taxon
curl 'https://api.xrpl.to/v1/testnet/nft/collections/rDtb4JAujk7zJPFVtGaJQpbc7HzZG5frbs%3A7724'

Response

200Example response2 ms · just now · 0.4 KB · 20 lines
https://api.xrpl.to/v1/testnet/nft/collections/rDtb4JAujk7zJPFVtGaJQpbc7HzZG5frbs:7724
{
  "success": true,
  "took": 0,
  "collection": {
    "_id": "rDtb4JAujk7zJPFVtGaJQpbc7HzZG5frbs_7724",
    "burned": 0,
    "firstSeen": 1789944382000,
    "floor": 1.649632,
    "issuer": "rDtb4JAujk7zJPFVtGaJQpbc7HzZG5frbs",
    "items": 30,
    "listed": 31,
    "owners": 22,
    "sales": 242,
    "taxon": 7724,
    "time": 1789975901000,
    "volume": 1286.646238,
    "sales24h": 242,
    "vol24h": 1286.646238
  }
}
Shapeas documented
{ collection }

What it does

A Testnet NFT collection

Start at GET /v1/testnet/fixtures: it names live accounts, a busy token, an NFT with offers and one of every ledger object that xrpl.to keeps alive on Testnet, plus a real transaction of every type. Testnet resets without warning; the data is rebuilt from the chain within minutes, and only objects touched since count. Open the Testnet sandbox →
OpenAPI