Query Parameters
List of account addresses to get actions. Can be sent in hex, base64 or base64url form.
Find actions by trace external hash
Supported action types
Get actions by specified filter.
curl --request GET \
--url https://toncenter.com/api/v3/pendingActions
{
"actions": [
{
"accounts": [
"<string>"
],
"action_id": "<string>",
"details": "<any>",
"end_lt": "0",
"end_utime": 123,
"start_lt": "0",
"start_utime": 123,
"success": true,
"trace_end_lt": "0",
"trace_end_utime": 123,
"trace_external_hash": "<string>",
"trace_external_hash_norm": "<string>",
"trace_id": "<string>",
"trace_mc_seqno_end": 123,
"transactions": [
"<string>"
],
"type": "<string>"
}
],
"address_book": {},
"metadata": {}
}
List of account addresses to get actions. Can be sent in hex, base64 or base64url form.
Find actions by trace external hash
Supported action types
curl --request GET \
--url https://toncenter.com/api/v3/pendingActions
{
"actions": [
{
"accounts": [
"<string>"
],
"action_id": "<string>",
"details": "<any>",
"end_lt": "0",
"end_utime": 123,
"start_lt": "0",
"start_utime": 123,
"success": true,
"trace_end_lt": "0",
"trace_end_utime": 123,
"trace_external_hash": "<string>",
"trace_external_hash_norm": "<string>",
"trace_id": "<string>",
"trace_mc_seqno_end": 123,
"transactions": [
"<string>"
],
"type": "<string>"
}
],
"address_book": {},
"metadata": {}
}