POST
/
web3_clientVersion
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
}

Body

application/json

Response

200 - application/json
Returns client version information

The response is of type object.