> For the complete documentation index, see [llms.txt](https://documentation.script.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.script.tv/api-references/rpc-api-reference/getblock/request.md).

# Request

`curl -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","method":"script.GetBlock","params":[{"hash":"0x9f1e77b08c9fa8984096a735d0aae6b0e43aee297e42c54ce36334103ddd67a7"}],"id":1}' http://localhost:16888/rpc`

`// Result`

`{`

&#x20;`"jsonrpc": "2.0",`

&#x20;`"id": 1,`

&#x20;`"result": {`

&#x20;`"chain_id": "scriptnet",`

&#x20;`"epoch": "5",`

&#x20;`"height": "3",`

&#x20;`"parent": "0x724b0f68d8e45f930b95bac224fa7d67eef243307b4e84f0f666198d1d70e9d7",`

&#x20;`"transactions_hash": "0x2bf2c62185fceed239a55bd27ada030cf75970f09122addb2e419e70cafebdf0",`

&#x20;`"state_hash": "0xd41742c2b0d70e3bac1d88b2af69a2491d8c65c650af6ec4d2b8873897f8becc",`

&#x20;`"timestamp": "1548102762",`

&#x20;`"proposer": "0x2e833968e5bb786ae419c4d13189fb081cc43bab",`

&#x20;`"children": ["0x21d3c2bb25d0c85a1f5c3ff81bc7eeae998bf98db1dba461fb3f69a434feb90c"],`

&#x20;`"status": 4,`

&#x20;`"hash": "0x9f1e77b08c9fa8984096a735d0aae6b0e43aee297e42c54ce36334103ddd67a7",`

&#x20;`"transactions": [{`

&#x20;"raw": {

&#x20;"proposer": {

&#x20;`"address": "0x2e833968e5bb786ae419c4d13189fb081cc43bab"`,

&#x20;"coins": {

&#x20;`"SCPTWei": "0",`

&#x20;`"SPAYWei": "0"`

&#x20;`},`

&#x20;`"sequence": "0",`

&#x20;`"signature": "0x31af035f0dc47ded00eb5139fd5e4bb76f82e89e29adae60df1277a`25b0c7b135b097502ff0aa66249a423d22f291804a9e178af59c24ccbf1af2f58b83964ef00"

&#x20;},

&#x20;`"outputs": [{`

&#x20;`"address": "0x2e833968e5bb786ae419c4d13189fb081cc43bab",`

&#x20;`"coins": {`

&#x20;`"SCPTWei": "0",`

&#x20;`"SPAYWei": "0"`

&#x20;`}`

&#x20;`}],`

&#x20;`"block_height": "2"`

&#x20;`},`

&#x20;`"type": 0,`

&#x20;`"hash": "0x642f7d70680eefcc34f750cd6e03b57035f197baeabfa8e8420f55d994f5265f"`

&#x20;`}, {`

&#x20;`"raw": {`

&#x20;`"fee": {`

&#x20;`" SCPTWei ": "0",`

&#x20;`" SPAYWei ": "1000000000000`"

&#x20;`},`

&#x20;`"inputs": [{`

&#x20;`"address": "0x2e833968e5bb786ae419c4d13189fb081cc43bab",`

&#x20;`"coins": {`

&#x20;`" SCPTWei ": "0",`

&#x20;`" SPAYWei ": "20000001000000000000"`

&#x20;`},`

&#x20;`"sequence": "1",`

&#x20;`"signature": "0x2f8f17b13c07e57d4c5d2c89e87d9e608f0eff22ef1f96eed5647b063265450216ef4f7a8578bf702cf26db00fb2e758521873bb1b68528325c84b59a2debc7400"`

&#x20;`}],`

&#x20;`"outputs": [{`

&#x20;`"address": "0x9f1233798e905e173560071255140b4a8abd3ec6",`

&#x20;`"coins": {`

&#x20;`" SCPTWei ": "0",`

&#x20;`" SPAYWei ": "20000000000000000000"`

&#x20;`}`

&#x20;`}]`

&#x20;`},`

&#x20;`"type": 2,`

&#x20;`"hash": "0xf3cc94af7a1520b384999ad106ade9738b6cde66e2377ceab37067329d7173a0"`

`}]`&#x20;

`}}`
