Skip to main content
POST
/
sendBoc
Send external message (BoC)
curl --request POST \
  --url https://toncenter.com/api/v2/sendBoc \
  --header 'Content-Type: application/json' \
  --data '
{
  "boc": "<string>"
}
'
{
  "ok": true,
  "result": "<string>",
  "error": "<string>",
  "code": 123
}

Documentation Index

Fetch the complete documentation index at: https://companyname-a7d5b98e-jeshecdom-fift-variables.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
boc
string
required

b64 encoded bag of cells

Response

Successful Response

ok
boolean
required
result
error
string
code
integer