---
title: "web3_clientVersion"
method: POST
path: "/web3_clientVersion"
tags: ["Ethereum API"]
---

# web3_clientVersion

`POST /web3_clientVersion`

Returns the current client version

## Request body

- object
  - `jsonrpc` string, required — JSON-RPC version
  - `method` string, required — The method to call
  - `params` unknown[] — No parameters
    - unknown
  - `id` integer, required — Request identifier

## Response `200`

Returns client version information

- object
  - `jsonrpc` string
  - `id` integer
  - `result` string — Client version string

---

[API](https://skmtc.net/abs/apis/abstract-json-rpc-api.md) · [All operations](https://skmtc.net/abs/apis/abstract-json-rpc-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/abs/abstract-json-rpc-api/versions/65e951da6380/schema)
