# [Ethereum] Process contract call

Endpoint: POST /v1/ledgers/{ledgerId}/ethereum/call
Security: httpAuth

## Path parameters:

  - `ledgerId` (string, required)

## Request fields (application/json):

  - `contractAddress` (string, required)

  - `from` (any, required)

  - `value` (string)
    This field is a large integer that can be positive or zero. It is represented as a string because it may contain value that cannot be expressed with JSON number without a loss of precision.

  - `data` (string)

## Response 401 fields (application/json):

  - `reason` (string, required)

  - `message` (string)


