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
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>"
}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.
Was this page helpful?