Files
stacks-blockchain-api/docs/api/rosetta/rosetta-block-request-body.example.json
Lavanya Kasturi 0d81369aff docs: rosetta network options api (#1261)
* Test Rosetta- network options api

* Rosetta-example-test

* Removed extra space

* Formatted Json file

* Added JSON examples for API's

* Renamed file names

* Renamed json examples
2022-08-11 13:16:39 -05:00

11 lines
215 B
JSON

{
"network_identifier": {
"blockchain": "stacks",
"network": "mainnet"
},
"block_identifier": {
"index": 71107,
"hash": "0xce7e16561150f3a379845f4e96c3dd8f8396e397495821c9eec6b429391c529c"
}
}