Returns parsed high-level actions (transfers, swaps, burns, etc.) derived from on-chain traces. Filter by account, transaction hash, message hash, trace ID, or action type. Actions provide a human-readable interpretation of raw transactions.
List of account addresses to get actions. Can be sent in hex, base64 or base64url form.
Find actions by transaction hash.
Find actions by message hash.
Find actions by the action_id.
Find actions by the trace_id.
Query actions of traces which was completed in masterchain block with given seqno
Query actions for traces with trace_end_utime >= start_utime.
x >= 0Query actions for traces with trace_end_utime <= end_utime.
x >= 0Query actions for traces with trace_end_lt >= start_lt.
x >= 0Query actions for traces with trace_end_lt <= end_lt.
x >= 0Include action types.
call_contract, contract_deploy, ton_transfer, auction_bid, change_dns, dex_deposit_liquidity, dex_withdraw_liquidity, delete_dns, renew_dns, election_deposit, election_recover, jetton_burn, jetton_swap, jetton_transfer, jetton_mint, nft_mint, tick_tock, stake_deposit, stake_withdrawal, stake_withdrawal_request, subscribe, unsubscribe Exclude action types.
call_contract, contract_deploy, ton_transfer, auction_bid, change_dns, dex_deposit_liquidity, dex_withdraw_liquidity, delete_dns, renew_dns, election_deposit, election_recover, jetton_burn, jetton_swap, jetton_transfer, jetton_mint, nft_mint, tick_tock, stake_deposit, stake_withdrawal, stake_withdrawal_request, subscribe, unsubscribe Supported action types
Include accounts array for each action in response.
Include transactions_full array with detailed transaction data for each action in response.
Limit number of queried rows. Use with offset to batch read.
1 <= x <= 1000Skip first N rows. Use with limit to batch read.
x >= 0Sort actions by lt.
asc, desc Matching actions with optional address book and metadata.
Response wrapper for action queries. Contains parsed actions along with an address book and metadata for all referenced addresses.