Last updated 1 year ago
None.
curl https://lb.nodies.app/v1/<INSERT URL> \ -H "x-api-key: <API-KEY>" \ -X POST \ -H "Content-Type: application/json" \ -d '{ "method": "web3_clientVersion", "params": [], "id": 1, "jsonrpc": "2.0" }'
{ "jsonrpc": "2.0", "id": 1, "result": "bor/v1.0.6/linux-amd64/go1.20.5" }
Returns the current client version.