Executes a get method on a smart contract and returns the result stack. The stack supports num, cell, and slice types. Cell and slice values must be base64-encoded BOCs. Both address and method are required.
Request body for executing a smart contract get method. Provide the contract address, method name, and optional input stack. Stack entries support num (hex string), cell (base64 BOC), and slice (base64 BOC) types.
Address of the smart contract to execute the get method on.
Name of the get method to execute (e.g., seqno, get_wallet_data, get_nft_data).
Input stack entries for the get method. Each entry has a type (num, cell, or slice) and a value in the corresponding format.
Get method execution result with output stack.
Request body for executing a smart contract get method. Provide the contract address, method name, and optional input stack. Stack entries support num (hex string), cell (base64 BOC), and slice (base64 BOC) types.
Address of the smart contract to execute the get method on.
Name of the get method to execute (e.g., seqno, get_wallet_data, get_nft_data).
Input stack entries for the get method. Each entry has a type (num, cell, or slice) and a value in the corresponding format.