near_view_function
Call read-only view methods on NEAR contracts to safely fetch data without modifying state or paying gas fees.
Instructions
Call a view method on a contract (read-only)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments as JSON object | |
| contractId | Yes | The contract account ID | |
| methodName | Yes | The method name to call |