Interface: GetWalletTokenBalancesPriceOperationRequest
moralis-monorepo / @moralisweb3/common-evm-utils / GetWalletTokenBalancesPriceOperationRequest
Interface: GetWalletTokenBalancesPriceOperationRequest
@moralisweb3/common-evm-utils.GetWalletTokenBalancesPriceOperationRequest
Table of contents
Properties
- address
- chain
- cursor
- excludeNative
- excludeSpam
- excludeUnverifiedContracts
- limit
- maxTokenInactivity
- toBlock
- tokenAddresses
Properties
address
• Readonly
address: EvmAddressInput
Description
The address from which token balances will be checked
chain
• Optional
Readonly
chain: string
| EvmChain
Description
The chain to query
cursor
• Optional
Readonly
cursor: string
Description
The cursor returned in the previous response (used for getting the next page).
excludeNative
• Optional
Readonly
excludeNative: boolean
Description
Exclude native balance from the result
excludeSpam
• Optional
Readonly
excludeSpam: boolean
Description
Exclude spam tokens from the result
excludeUnverifiedContracts
• Optional
Readonly
excludeUnverifiedContracts: boolean
Description
Exclude unverified contracts from the result
limit
• Optional
Readonly
limit: number
Description
The desired page size of the result.
maxTokenInactivity
• Optional
Readonly
maxTokenInactivity: number
Description
Exclude tokens inactive for more than the given amount of days
toBlock
• Optional
Readonly
toBlock: number
Description
The block number up to which the balances will be checked.
tokenAddresses
• Optional
Readonly
tokenAddresses: EvmAddressInput
[] | EvmAddress
[]
Description
The addresses to get balances for (optional)