SendBoc
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
422
Validation Error
504
Lite Server Timeout
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
}