mirror of
https://github.com/alexgo-io/stacks-blockchain-api.git
synced 2026-06-14 08:29:57 +08:00
17 lines
522 B
JSON
17 lines
522 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "rosetta-network-list-request",
|
|
"type": "object",
|
|
"title": "RosettaNetworkListRequest",
|
|
"description": "This endpoint returns a list of NetworkIdentifiers that the Rosetta server supports.",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"metadata": {
|
|
"type": "object",
|
|
"description": "A MetadataRequest is utilized in any request where the only argument is optional metadata.",
|
|
"required": []
|
|
}
|
|
}
|
|
}
|