Skip to main content
POST
/
v2
/
liteserver
/
send_message
cURL
curl --request POST \
  --url https://tonapi.io/v2/liteserver/send_message \
  --header 'Content-Type: application/json' \
  --data '
{
  "body": "<string>"
}
'
{
  "code": 200
}

Documentation Index

Fetch the complete documentation index at: https://tonapi.ness.su/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Data that is expected

body
string<cell-base64>
required

Response

code

code
integer<int32>
required
Example:

200