Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://tonapi.io/v2/gasless/send \ --header 'Content-Type: application/json' \ --data ' { "wallet_public_key": "<string>", "boc": "<string>" } '
{ "protocol_name": "<string>" }
Submits the signed gasless transaction message to the network
bag-of-cells serialized to hex
hex encoded public key
the message has been sent
Was this page helpful?