Skip to main content
GET
Get Actions

Query Parameters

account
string

List of account addresses to get actions. Can be sent in hex, base64 or base64url form.

tx_hash
string[]

Find actions by transaction hash.

msg_hash
string[]

Find actions by message hash.

action_id
string[]

Find actions by the action_id.

trace_id
string[]

Find actions by the trace_id.

mc_seqno
integer

Query actions of traces which was completed in masterchain block with given seqno

start_utime
integer

Query actions for traces with trace_end_utime >= start_utime.

end_utime
integer

Query actions for traces with trace_end_utime <= end_utime.

start_lt
integer

Query actions for traces with trace_end_lt >= start_lt.

end_lt
integer

Query actions for traces with trace_end_lt <= end_lt.

action_type
enum<string>[]

Include action types.

Available options:
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_type
enum<string>[]

Exclude action types.

Available options:
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
string[]

Supported action types

include_accounts
boolean
default:false

Include accounts array for each action in response.

include_transactions
boolean
default:false

Include transactions_full array with detailed transaction data for each action in response.

limit
integer
default:10

Limit number of queried rows. Use with offset to batch read.

offset
integer
default:0

Skip first N rows. Use with limit to batch read.

sort
enum<string>
default:desc

Sort actions by lt.

Available options:
asc,
desc

Response

OK

actions
object[]
address_book
object
metadata
object