/v1/nft/analytics/rotations/{cid}
NFT collection rotations by collection id
Request
https://api.xrpl.to/v1/nft/analytics/rotations/fuzzybears| Path parameter | Value | Description |
|---|---|---|
| cid | A collection slug, or its identity as issuer:taxon |
| Query parameter | Value | Description |
|---|---|---|
| period | 24h|7d|30d (default 24h) | |
| minXrp | number (default 1) |
curl 'https://api.xrpl.to/v1/nft/analytics/rotations/fuzzybears'
Response
https://api.xrpl.to/v1/nft/analytics/rotations/fuzzybears{ "success": true, "period": "24h", "cid": "fuzzybears", "sellers": 0, "buyers": 0, "sellVolume": 0, "buyVolume": 0, "rotatedTo": [], "rotatedFrom": [], "rotatedToTotal": 0, "rotatedFromTotal": 0, "rotatedToCollections": 0, "rotatedFromCollections": 0, "freshCapital": [], "freshCapitalTotal": 0, "freshCapitalCount": 0 }
What it does
NFT collection rotations by collection id