mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-04-28 21:05:36 +08:00
* Added examples for construction, account and hash API's * docs: cleaned up OpenAPI.yaml for consistency with all the examples (#1282) * Added examples for missing API's * fix the hash example for v1/block/{hash} * Fixed examples for string types * Updated examples to follow yaml syntax * Examples for Rosetta and Smart contracts * Reframed a sentence
28 lines
494 B
JSON
28 lines
494 B
JSON
{
|
|
"network_identifier": {
|
|
"blockchain": "stacks",
|
|
"network": "mainnet"
|
|
},
|
|
"operations": [
|
|
{
|
|
"operation_identifier": {
|
|
"index": 0,
|
|
"network_index": 0
|
|
},
|
|
"related_operations": [
|
|
{
|
|
"index": 0,
|
|
"network_index": 0
|
|
}
|
|
],
|
|
"type": "stack_stx",
|
|
"status": "success",
|
|
"account": {
|
|
"address": "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6",
|
|
"metadata": {}
|
|
}
|
|
|
|
}
|
|
]
|
|
}
|