Connect to the blockchain node through an RPC driver

PUT {{baseUrl}}/v3/blockchain/node/:chain/:xApiKey/:rpcPath

1 credit per API call.


Get detail of transaction to be signed / that was already signed and contains transactionId.

Request Body

{"jsonrpc"=>"2.0", "method"=>"web3_clientVersion", "id"=>2}

RESPONSES

status: OK

{"jsonrpc":"2.0","id":2,"result":"Geth/v1.9.9-omnibus-e320ae4c-20191206/linux-amd64/go1.13.4"}