Search NFTs

Returns a list of NFT collections matching a given query string.

Endpoint: searchNfts

Method: POST

Arguments

NameTypeDescription
filterWashTradingBoolean

Whether to filter collections that could be linked to wash trading

include[NftSearchable!]

The level of NFTs to include in the search. Can be Asset or Collection.

limitInt

The maximum number of NFTs to return.

networkFilter[Int!]

The list of network IDs to filter by.

searchString

The query string to search for. Can match an NFT collection contract address or partially match a collection's name or symbol.

windowString

The time frame to use for calculating stats. Can be 1h, 4h, 12h, or 1d (default).

Response

NameTypeDescription
hasMoreInt!The number of additional results found.
items[NftSearchResponseCollection]A list of NFT collections matching a given query string.

NameTypeDescription
addressString!The contract address of the NFT collection.
averageString!The average sale price over the window.
ceilingString!The highest sale price over the window.
floorString!The lowest sale price over the window.
idString!The ID of the NFT collection (address:networkId).
imageUrlStringThe image URL for the collection or one of the assets within the collection.
nameStringThe name of the NFT collection. For example, Bored Ape Yacht Club.
networkIdInt!The network ID the NFT collection is deployed on.
symbolStringThe symbol of the NFT collection. For example, BAYC.
tradeCountString!The trade count over the window.
tradeCountChangeFloat!The change in trade count between the previous and current window.
volumeString!The trade volume in USD over the window.
volumeChangeFloat!The change in volume between the previous and current window.
windowString!The time frame used for calculating stats.

Explore

πŸ‘‹

Join our Discord

Ask questions, share what you're working on and request new features πŸ‘¬πŸ‘­