Returns a list of NFT collection based on a variety of filters.
Endpoint: filterNftCollections
Method: POST
Arguments
| Name | Type | Description |
|---|---|---|
| collections | [String] | A list of collection contract addresses or IDs ( |
| filters | NftCollectionFilters | A set of filters to apply. |
| limit | Int | The maximum number of NFT collections to return. |
| offset | Int | Where in the list the server should start when returning items. Use |
| phrase | String | A phrase to search for. Can match a collection contract address or ID ( |
| rankings | [NftCollectionRanking] | A list of ranking attributes to apply. |
Response
| Name | Type | Description |
|---|---|---|
| count | Int | The number of NFT collections returned. |
| offset | Int | Where in the list the server started when returning items. |
| results | [NftCollectionFilterResult] | The list of NFT collections matching the filter parameters. |
| Name | Type | Description |
|---|---|---|
| address | String | The contract address of the NFT collection. |
| ercType | String | The token standard. Can be a variation of
or
. |
| grouping | String | The marketplace address or
. Can be used to get marketplace-specific metrics. |
| id | String | The ID of the NFT collection (
:
). |
| imageUrl | String | The image URL for the collection or one of the assets within the collection. |
| lastEventTimestamp | Int | The unix timestamp for the last event. |
| name | String | The name of the NFT collection. |
| networkId | Int | The network ID the NFT collection is deployed on. |
| stats1h | NftStatsWindowWithChange | Stats for the past hour. |
| stats4h | NftStatsWindowWithChange | Stats for the past 4 hours. |
| stats12h | NftStatsWindowWithChange | Stats for the past 12 hours. |
| stats24h | NftStatsWindowWithChange | Stats for the past 24 hours. |
| symbol | String | The symbol of the NFT collection. |
| timestamp | Int | The unix timestamp indicating the last time the data was updated. Updates daily. |
| totalSupply | String | The total supply of the NFT collection. |
Explore
Ask questions, share what you're working on and request new features 👬👭