post https://{network}.unifra.io/v1/
Returns the conflux-rust version.
Parameters
- none
Returns
STRING - the client version
Example
Request
curl -X POST \
--data '{"jsonrpc":"2.0","method": "cfx_clientVersion",
"id":1}' \
-H "Content-Type: application/json" \
https://cfx-core.unifra.io/v1/ad2eb3c7a9404cc6a35a6641eaf70577
Result
{
"jsonrpc": "2.0",
"result": "conflux-rust-2.0.1",
"id": 0
}