Skip to main content

Interface: GetNFTTransfersRequest

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

Interface: GetNFTTransfersRequest

@moralisweb3/common-evm-utils.GetNFTTransfersRequest

Hierarchy

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

    GetNFTTransfersRequest

Table of contents

Properties

Properties

address

address: EvmAddressInput


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


format

format: undefined | "decimal" | "hex"

Inherited from

Camelize.format


limit

limit: undefined | number

Inherited from

Camelize.limit


order

order: undefined | "ASC" | "DESC"

Inherited from

Camelize.order


tokenId

tokenId: string

Inherited from

Camelize.tokenId