Send serialized BoC file: fully packed and serialized external message to blockchain.
cURL
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 }
b64 encoded bag of cells
Successful Response
Was this page helpful?