Optional
attributes?: AssetAttributeSearch[]Optional
bestIf this field is defined, instead of sending back all the assets matching the filters, the results contains only the best asset for each value of the defined trait type.
The contract address of the asset.
Optional
direction?: FilterDirectionOptional
isFilter assets that are on sale.
Optional
limit?: numberLimit the number of returned assets. If 0 or less, then no limit is applied.
Optional
name?: stringThe name of the asset as defined in the metadata. It will check that this value is contained in the name. It is case insensitive.
Optional
orderOptional
orderWhen orderBy is set to sort by attribute. Then this field is required and used to specify which trait to use when sorting assets.
Optional
owner?: stringThe owner address of the asset.
Optional
skip?: numberSkip a specific number of entries in the asset list.
Optional
token
Attributes to filter the assets. Elements in the list are an OR filter. Inside each element, attribute types are combined to form an AND filter. Attribute values are a list of possible values for a precise attribute type. Minimum length of 1.