cfx_clientVersion - Conflux

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
}
Language
URL
Click Try It! to start a request and see the response here!