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
}

Body

application/json
boc
string
required

b64 encoded bag of cells

Response

Successful Response

ok
boolean
required
result
error
string
code
integer
I