Send serialized boc file: fully packed and serialized external message to blockchain.
b64 encoded bag of cells
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" }
Successful Response
{ "ok": true, "result": "text", "error": "text", "code": 1 }