Available endpoints:
//jst.vicivm.online/eth_accounts
//jst.vicivm.online/eth_blockNumber
//jst.vicivm.online/eth_gasPrice
//jst.vicivm.online/net_channelInfo
//jst.vicivm.online/net_listening
//jst.vicivm.online/net_nodeInfo
//jst.vicivm.online/net_version

Endpoints that require arguments:
//jst.vicivm.online/eth_call?args=_& blockNr=_
//jst.vicivm.online/eth_estimateGas?args=_
//jst.vicivm.online/eth_getBalance?address=_& blockNr=_
//jst.vicivm.online/eth_getBlockByHash?blockHash=_& fullTx=_
//jst.vicivm.online/eth_getBlockByNumber?blockNr=_& fullTx=_
//jst.vicivm.online/eth_getBlockTransactionCountByHash?blockHash=_
//jst.vicivm.online/eth_getBlockTransactionCountByNumber?blockNr=_
//jst.vicivm.online/eth_getCode?address=_& blockNr=_
//jst.vicivm.online/eth_getTransactionByBlockHashAndIndex?blockHash=_& index=_
//jst.vicivm.online/eth_getTransactionByBlockNumberAndIndex?blockNr=_& index=_
//jst.vicivm.online/eth_getTransactionByHash?hash=_
//jst.vicivm.online/eth_getTransactionCount?address=_& blockNr=_
//jst.vicivm.online/eth_getTransactionReceipt?hash=_
//jst.vicivm.online/eth_receiveCrossRawTransactionReq?encodedTx=_
//jst.vicivm.online/eth_sendCrossRawTransaction?encodedTx=_& url=_
//jst.vicivm.online/eth_sendRawTransaction?encodedTx=_
//jst.vicivm.online/eth_sendTransaction?args=_
//jst.vicivm.online/eth_subscribe?rawMsg=_
//jst.vicivm.online/eth_unsubscribe?subID=_