Skip to main content
POST
/
v2
/
gasless
/
send
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>"
}

Body

application/json

bag-of-cells serialized to hex

wallet_public_key
string
required

hex encoded public key

boc
string<cell>
required

Response

the message has been sent

protocol_name
string
required