Returns a list of NFT collections matching a given query string.
Endpoint: searchNfts
Method: POST
Arguments
Name | Type | Description |
---|---|---|
filterWashTrading | Boolean | Whether to filter collections that could be linked to wash trading |
include | [NftSearchable!] | The level of NFTs to include in the search. Can be |
limit | Int | The maximum number of NFTs to return. |
networkFilter | [Int!] | The list of network IDs to filter by. |
search | String | The query string to search for. Can match an NFT collection contract address or partially match a collection's name or symbol. |
window | String | The time frame to use for calculating stats. Can be |
Response
Name | Type | Description |
---|---|---|
hasMore | Int! | The number of additional results found. |
items | [NftSearchResponseCollection] | A list of NFT collections matching a given query string. |
Name | Type | Description |
---|---|---|
address | String! | The contract address of the NFT collection. |
average | String! | The average sale price over the window . |
ceiling | String! | The highest sale price over the window . |
floor | String! | The lowest sale price over the window . |
id | String! | The ID of the NFT collection (address :networkId ). |
imageUrl | String | The image URL for the collection or one of the assets within the collection. |
name | String | The name of the NFT collection. For example, Bored Ape Yacht Club . |
networkId | Int! | The network ID the NFT collection is deployed on. |
symbol | String | The symbol of the NFT collection. For example, BAYC . |
tradeCount | String! | The trade count over the window . |
tradeCountChange | Float! | The change in trade count between the previous and current window . |
volume | String! | The trade volume in USD over the window . |
volumeChange | Float! | The change in volume between the previous and current window . |
window | String! | The time frame used for calculating stats. |
Explore
Ask questions, share what you're working on and request new features 👬👭