Send message

post

Send raw message to blockchain

Body
bodystringRequired
Responses
200
code
application/json
post
POST /v2/liteserver/send_message HTTP/1.1
Host: ton-open-api.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "body": "text"
}
{
  "code": 200
}