Returns info about the sidechain Id.
Parameters
No parameters
Example request
curl -sX POST 'http://127.0.0.1:9085/node/sidechainId' -H 'Content-Type: application/json' -H 'accept: application/json'
Example response
{
"result" : {
"sidechainId" : "1f758350754c12ac8f75a547f745b75eb744b382e15d0d3b0e24a4b5c5acde00"
}
}