OptionalcursorA cursor to retrieve the next page
OptionalskipThe number of skipped records, usually it's pageSize * (pageNumber - 1). Maximum 10000.
OptionallimitThe number of records displayed on the page. Maximum 100.
OptionalcontractContract address, it's like 0x672158893ce87d812befd2209bc1b7818fe48b2a
OptionalfromAccount address, it's like 0x672158893ce87d812befd2209bc1b7818fe48b2a
OptionaltoAccount address, it's like 0x672158893ce87d812befd2209bc1b7818fe48b2a
OptionalstartOptionalendOptionalminTimestamp in seconds.
OptionalmaxTimestamp in seconds.
OptionaltokenToken id. It's uint256 in solidity. Using string here.
OptionalsortSort in ASC or DESC order by timestamp
OptionaltransferQuery the transfer record of the address based on the specified transferType which includes
Transaction
1.1 'transaction'
CFX Transfer
2.1 'call'
2.2 'create'
Token Transfer
3.1 'transfer_20'
3.2 'transfer_721'
3.3 'transfer_1155'
Account address, it's like 0x672158893ce87d812befd2209bc1b7818fe48b2a