Assets
Collection Assets
Use this API to explore a collection's assets and its market info
get/assets/collection-assets
Query parameters
chain'ethereum' | 'abstract' | 'apechain' | 'arbitrum' | 'base' | 'berachain' | 'bsc' | 'polygon' | 'sei' | 'avalanche' | 'monad' required
collectionIdstring required
The collection id to query assets. example: 0xbd3531da5cf5857e7cfaa92426877b022e612cf8
assetIds[]string[]
Filter assets by ids. example: 0xbd3531da5cf5857e7cfaa92426877b022e612cf8:0
includeFloorAskSource[]AssetFloorAskSourceEnum[]
Filter assets whose floor ask is from specific sources. if any is specified, means return assets which are listed only
namestring
Filter assets by its name
includeTopBidboolean
Whether to include top bid for returned assets, default to false
limitnumber
Amount of items returned, default to 20
sortBy'price' | 'listedAt'
sortDir'asc' | 'desc'
continuationstring
Use continuation token to request next offset of assets.
Response
Successful