mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-15 00:49:53 +08:00
20 lines
611 B
JSON
20 lines
611 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "Rosetta-status-request",
|
|
"type": "object",
|
|
"title": "RosettaStatusRequest",
|
|
"description": "This endpoint returns the current status of the network requested. Any NetworkIdentifier returned by /network/list should be accessible here.",
|
|
"required": ["network_identifier"],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"network_identifier": {
|
|
"$ref": "../../entities/rosetta/rosetta-network-identifier.schema.json"
|
|
},
|
|
"metadata": {
|
|
"type": "object",
|
|
"description": "",
|
|
"required": []
|
|
}
|
|
}
|
|
}
|