> ## Documentation Index
> Fetch the complete documentation index at: https://companyname-a7d5b98e-nft-comparison.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Run smart contract get-method

> Run get method of smart contract. Stack supports only `num`, `cell` and `slice` types:
```
[
{
"type": "num",
"value": "0x12a"
},
{
"type": "cell",
"value": "te6..." // base64 encoded BoC with cell
},
{
"type": "slice",
"value": "te6..." // base64 encoded BoC with slice
}
]
```

