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
}
Path Params
string
required
Body Params
string
Defaults to 2.0
string
Defaults to cfx_getDepositList
params
array of strings
params
int32
Defaults to 0
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json