MasterchainBlockShardState
Get masterchain block shard state. Same as /api/v2/shards.
Authorizations
Query parameters
seqnoanyrequired
Masterchain block seqno.
Responses
application/json
application/json
cURL
JavaScript
Python
HTTP
curl -L \
--url 'http://ton-index.nownodes.io/api/v3/masterchainBlockShardState' \
--header 'X-Api-Key: YOUR_API_KEY'
200
400
{
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"transactions": [
{
"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"
}
]
}
OK