Skip to main content

Interface: GetNFTTransfersByIdsOperationRequest

moralis-monorepo / @moralisweb3/common-aptos-utils / GetNFTTransfersByIdsOperationRequest

Interface: GetNFTTransfersByIdsOperationRequest

@moralisweb3/common-aptos-utils.GetNFTTransfersByIdsOperationRequest

Table of contents

Properties

Properties

cursor

Optional Readonly cursor: string

Description

The cursor to use for getting the next page


limit

Readonly limit: number

Description

The number of tokens to return


network

Optional Readonly network: AptosNetworkInput

Description

The network of query. Defaults to mainnet.


offset

Optional Readonly offset: number

Description

The number of results to skip


tokenIds

Readonly tokenIds: string[]

Description

The identifiers of the tokens to get


walletBlacklist

Optional Readonly walletBlacklist: string[]

Description

The addresses of the wallets to blacklist


walletWhitelist

Optional Readonly walletWhitelist: string[]

Description

The addresses of the wallets to whitelist