Interface: GetCoinTransfersByWalletAddressesOperationRequest
moralis-monorepo / @moralisweb3/common-aptos-utils / GetCoinTransfersByWalletAddressesOperationRequest
Interface: GetCoinTransfersByWalletAddressesOperationRequest
@moralisweb3/common-aptos-utils.GetCoinTransfersByWalletAddressesOperationRequest
Table of contents
Properties
Properties
coinTypeBlacklist
• Optional
Readonly
coinTypeBlacklist: string
[]
Description
The coin types of the coins to whitelist
coinTypeWhitelist
• Optional
Readonly
coinTypeWhitelist: string
[]
Description
The coin types of the coins to whitelist
cursor
• Optional
Readonly
cursor: string
Description
The cursor to use for getting the next page
fromDate
• Optional
Readonly
fromDate: string
Description
The date from which to fetch coin transfers
limit
• Readonly
limit: number
Description
The number of results 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
ownerAddresses
• Readonly
ownerAddresses: AptosAddressInput
[] | AptosAddress
[]
Description
The addresses of the owners to get tokens for
toDate
• Optional
Readonly
toDate: string
Description
The date to which to fetch coin transfers