Executes a get method with typed stack entries. Unlike runGetMethod which uses arrays, this endpoint uses explicit types (TvmStackEntryNumber, TvmStackEntryCell, etc.) for clearer input/output handling. Recommended for complex method calls.
The account address in user-friendly format.
The get method name (e.g., "seqno", "get_wallet_data") or its numeric ID.
Input arguments or output values as a TVM stack. Each entry has a type and value.
Block or wallet sequence number. For blocks, this is the block height. For wallets, increment this for each outgoing transaction.
OK
Response containing get method execution results in standard format.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.