Returns bucketed stats for a given NFT collection.
Endpoint: getDetailedNftStats
Method: POST
Arguments
| Name | Type | Description |
|---|---|---|
| bucketCount | Int | The number of aggregated values to receive. |
| collectionAddress | String! | The contract address of the NFT collection. Required |
| durations | [DetailedNftStatsDuration] | The list of durations to get detailed pair stats for. |
| grouping | String | The marketplace address to filter by. Can be used to get marketplace-specific metrics, otherwise uses all. |
| networkId | Int! | The network ID the NFT collection is deployed on. Required |
| timestamp | Int | The unix timestamp for the stats. Defaults to current. |
Response
| Name | Type | Description |
|---|---|---|
| collectionAddress | String! | The contract address of the NFT collection. |
| grouping | String | The marketplace address or all. Can be used to get marketplace-specific metrics. |
| networkId | Int! | The network ID the NFT collection is deployed on. |
| stats_day1 | WindowedDetailedNftStats | The breakdown of stats over a 24 hour window. |
| stats_day30 | WindowedDetailedNftStats | The breakdown of stats over a 30 day window. |
| stats_hour1 | WindowedDetailedNftStats | The breakdown of stats over an hour window. |
| stats_hour4 | WindowedDetailedNftStats | The breakdown of stats over a 4 hour window. |
| stats_hour12 | WindowedDetailedNftStats | The breakdown of stats over a 12 hour window. |
| stats_week1 | WindowedDetailedNftStats | The breakdown of stats over a 7 day window. |
Ask questions, share what you're working on and request new features 👬👭