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

# eth_call

`POST /eth_call`

Executes a new message call immediately without creating a transaction on the blockchain

## Request body

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

## Response `200`

Returns the result of the contract execution

- object
  - `jsonrpc` string
  - `id` integer
  - `result` string — The return value of the executed contract method

---

[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/revisions/65e951da6380/schema)
