Send Message
Send an external message to the TON network.
POST
Send Message
Documentation Index
Fetch the complete documentation index at: https://beta-docs.ton.org/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Run Get-MethodRun 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
}
]
```
Next
Send Message