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
}Ethereum API
web3_clientVersion
Returns the current client version
POST
/
web3_clientVersion
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
Was this page helpful?
⌘I