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
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 client version information
The response is of type object
.
Was this page helpful?