Skip to main content

Interface: GetWalletNFTTransfersRequest

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

Interface: GetWalletNFTTransfersRequest

@moralisweb3/common-evm-utils.GetWalletNFTTransfersRequest

Hierarchy

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

    GetWalletNFTTransfersRequest

Table of contents

Properties

Properties

address

address: EvmAddressInput


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


direction

direction: undefined | "to" | "from" | "both"

Inherited from

Camelize.direction


disableTotal

disableTotal: undefined | boolean

Inherited from

Camelize.disableTotal


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


toBlock

toBlock: undefined | string

Inherited from

Camelize.toBlock


toDate

Optional toDate: DateInput