Skip to main content

AccountActivityListView

    activity_type Activity Type (string)required

    NATIVE | CONTRACT_CALL | TOKEN_TRANSFER | NFT_TRANSFER

    Possible values: [NATIVE, CONTRACT_CALL, TOKEN_TRANSFER, NFT_TRANSFER]

    block_id int64required
    transaction_hash Transaction Hash (string)required
    transaction_index int32
    datetime date-timerequired
    from Address (From) (string)required
    to Address (To) (string)
    fee_payer Fee Payer (string)
    amount Amount (number)

    KAIA amount for NATIVE/CONTRACT_CALL, token amount for TOKEN_TRANSFER. Null for NFT_TRANSFER.

    transaction_type Transaction Type (string)

    Present for NATIVE/CONTRACT_CALL

    Possible values: [Account Update, Fee Delegated Account Update, Fee Delegated Account Update With Ratio, Cancel, Fee Delegated Cancel, Fee Delegated Cancel With Ratio, Smart Contract Deploy, Fee Delegated Smart Contract Deploy, Fee Delegated Smart Contract Deploy With Ratio, Smart Contract Execution, Fee Delegated Smart Contract Execution, Fee Delegated Smart Contract Execution With Ratio, Legacy, Chain Data Anchoring, Fee Delegated Chain Data Anchoring, Fee Delegated Chain Data Anchoring With Ratio, Value Transfer, Fee Delegated Value Transfer, Fee Delegated Value Transfer With Ratio, Value Transfer Memo, Fee Delegated Value Transfer Memo, Fee Delegated Value Transfer Memo With Ratio, Ethereum Access List, Ethereum Dynamic Fee, Ethereum Blob, Ethereum Set Code]

    transaction_fee Transaction Fee (number)

    Present for NATIVE/CONTRACT_CALL

    status

    object

    status Transaction Status (string)required

    Possible values: [Success, Fail]

    fail_message Message when Transaction Status is Fail (string)
    method_id Function Bytes (string)

    Present for CONTRACT_CALL

    signature Function Name (string)

    Present for CONTRACT_CALL

    contract

    object

    contract_address Contract Address (string)required
    contract_type Contract Type (string)

    Possible values: [ERC20, KIP7, KIP17, KIP37, ERC721, ERC1155, CONSENSUS_NODE, CUSTOM, UNKNOWN, UNKNOWN_]

    token_id NFT Token ID (string)

    Present for NFT_TRANSFER

    token_count NFT Token Count (integer)

    Present for NFT_TRANSFER