# Block

Block endpoints

## POST /block

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.4.3"},"tags":[{"name":"Block","description":"Block endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/block":{"post":{"tags":["Block"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","block_identifier"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"block_identifier":{"type":"object","properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"block":{"type":"object","required":["block_identifier","parent_block_identifier","timestamp","transactions"],"properties":{"block_identifier":{"type":"object","required":["index","hash"],"properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"parent_block_identifier":{"type":"object","required":["index","hash"],"properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"timestamp":{"type":"integer"},"transactions":{"type":"array","items":{"type":"object","required":["transaction_identifier","operations","metadata"],"properties":{"transaction_identifier":{"type":"object","required":["hash"],"properties":{"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"operations":{"type":"array","items":{"anyOf":[{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["coinbase"]},"metadata":{"type":"object","required":["alt_recipient","vrf_proof"],"properties":{"alt_recipient":{"anyOf":[{"type":"string"},{"type":"null"}]},"vrf_proof":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["contract_call"]},"metadata":{"type":"object","required":["args","contract_identifier","function_name"],"properties":{"args":{"anyOf":[{"type":"array","items":{"type":"object","required":["hex","repr","type","name"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},{"anyOf":[{"type":"string"},{"type":"null"}]}]},"contract_identifier":{"type":"string"},"function_name":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"type":{"type":"string","enum":["contract_log"]},"metadata":{"type":"object","required":["contract_identifier","topic","value"],"properties":{"contract_identifier":{"type":"string"},"topic":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"object","required":["hex","repr","type"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"},"type":{"type":"string"}}}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["delegate_stack_extend"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","extend_count","delegator","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"extend_count":{"type":"integer"},"delegator":{"type":"string"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["delegate_stack_increase"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","delegator","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"delegator":{"type":"string"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["delegate_stack_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","lock_period","delegator","burnchain_start_height","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"lock_period":{"type":"string"},"delegator":{"type":"string"},"burnchain_start_height":{"anyOf":[{"type":"integer"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["delegate_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","delegate_to","unlock_burn_height","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"delegate_to":{"type":"string"},"unlock_burn_height":{"anyOf":[{"type":"integer"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["fee"]},"metadata":{"type":"object","required":["sponsored"],"properties":{"sponsored":{"type":"boolean"}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["handle_unlock"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","first_cycle_locked","first_unlocked_cycle"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"first_cycle_locked":{"type":"integer"},"first_unlocked_cycle":{"type":"integer"}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["poison_microblock"]},"metadata":{"type":"object","required":["microblock_header_1","microblock_header_2"],"properties":{"microblock_header_1":{"type":"string"},"microblock_header_2":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["revoke_delegate_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","delegate_to","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"delegate_to":{"type":"string"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["contract_deploy"]},"metadata":{"type":"object","required":["contract_identifier","clarity_version"],"properties":{"contract_identifier":{"type":"string"},"clarity_version":{"anyOf":[{"type":"integer"},{"type":"null"}]},"source_code":{"type":"string"},"abi":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_aggregation_commit_indexed"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","reward_cycle","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"reward_cycle":{"type":"integer"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_aggregation_commit"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","reward_cycle","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"reward_cycle":{"type":"integer"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_aggregation_increase"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","reward_cycle","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"reward_cycle":{"type":"integer"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["stack_extend"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","extend_count","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"extend_count":{"type":"integer"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_increase"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","lock_period","burnchain_start_height","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"lock_period":{"type":"integer"},"burnchain_start_height":{"type":"integer"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stx_lock"]},"metadata":{"type":"object","required":["unlock_height","locked_address","contract_name"],"properties":{"unlock_height":{"type":"integer"},"locked_address":{"type":"string"},"contract_name":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"type":{"type":"string","enum":["tenure_change"]},"metadata":{"type":"object","required":["tenure_consensus_hash","prev_tenure_consensus_hash","burn_view_consensus_hash","previous_tenure_end","previous_tenure_blocks","cause","pubkey_hash"],"properties":{"tenure_consensus_hash":{"type":"string"},"prev_tenure_consensus_hash":{"type":"string"},"burn_view_consensus_hash":{"type":"string"},"previous_tenure_end":{"type":"string"},"previous_tenure_blocks":{"type":"integer"},"cause":{"anyOf":[{"type":"string","enum":["block_found"]},{"type":"string","enum":["extended"]},{"type":"string","enum":["extended_runtime"]},{"type":"string","enum":["extended_read_count"]},{"type":"string","enum":["extended_read_length"]},{"type":"string","enum":["extended_write_count"]},{"type":"string","enum":["extended_write_length"]}]},"pubkey_hash":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["token_burn"]}}},{"type":"object","required":["operation_identifier","status","account","amount","type"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["token_mint"]}}},{"type":"object","required":["operation_identifier","status","account","amount","type"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["token_transfer"]},"metadata":{"type":"object","required":["memo"],"properties":{"memo":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}}]}},"metadata":{"type":"object","required":["canonical","execution_cost","fee_rate","nonce","type","position","result","sender_address","sponsor_address","sponsored","status","vm_error"],"properties":{"canonical":{"type":"boolean"},"microblock_canonical":{"type":"boolean"},"execution_cost":{"type":"object","required":["read_count","read_length","runtime","write_count","write_length"],"properties":{"read_count":{"type":"integer"},"read_length":{"type":"integer"},"runtime":{"type":"integer"},"write_count":{"type":"integer"},"write_length":{"type":"integer"}}},"fee_rate":{"type":"string"},"nonce":{"type":"integer"},"type":{"anyOf":[{"type":"string","enum":["coinbase"]},{"type":"string","enum":["token_transfer"]},{"type":"string","enum":["poison_microblock"]},{"type":"string","enum":["contract_deploy"]},{"type":"string","enum":["tenure_change"]},{"type":"string","enum":["contract_call"]}]},"post_conditions":{"type":"object","required":["mode","post_conditions"],"properties":{"mode":{"anyOf":[{"type":"string","enum":["allow"]},{"type":"string","enum":["deny"]},{"type":"string","enum":["originator"]}]},"post_conditions":{"type":"array","items":{"anyOf":[{"type":"object","required":["type","condition_code","amount","principal"],"properties":{"type":{"type":"string","enum":["stx"]},"condition_code":{"anyOf":[{"type":"string","enum":["sent_equal_to"]},{"type":"string","enum":["sent_greater_than"]},{"type":"string","enum":["sent_greater_than_or_equal_to"]},{"type":"string","enum":["sent_less_than"]},{"type":"string","enum":["sent_less_than_or_equal_to"]}]},"amount":{"type":"string"},"principal":{"anyOf":[{"type":"object","required":["type_id","address"],"properties":{"type_id":{"type":"string","enum":["principal_standard"]},"address":{"type":"string"}}},{"type":"object","required":["type_id","contract_name","address"],"properties":{"type_id":{"type":"string","enum":["principal_contract"]},"contract_name":{"type":"string"},"address":{"type":"string"}}},{"type":"object","required":["type_id"],"properties":{"type_id":{"type":"string","enum":["principal_origin"]}}}]}}},{"type":"object","required":["type","condition_code","amount","principal","asset"],"properties":{"type":{"type":"string","enum":["fungible"]},"condition_code":{"anyOf":[{"type":"string","enum":["sent_equal_to"]},{"type":"string","enum":["sent_greater_than"]},{"type":"string","enum":["sent_greater_than_or_equal_to"]},{"type":"string","enum":["sent_less_than"]},{"type":"string","enum":["sent_less_than_or_equal_to"]}]},"amount":{"type":"string"},"principal":{"anyOf":[{"type":"object","required":["type_id","address"],"properties":{"type_id":{"type":"string","enum":["principal_standard"]},"address":{"type":"string"}}},{"type":"object","required":["type_id","contract_name","address"],"properties":{"type_id":{"type":"string","enum":["principal_contract"]},"contract_name":{"type":"string"},"address":{"type":"string"}}},{"type":"object","required":["type_id"],"properties":{"type_id":{"type":"string","enum":["principal_origin"]}}}]},"asset":{"type":"object","required":["contract_name","asset_name","contract_address"],"properties":{"contract_name":{"type":"string"},"asset_name":{"type":"string"},"contract_address":{"type":"string"}}}}},{"type":"object","required":["type","condition_code","principal","asset","asset_value"],"properties":{"type":{"type":"string","enum":["non_fungible"]},"condition_code":{"anyOf":[{"type":"string","enum":["sent"]},{"type":"string","enum":["not_sent"]},{"type":"string","enum":["maybe_sent"]}]},"principal":{"anyOf":[{"type":"object","required":["type_id","address"],"properties":{"type_id":{"type":"string","enum":["principal_standard"]},"address":{"type":"string"}}},{"type":"object","required":["type_id","contract_name","address"],"properties":{"type_id":{"type":"string","enum":["principal_contract"]},"contract_name":{"type":"string"},"address":{"type":"string"}}},{"type":"object","required":["type_id"],"properties":{"type_id":{"type":"string","enum":["principal_origin"]}}}]},"asset":{"type":"object","required":["contract_name","asset_name","contract_address"],"properties":{"contract_name":{"type":"string"},"asset_name":{"type":"string"},"contract_address":{"type":"string"}}},"asset_value":{"type":"object","required":["hex","repr"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"}}}}}]}}}},"position":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"microblock_identifier":{"type":"object","required":["index","hash"],"properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}},"raw_tx":{"type":"string"},"result":{"anyOf":[{"type":"string"},{"type":"object","required":["hex","repr"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"}}}]},"sender_address":{"type":"string"},"sponsor_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"sponsored":{"type":"boolean"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"vm_error":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}}},"metadata":{"type":"object","required":["canonical"],"properties":{"canonical":{"type":"boolean"},"burn_block_identifier":{"type":"object","required":["index","hash"],"properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"burn_block_timestamp":{"type":"integer"},"parent_microblock_identifier":{"type":"object","required":["index","hash"],"properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"tenure_height":{"type":"integer"},"execution_cost":{"type":"object","required":["read_count","read_length","runtime","write_count","write_length"],"properties":{"read_count":{"type":"integer"},"read_length":{"type":"integer"},"runtime":{"type":"integer"},"write_count":{"type":"integer"},"write_length":{"type":"integer"}}},"tx_total_size":{"type":"integer"},"tx_count":{"type":"integer"},"signatures":{"type":"object","required":["signer_bitvec","signer_signatures"],"properties":{"signer_bitvec":{"anyOf":[{"type":"string"},{"type":"null"}]},"signer_signatures":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}}}}}},"other_transactions":{"type":"array","items":{"type":"object","required":["hash"],"properties":{"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}}}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["code","message","retriable"],"properties":{"code":{"type":"number"},"message":{"type":"string"},"description":{"type":"string"},"retriable":{"type":"boolean"},"details":{"type":"object","additionalProperties":{}}}}}}}}}}}}
```

## POST /block/transaction

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.4.3"},"tags":[{"name":"Block","description":"Block endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/block/transaction":{"post":{"tags":["Block"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","block_identifier","transaction_identifier"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"block_identifier":{"type":"object","properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"transaction_identifier":{"type":"object","required":["hash"],"properties":{"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["transaction"],"properties":{"transaction":{"type":"object","required":["transaction_identifier","operations","metadata"],"properties":{"transaction_identifier":{"type":"object","required":["hash"],"properties":{"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"operations":{"type":"array","items":{"anyOf":[{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["coinbase"]},"metadata":{"type":"object","required":["alt_recipient","vrf_proof"],"properties":{"alt_recipient":{"anyOf":[{"type":"string"},{"type":"null"}]},"vrf_proof":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["contract_call"]},"metadata":{"type":"object","required":["args","contract_identifier","function_name"],"properties":{"args":{"anyOf":[{"type":"array","items":{"type":"object","required":["hex","repr","type","name"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"}}}},{"anyOf":[{"type":"string"},{"type":"null"}]}]},"contract_identifier":{"type":"string"},"function_name":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"type":{"type":"string","enum":["contract_log"]},"metadata":{"type":"object","required":["contract_identifier","topic","value"],"properties":{"contract_identifier":{"type":"string"},"topic":{"type":"string"},"value":{"anyOf":[{"type":"string"},{"type":"object","required":["hex","repr","type"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"},"type":{"type":"string"}}}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["delegate_stack_extend"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","extend_count","delegator","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"extend_count":{"type":"integer"},"delegator":{"type":"string"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["delegate_stack_increase"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","delegator","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"delegator":{"type":"string"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["delegate_stack_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","lock_period","delegator","burnchain_start_height","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"lock_period":{"type":"string"},"delegator":{"type":"string"},"burnchain_start_height":{"anyOf":[{"type":"integer"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["delegate_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","delegate_to","unlock_burn_height","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"delegate_to":{"type":"string"},"unlock_burn_height":{"anyOf":[{"type":"integer"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["fee"]},"metadata":{"type":"object","required":["sponsored"],"properties":{"sponsored":{"type":"boolean"}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["handle_unlock"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","first_cycle_locked","first_unlocked_cycle"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"first_cycle_locked":{"type":"integer"},"first_unlocked_cycle":{"type":"integer"}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["poison_microblock"]},"metadata":{"type":"object","required":["microblock_header_1","microblock_header_2"],"properties":{"microblock_header_1":{"type":"string"},"microblock_header_2":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["revoke_delegate_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","delegate_to","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"delegate_to":{"type":"string"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["contract_deploy"]},"metadata":{"type":"object","required":["contract_identifier","clarity_version"],"properties":{"contract_identifier":{"type":"string"},"clarity_version":{"anyOf":[{"type":"integer"},{"type":"null"}]},"source_code":{"type":"string"},"abi":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_aggregation_commit_indexed"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","reward_cycle","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"reward_cycle":{"type":"integer"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_aggregation_commit"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","reward_cycle","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"reward_cycle":{"type":"integer"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_aggregation_increase"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","reward_cycle","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"reward_cycle":{"type":"integer"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"type":{"type":"string","enum":["stack_extend"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","extend_count","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"extend_count":{"type":"integer"},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_increase"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stack_stx"]},"metadata":{"type":"object","required":["locked","balance","burnchain_unlock_height","lock_period","burnchain_start_height","signer_key","start_cycle_id","end_cycle_id"],"properties":{"locked":{"type":"string"},"balance":{"type":"string"},"burnchain_unlock_height":{"type":"integer"},"pox_addr":{"type":"string"},"pox_addr_raw":{"type":"string"},"lock_period":{"type":"integer"},"burnchain_start_height":{"type":"integer"},"signer_key":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]},"end_cycle_id":{"anyOf":[{"type":"integer"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["stx_lock"]},"metadata":{"type":"object","required":["unlock_height","locked_address","contract_name"],"properties":{"unlock_height":{"type":"integer"},"locked_address":{"type":"string"},"contract_name":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"type":{"type":"string","enum":["tenure_change"]},"metadata":{"type":"object","required":["tenure_consensus_hash","prev_tenure_consensus_hash","burn_view_consensus_hash","previous_tenure_end","previous_tenure_blocks","cause","pubkey_hash"],"properties":{"tenure_consensus_hash":{"type":"string"},"prev_tenure_consensus_hash":{"type":"string"},"burn_view_consensus_hash":{"type":"string"},"previous_tenure_end":{"type":"string"},"previous_tenure_blocks":{"type":"integer"},"cause":{"anyOf":[{"type":"string","enum":["block_found"]},{"type":"string","enum":["extended"]},{"type":"string","enum":["extended_runtime"]},{"type":"string","enum":["extended_read_count"]},{"type":"string","enum":["extended_read_length"]},{"type":"string","enum":["extended_write_count"]},{"type":"string","enum":["extended_write_length"]}]},"pubkey_hash":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","status","account","amount","type"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["token_burn"]}}},{"type":"object","required":["operation_identifier","status","account","amount","type"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["token_mint"]}}},{"type":"object","required":["operation_identifier","status","account","amount","type"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"account":{"type":"object","required":["address"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"sub_account":{"type":"object","required":["address"],"properties":{"address":{"type":"string"},"metadata":{"type":"object","additionalProperties":{}}}}}},"amount":{"type":"object","required":["value","currency"],"properties":{"value":{"type":"string"},"currency":{"type":"object","required":["symbol","decimals"],"properties":{"symbol":{"type":"string"},"decimals":{"type":"integer"},"metadata":{"type":"object","required":["asset_identifier","token_type"],"properties":{"asset_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"type":"string"},"value":{"type":"string"},"token_type":{"anyOf":[{"type":"string","enum":["ft"]},{"type":"string","enum":["nft"]}]}}}}}}},"type":{"type":"string","enum":["token_transfer"]},"metadata":{"type":"object","required":["memo"],"properties":{"memo":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}}]}},"metadata":{"type":"object","required":["canonical","execution_cost","fee_rate","nonce","type","position","result","sender_address","sponsor_address","sponsored","status","vm_error"],"properties":{"canonical":{"type":"boolean"},"microblock_canonical":{"type":"boolean"},"execution_cost":{"type":"object","required":["read_count","read_length","runtime","write_count","write_length"],"properties":{"read_count":{"type":"integer"},"read_length":{"type":"integer"},"runtime":{"type":"integer"},"write_count":{"type":"integer"},"write_length":{"type":"integer"}}},"fee_rate":{"type":"string"},"nonce":{"type":"integer"},"type":{"anyOf":[{"type":"string","enum":["coinbase"]},{"type":"string","enum":["token_transfer"]},{"type":"string","enum":["poison_microblock"]},{"type":"string","enum":["contract_deploy"]},{"type":"string","enum":["tenure_change"]},{"type":"string","enum":["contract_call"]}]},"post_conditions":{"type":"object","required":["mode","post_conditions"],"properties":{"mode":{"anyOf":[{"type":"string","enum":["allow"]},{"type":"string","enum":["deny"]},{"type":"string","enum":["originator"]}]},"post_conditions":{"type":"array","items":{"anyOf":[{"type":"object","required":["type","condition_code","amount","principal"],"properties":{"type":{"type":"string","enum":["stx"]},"condition_code":{"anyOf":[{"type":"string","enum":["sent_equal_to"]},{"type":"string","enum":["sent_greater_than"]},{"type":"string","enum":["sent_greater_than_or_equal_to"]},{"type":"string","enum":["sent_less_than"]},{"type":"string","enum":["sent_less_than_or_equal_to"]}]},"amount":{"type":"string"},"principal":{"anyOf":[{"type":"object","required":["type_id","address"],"properties":{"type_id":{"type":"string","enum":["principal_standard"]},"address":{"type":"string"}}},{"type":"object","required":["type_id","contract_name","address"],"properties":{"type_id":{"type":"string","enum":["principal_contract"]},"contract_name":{"type":"string"},"address":{"type":"string"}}},{"type":"object","required":["type_id"],"properties":{"type_id":{"type":"string","enum":["principal_origin"]}}}]}}},{"type":"object","required":["type","condition_code","amount","principal","asset"],"properties":{"type":{"type":"string","enum":["fungible"]},"condition_code":{"anyOf":[{"type":"string","enum":["sent_equal_to"]},{"type":"string","enum":["sent_greater_than"]},{"type":"string","enum":["sent_greater_than_or_equal_to"]},{"type":"string","enum":["sent_less_than"]},{"type":"string","enum":["sent_less_than_or_equal_to"]}]},"amount":{"type":"string"},"principal":{"anyOf":[{"type":"object","required":["type_id","address"],"properties":{"type_id":{"type":"string","enum":["principal_standard"]},"address":{"type":"string"}}},{"type":"object","required":["type_id","contract_name","address"],"properties":{"type_id":{"type":"string","enum":["principal_contract"]},"contract_name":{"type":"string"},"address":{"type":"string"}}},{"type":"object","required":["type_id"],"properties":{"type_id":{"type":"string","enum":["principal_origin"]}}}]},"asset":{"type":"object","required":["contract_name","asset_name","contract_address"],"properties":{"contract_name":{"type":"string"},"asset_name":{"type":"string"},"contract_address":{"type":"string"}}}}},{"type":"object","required":["type","condition_code","principal","asset","asset_value"],"properties":{"type":{"type":"string","enum":["non_fungible"]},"condition_code":{"anyOf":[{"type":"string","enum":["sent"]},{"type":"string","enum":["not_sent"]},{"type":"string","enum":["maybe_sent"]}]},"principal":{"anyOf":[{"type":"object","required":["type_id","address"],"properties":{"type_id":{"type":"string","enum":["principal_standard"]},"address":{"type":"string"}}},{"type":"object","required":["type_id","contract_name","address"],"properties":{"type_id":{"type":"string","enum":["principal_contract"]},"contract_name":{"type":"string"},"address":{"type":"string"}}},{"type":"object","required":["type_id"],"properties":{"type_id":{"type":"string","enum":["principal_origin"]}}}]},"asset":{"type":"object","required":["contract_name","asset_name","contract_address"],"properties":{"contract_name":{"type":"string"},"asset_name":{"type":"string"},"contract_address":{"type":"string"}}},"asset_value":{"type":"object","required":["hex","repr"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"}}}}}]}}}},"position":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"microblock_identifier":{"type":"object","required":["index","hash"],"properties":{"index":{"minimum":1,"type":"integer"},"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}},"raw_tx":{"type":"string"},"result":{"anyOf":[{"type":"string"},{"type":"object","required":["hex","repr"],"properties":{"hex":{"type":"string"},"repr":{"type":"string"}}}]},"sender_address":{"type":"string"},"sponsor_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"sponsored":{"type":"boolean"},"status":{"anyOf":[{"type":"string","enum":["pending"]},{"type":"string","enum":["success"]},{"type":"string","enum":["abort_by_response"]},{"type":"string","enum":["abort_by_post_condition"]},{"type":"string","enum":["dropped_replace_by_fee"]},{"type":"string","enum":["dropped_replace_across_fork"]},{"type":"string","enum":["dropped_too_expensive"]},{"type":"string","enum":["dropped_problematic"]},{"type":"string","enum":["dropped_stale_garbage_collect"]}]},"vm_error":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}}}}}}},"500":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["code","message","retriable"],"properties":{"code":{"type":"number"},"message":{"type":"string"},"description":{"type":"string"},"retriable":{"type":"boolean"},"details":{"type":"object","additionalProperties":{}}}}}}}}}}}}
```
