---
title: "POST /v2/gasless/send"
method: POST
path: "/v2/gasless/send"
tags: ["Gasless"]
---

# POST /v2/gasless/send

`POST /v2/gasless/send`

Submits the signed gasless transaction message to the network

## Request body

- object
  - `boc` string, cell, required
  - `wallet_public_key` string — hex encoded public key

## Response `200`

the message has been sent

- GaslessTx
  - `external` string — Normalized hash of the external message.
  - `protocol_name` string, required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
