---
title: "call"
description: "Call a contract method without sending a transaction or changing the state"
source: https://docs.genlayer.com/api-references/genlayer-cli/contracts/call
last_updated: 2026-03-27
---

# call

Call a contract method without sending a transaction or changing the state

### Usage

`$ genlayer call [options] <contractAddress> <method>`

### Arguments

- `<contractAddress>`
- `<method>`

### Options

| Short | Long | Description | Required | Default |
| --- | --- | --- | :---: | --- |
|  | --rpc &lt;rpcUrl&gt; | RPC URL for the network | No |  |
| -h | --help | display help for command | No |  |
