Skip to main content

Interface: GetWalletHistoryOperationRequestJSON

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

Interface: GetWalletHistoryOperationRequestJSON

@moralisweb3/common-evm-utils.GetWalletHistoryOperationRequestJSON

Table of contents

Properties

Properties

address

Readonly address: string


chain

Optional Readonly chain: string


cursor

Optional Readonly cursor: string


from_block

Optional Readonly from_block: number


from_date

Optional Readonly from_date: string


include_input_data

Optional Readonly include_input_data: boolean


include_internal_transactions

Optional Readonly include_internal_transactions: boolean


limit

Optional Readonly limit: number


nft_metadata

Optional Readonly nft_metadata: boolean


order

Optional Readonly order: EvmOrderListJSON


to_block

Optional Readonly to_block: number


to_date

Optional Readonly to_date: string