> For the complete documentation index, see [llms.txt](https://docs.stacks.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacks.co/reference/api/stacks-mesh-api/construction.md).

# Construction

Construction endpoints

## POST /construction/derive

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.7.6"},"tags":[{"name":"Construction","description":"Construction endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/construction/derive":{"post":{"tags":["Construction"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","public_key"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"public_key":{"type":"object","required":["hex_bytes","curve_type"],"properties":{"hex_bytes":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"curve_type":{"type":"string","enum":["secp256k1"]}}}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string"},"account_identifier":{"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":{}}}}}}}}}}},"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 /construction/preprocess

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.7.6"},"tags":[{"name":"Construction","description":"Construction endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/construction/preprocess":{"post":{"tags":["Construction"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","operations"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"operations":{"type":"array","items":{"anyOf":[{"type":"object","required":["operation_identifier","type","account","amount"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["token_transfer"]},"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"]}]}}}}}}},"metadata":{"type":"object","required":["memo"],"properties":{"memo":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","type","account","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["contract_call"]},"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":{}}}}}},"metadata":{"type":"object","required":["contract_identifier","function_name","args"],"properties":{"contract_identifier":{"type":"string"},"function_name":{"type":"string"},"args":{"type":"array","items":{"type":"string"}}}}}},{"type":"object","required":["operation_identifier","type","account","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["contract_deploy"]},"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":{}}}}}},"metadata":{"type":"object","required":["contract_name","source_code"],"properties":{"contract_name":{"type":"string"},"clarity_version":{"type":"integer"},"source_code":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","type","account","amount"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["fee"]},"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"]}]}}}}}}}}}]}},"max_fee":{"type":"array","items":{"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"]}]}}}}}}}},"suggested_fee_multiplier":{"type":"number"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"options":{"anyOf":[{"type":"object","required":["sender_address","type","contract_identifier","function_name","args"],"properties":{"sender_address":{"type":"string"},"max_fee":{"type":"string"},"suggested_fee_multiplier":{"type":"number"},"type":{"type":"string","enum":["contract_call"]},"contract_identifier":{"type":"string"},"function_name":{"type":"string"},"args":{"type":"array","items":{"type":"string"}}}},{"type":"object","required":["sender_address","type","recipient_address","amount"],"properties":{"sender_address":{"type":"string"},"max_fee":{"type":"string"},"suggested_fee_multiplier":{"type":"number"},"type":{"type":"string","enum":["token_transfer"]},"recipient_address":{"type":"string"},"amount":{"type":"string"},"memo":{"type":"string"}}},{"type":"object","required":["sender_address","type","contract_name","source_code"],"properties":{"sender_address":{"type":"string"},"max_fee":{"type":"string"},"suggested_fee_multiplier":{"type":"number"},"type":{"type":"string","enum":["contract_deploy"]},"contract_name":{"type":"string"},"clarity_version":{"type":"integer"},"source_code":{"type":"string"}}}]},"required_public_keys":{"type":"array","items":{"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":{}}}}}}}}}}}},"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 /construction/payloads

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.7.6"},"tags":[{"name":"Construction","description":"Construction endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/construction/payloads":{"post":{"tags":["Construction"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","operations","metadata","public_keys"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"operations":{"type":"array","items":{"anyOf":[{"type":"object","required":["operation_identifier","type","account","amount"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["token_transfer"]},"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"]}]}}}}}}},"metadata":{"type":"object","required":["memo"],"properties":{"memo":{"anyOf":[{"type":"string"},{"type":"null"}]}}}}},{"type":"object","required":["operation_identifier","type","account","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["contract_call"]},"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":{}}}}}},"metadata":{"type":"object","required":["contract_identifier","function_name","args"],"properties":{"contract_identifier":{"type":"string"},"function_name":{"type":"string"},"args":{"type":"array","items":{"type":"string"}}}}}},{"type":"object","required":["operation_identifier","type","account","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["contract_deploy"]},"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":{}}}}}},"metadata":{"type":"object","required":["contract_name","source_code"],"properties":{"contract_name":{"type":"string"},"clarity_version":{"type":"integer"},"source_code":{"type":"string"}}}}},{"type":"object","required":["operation_identifier","type","account","amount"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"type":{"type":"string","enum":["fee"]},"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"]}]}}}}}}}}}]}},"metadata":{"type":"object","required":["options","sender_account_info"],"properties":{"options":{"anyOf":[{"type":"object","required":["sender_address","type","contract_identifier","function_name","args"],"properties":{"sender_address":{"type":"string"},"max_fee":{"type":"string"},"suggested_fee_multiplier":{"type":"number"},"type":{"type":"string","enum":["contract_call"]},"contract_identifier":{"type":"string"},"function_name":{"type":"string"},"args":{"type":"array","items":{"type":"string"}}}},{"type":"object","required":["sender_address","type","recipient_address","amount"],"properties":{"sender_address":{"type":"string"},"max_fee":{"type":"string"},"suggested_fee_multiplier":{"type":"number"},"type":{"type":"string","enum":["token_transfer"]},"recipient_address":{"type":"string"},"amount":{"type":"string"},"memo":{"type":"string"}}},{"type":"object","required":["sender_address","type","contract_name","source_code"],"properties":{"sender_address":{"type":"string"},"max_fee":{"type":"string"},"suggested_fee_multiplier":{"type":"number"},"type":{"type":"string","enum":["contract_deploy"]},"contract_name":{"type":"string"},"clarity_version":{"type":"integer"},"source_code":{"type":"string"}}}]},"sender_account_info":{"type":"object","required":["nonce","balance"],"properties":{"nonce":{"type":"number"},"balance":{"type":"string"}}}}},"public_keys":{"minItems":1,"type":"array","items":{"type":"object","required":["hex_bytes","curve_type"],"properties":{"hex_bytes":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"curve_type":{"type":"string","enum":["secp256k1"]}}}}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["unsigned_transaction","payloads"],"properties":{"unsigned_transaction":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"payloads":{"type":"array","items":{"type":"object","required":["account_identifier","hex_bytes","signature_type"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"account_identifier":{"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":{}}}}}},"hex_bytes":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"signature_type":{"type":"string","enum":["ecdsa_recovery"]}}}}}}}}},"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 /construction/combine

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.7.6"},"tags":[{"name":"Construction","description":"Construction endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/construction/combine":{"post":{"tags":["Construction"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","unsigned_transaction","signatures"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"unsigned_transaction":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"signatures":{"minItems":1,"type":"array","items":{"type":"object","required":["signing_payload","public_key","signature_type","hex_bytes"],"properties":{"signing_payload":{"type":"object","required":["account_identifier","hex_bytes","signature_type"],"properties":{"address":{"anyOf":[{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}\\.[a-zA-Z]([a-zA-Z0-9]|[-_]){0,39}$","type":"string"},{"pattern":"^[0123456789ABCDEFGHJKMNPQRSTVWXYZ]{28,41}$","type":"string"}]},"account_identifier":{"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":{}}}}}},"hex_bytes":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"signature_type":{"type":"string","enum":["ecdsa_recovery"]}}},"public_key":{"type":"object","required":["hex_bytes","curve_type"],"properties":{"hex_bytes":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"},"curve_type":{"type":"string","enum":["secp256k1"]}}},"signature_type":{"type":"string","enum":["ecdsa_recovery"]},"hex_bytes":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["signed_transaction"],"properties":{"signed_transaction":{"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 /construction/parse

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.7.6"},"tags":[{"name":"Construction","description":"Construction endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/construction/parse":{"post":{"tags":["Construction"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","signed","transaction"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"signed":{"type":"boolean"},"transaction":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["operations"],"properties":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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","amount","type","metadata"],"properties":{"operation_identifier":{"type":"object","required":["index"],"properties":{"index":{"type":"integer"},"network_index":{"type":"integer"}}},"related_operations":{"type":"array","items":{"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":["register_for_bond"]},"metadata":{"type":"object","required":["signer","bond_index","sats_total","is_l1_lock","first_reward_cycle","unlock_burn_height","unlock_cycle"],"properties":{"signer":{"type":"string"},"bond_index":{"type":"integer"},"sats_total":{"type":"string"},"is_l1_lock":{"type":"boolean"},"first_reward_cycle":{"type":"integer"},"unlock_burn_height":{"type":"integer"},"unlock_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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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":["stake"]},"metadata":{"type":"object","required":["signer","num_cycles","first_reward_cycle","unlock_burn_height","unlock_cycle"],"properties":{"signer":{"type":"string"},"num_cycles":{"type":"integer"},"first_reward_cycle":{"type":"integer"},"unlock_burn_height":{"type":"integer"},"unlock_cycle":{"type":"integer"}}}}},{"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"}}},"related_operations":{"type":"array","items":{"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":["stake_update"]},"metadata":{"type":"object","required":["signer","old_signer","amount_increase","num_cycles","cycles_to_extend","prev_unlock_height","unlock_burn_height","unlock_cycle"],"properties":{"signer":{"type":"string"},"old_signer":{"type":"string"},"amount_increase":{"type":"string"},"num_cycles":{"type":"integer"},"cycles_to_extend":{"type":"integer"},"prev_unlock_height":{"type":"integer"},"unlock_burn_height":{"type":"integer"},"unlock_cycle":{"type":"integer"}}}}},{"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"}}},"related_operations":{"type":"array","items":{"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":["unstake"]},"metadata":{"type":"object","required":["signer","first_reward_cycle","unlock_cycle","unlock_burn_height"],"properties":{"signer":{"type":"string"},"first_reward_cycle":{"type":"integer"},"unlock_cycle":{"type":"integer"},"unlock_burn_height":{"type":"integer"}}}}},{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}}},"related_operations":{"type":"array","items":{"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"}]}}}}}]}},"signers":{"type":"array","items":{"type":"string"}},"account_identifier_signers":{"type":"array","items":{"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":{}}}}}}},"metadata":{"type":"object","additionalProperties":{}}}}}}},"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 /construction/hash

>

```json
{"openapi":"3.0.3","info":{"title":"Stacks Mesh API","version":"0.7.6"},"tags":[{"name":"Construction","description":"Construction endpoints"}],"servers":[{"url":"http://localhost:3000","description":"Local"}],"paths":{"/construction/hash":{"post":{"tags":["Construction"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["network_identifier","signed_transaction"],"properties":{"network_identifier":{"type":"object","required":["blockchain","network"],"properties":{"blockchain":{"type":"string","enum":["stacks"]},"network":{"anyOf":[{"type":"string","enum":["mainnet"]},{"type":"string","enum":["testnet"]}]}}},"signed_transaction":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}}}}},"responses":{"200":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","required":["transaction_identifier"],"properties":{"transaction_identifier":{"type":"object","required":["hash"],"properties":{"hash":{"pattern":"^(0x)?[0-9a-fA-F]+$","type":"string"}}},"metadata":{"type":"object","additionalProperties":{}}}}}}},"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":{}}}}}}}}}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.stacks.co/reference/api/stacks-mesh-api/construction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
