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
. |
| ceiling | String! | The highest sale price over the
. |
| floor | String! | The lowest sale price over the
. |
| id | String! | The ID of the NFT collection (
:
). |
| 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,
. |
| networkId | Int! | The network ID the NFT collection is deployed on. |
| symbol | String | The symbol of the NFT collection. For example,
. |
| tradeCount | String! | The trade count over the
. |
| tradeCountChange | Float! | The change in trade count between the previous and current
. |
| volume | String! | The trade volume in USD over the
. |
| volumeChange | Float! | The change in volume between the previous and current
. |
| window | String! | The time frame used for calculating stats. |
Explore
Ask questions, share what you're working on and request new features 👬👭