Message
Send an external message to the TON network.
Authorizations
Body
bocstringOptional
Responses
200
OK
application/json
400
Bad Request
application/json
post
POST /api/v3/message HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 14
{
"boc": "text"
}
{
"message_hash": "text",
"message_hash_norm": "text"
}