Skip to main content

Interface: GetNFTTradesRequest

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

Interface: GetNFTTradesRequest

@moralisweb3/common-evm-utils.GetNFTTradesRequest

Hierarchy

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

    GetNFTTradesRequest

Table of contents

Properties

Properties

address

address: EvmAddressInput


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


fromBlock

fromBlock: undefined | number

Inherited from

Camelize.fromBlock


fromDate

Optional fromDate: DateInput


limit

limit: undefined | number

Inherited from

Camelize.limit


marketplace

marketplace: undefined | "opensea"

Inherited from

Camelize.marketplace


toBlock

toBlock: undefined | string

Inherited from

Camelize.toBlock


toDate

Optional toDate: DateInput