Skip to main content

Interface: SearchNFTsRequest

moralis-monorepo / @moralisweb3/common-evm-utils / SearchNFTsRequest

Interface: SearchNFTsRequest

@moralisweb3/common-evm-utils.SearchNFTsRequest

Hierarchy

  • Camelize<Omit<RequestParams, "chain" | "addresses" | "from_date" | "to_date">>

    SearchNFTsRequest

Table of contents

Properties

Properties

addresses

Optional addresses: EvmAddressInput[]


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


disableTotal

disableTotal: undefined | boolean

Inherited from

Camelize.disableTotal


filter

filter: undefined | "name" | "description" | "attributes" | "global" | "name,description" | "name,attributes" | "description,attributes" | "name,description,attributes"

Inherited from

Camelize.filter


format

format: undefined | "decimal" | "hex"

Inherited from

Camelize.format


fromBlock

fromBlock: undefined | number

Inherited from

Camelize.fromBlock


fromDate

Optional fromDate: DateInput


limit

limit: undefined | number

Inherited from

Camelize.limit


q

q: string

Inherited from

Camelize.q


toBlock

toBlock: undefined | number

Inherited from

Camelize.toBlock


toDate

Optional toDate: DateInput