SendBoc

Send Boc

post

Send serialized boc file: fully packed and serialized external message to blockchain.

Authorizations
Body
bocstringRequired

b64 encoded bag of cells

Responses
200
Successful Response
application/json
post
POST /sendBoc HTTP/1.1
Host: ton.nownodes.io
X-API-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14

{
  "boc": "text"
}
{
  "ok": true,
  "result": "text",
  "error": "text",
  "code": 1
}