Get traces by specified filter.
List of account addresses to get transactions. Can be sent in hex, base64 or base64url form.
Find trace by external hash
GET /api/v3/pendingTraces HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Accept: */*
{
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"metadata": {
"ANY_ADDITIONAL_PROPERTY": {
"is_indexed": true,
"token_info": [
{
"description": "text",
"extra": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"image": "text",
"name": "text",
"symbol": "text",
"type": "text"
}
]
}
},
"traces": [
{
"actions": [
{
"action_id": "text",
"details": null,
"end_lt": "0",
"end_utime": 1,
"start_lt": "0",
"start_utime": 1,
"success": true,
"trace_end_lt": "0",
"trace_end_utime": 1,
"trace_external_hash": "text",
"trace_id": "text",
"trace_mc_seqno_end": 1,
"transactions": [
"text"
],
"type": "text"
}
],
"end_lt": "0",
"end_utime": 1,
"external_hash": "text",
"is_incomplete": true,
"mc_seqno_end": "text",
"mc_seqno_start": "text",
"start_lt": "0",
"start_utime": 1,
"trace": null,
"trace_id": "text",
"trace_info": {
"classification_state": "text",
"messages": 1,
"pending_messages": 1,
"trace_state": "text",
"transactions": 1
},
"transactions": {
"ANY_ADDITIONAL_PROPERTY": {
"account": "text",
"account_state_after": {
"account_status": "text",
"balance": "text",
"code_boc": "text",
"code_hash": "text",
"data_boc": "text",
"data_hash": "text",
"extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"frozen_hash": "text",
"hash": "text"
},
"account_state_before": {
"account_status": "text",
"balance": "text",
"code_boc": "text",
"code_hash": "text",
"data_boc": "text",
"data_hash": "text",
"extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"frozen_hash": "text",
"hash": "text"
},
"block_ref": {
"seqno": 1,
"shard": "0",
"workchain": 1
},
"description": {
"aborted": true,
"action": {
"action_list_hash": "text",
"msgs_created": 1,
"no_funds": true,
"result_arg": 1,
"result_code": 1,
"skipped_actions": 1,
"spec_actions": 1,
"status_change": "text",
"success": true,
"tot_actions": 1,
"tot_msg_size": {
"bits": "0",
"cells": "0"
},
"total_action_fees": "0",
"total_fwd_fees": "0",
"valid": true
},
"bounce": {
"fwd_fees": "0",
"msg_fees": "0",
"msg_size": {
"bits": "0",
"cells": "0"
},
"req_fwd_fees": "0",
"type": "text"
},
"compute_ph": {
"account_activated": true,
"exit_arg": 1,
"exit_code": 1,
"gas_credit": "0",
"gas_fees": "0",
"gas_limit": "0",
"gas_used": "0",
"mode": 1,
"msg_state_used": true,
"reason": "text",
"skipped": true,
"success": true,
"vm_final_state_hash": "text",
"vm_init_state_hash": "text",
"vm_steps": 1
},
"credit_first": true,
"credit_ph": {
"credit": "0",
"credit_extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"due_fees_collected": "0"
},
"destroyed": true,
"installed": true,
"is_tock": true,
"split_info": {
"acc_split_depth": 1,
"cur_shard_pfx_len": 1,
"sibling_addr": "text",
"this_addr": "text"
},
"storage_ph": {
"status_change": "text",
"storage_fees_collected": "0",
"storage_fees_due": "0"
},
"type": "text"
},
"emulated": true,
"end_status": "text",
"hash": "text",
"in_msg": {
"bounce": true,
"bounced": true,
"created_at": "0",
"created_lt": "0",
"destination": "text",
"fwd_fee": "0",
"hash": "text",
"hash_norm": "text",
"ihr_disabled": true,
"ihr_fee": "0",
"import_fee": "0",
"in_msg_tx_hash": "text",
"init_state": {
"body": "text",
"decoded": {
"comment": "text",
"type": "text"
},
"hash": "text"
},
"message_content": {
"body": "text",
"decoded": {
"comment": "text",
"type": "text"
},
"hash": "text"
},
"opcode": 1,
"out_msg_tx_hash": "text",
"source": "text",
"value": "0",
"value_extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"lt": "0",
"mc_block_seqno": 1,
"now": 1,
"orig_status": "text",
"out_msgs": [
{
"bounce": true,
"bounced": true,
"created_at": "0",
"created_lt": "0",
"destination": "text",
"fwd_fee": "0",
"hash": "text",
"hash_norm": "text",
"ihr_disabled": true,
"ihr_fee": "0",
"import_fee": "0",
"in_msg_tx_hash": "text",
"init_state": {
"body": "text",
"decoded": {
"comment": "text",
"type": "text"
},
"hash": "text"
},
"message_content": {
"body": "text",
"decoded": {
"comment": "text",
"type": "text"
},
"hash": "text"
},
"opcode": 1,
"out_msg_tx_hash": "text",
"source": "text",
"value": "0",
"value_extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
}
],
"prev_trans_hash": "text",
"prev_trans_lt": "0",
"total_fees": "0",
"total_fees_extra_currencies": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"trace_external_hash": "text",
"trace_id": "text"
}
},
"transactions_order": [
"text"
],
"warning": "text"
}
]
}