Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://tonapi.io/v2/blockchain/message \ --header 'Content-Type: application/json' \ --data ' { "boc": "<string>", "batch": [ "<string>" ], "meta": {} } '
{ "error": "<string>", "error_code": 123 }
Send message to blockchain
both a single boc and a batch of boc serialized in base64/hex are accepted
5
Show child attributes
the message has been sent
Was this page helpful?