Interface

CollectionByIdDetailsParams

CollectionByIdDetailsParams

Properties:
Name Type Attributes Description
sortingField string <nullable>

The field for sorting to be based on (ex: created_at,...)

orderBy AssetOrderBy <nullable>

The order by (ASC/DESC) as the order of list returned assets

filterField string

The field name for filtering if the property of the assets is an object (ex: metadata)

filterValue any | string

The filter values with all of assets have the same filtering - Use case for this is to querying/filtering the attributes based on the NFT's metadata

collectionId number

The unique collection ID

listingAssetId string <nullable>

The asset ID for filtering of MYRIA/ETH

View Source types/AssetTypes.ts, line 201