POST
/
v1
/
subscribe
{
  "result": {
    "topic": "peer_connected",
    "value": {
      "ethAddress": "0x123...",
      "type": "provider"
    }
  },
  "error": {
    "code": 123,
    "message": "<string>",
    "details": [
      {
        "@type": "<string>"
      }
    ]
  }
}

Body

application/json

Response

200
application/json
A successful response.(streaming responses)

The response is of type object.