curl --request POST \
--url https://tonapi.io/v2/liteserver/send_message \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>"
}
'{
"code": 200
}Send raw message to blockchain
curl --request POST \
--url https://tonapi.io/v2/liteserver/send_message \
--header 'Content-Type: application/json' \
--data '
{
"body": "<string>"
}
'{
"code": 200
}Was this page helpful?