call_view_method
Call read-only view methods on any NEAR smart contract to inspect its state without transaction fees. Specify contract ID, method name, and optional arguments.
Instructions
Calls a view (read-only) method on any NEAR smart contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments to pass to the method (will be JSON encoded) | |
| network | No | NEAR network to query (default: mainnet) | |
| contract_id | Yes | The NEAR account ID of the contract | |
| method_name | Yes | Name of the view method to call |