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