Check out our new component library - build.abs.xyz!
cURL
curl --request POST \ --url https://api.mainnet.abs.xyz/web3_clientVersion \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": 1, "method": "web3_clientVersion", "params": [] }'
{ "jsonrpc": "2.0", "result": "Abstract/v2.0", "id": 1 }
Returns the current client version
JSON-RPC version
The method to call
Request identifier
No parameters
Returns client version information
"2.0"
1
Client version string
"Abstract/v2.0"
Was this page helpful?