Network history status
Get information about the current state of network history Response contains the network history status
Responses
- 200
- 500
- default
A successful response.
application/json
Schema
Example (from schema)
Schema
connectedPeers string[]
ipfsAddress string
swarmKey string
swarmKeySeed string
{
"connectedPeers": [
"string"
],
"ipfsAddress": "string",
"swarmKey": "string",
"swarmKeySeed": "string"
}
An internal server error
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
An unexpected error response.
application/json
Schema
Example (from schema)
Schema
code int32
details object[]
@type string
message string
{
"code": 0,
"details": [
{
"@type": "string"
}
],
"message": "string"
}
Loading...