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
}Documentation Index
Fetch the complete documentation index at: https://docs.abs.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Was this page helpful?
⌘I