Send Message
Themessage endpoint sends an external message to the TON network. This is the v3 API method for submitting signed transactions to the blockchain.
Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
TON pricing is the same for full, archive, v2, v3There’s no difference between a full node an archive node in data availability or pricing.
All data is always available and all node requests are consumed as 1 request unit.
Parameters
boc(string, required) — The serialized bag-of-cells in base64 format containing the signed external message.
Response
message_hash(string) — The hash of the sent message, which can be used to track the transaction.
Use case
Themessage endpoint is essential for any application that needs to send transactions via the v3 API:
- Wallet applications broadcasting user-signed transactions.
- Smart contract deployment and interaction.
- DApps submitting user transactions to the network.
- Automated systems executing on-chain operations.
- Token transfer services sending Jetton or NFT transfers.
Body
application/json
boc
string
default:te6ccgEBAgEAqwAB4YgBVbC7Hu+g3htYXzst8L5ucV76NMzeBK3URJKebN2Y1kwADRfFu/r0HxgrOp/Iml8Li5x4gR10J5XYFS8z0fMWJ6JPeUF5xNSLrSDGFIqhJqkW1SEYQF8Dw5p4dI3oaFs4LCmpoxdkfKw0AAAAGAAcAQBoQgAwwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL68=
required
The serialized bag-of-cells in base64 format
Response
200 - application/json
Successful response
Hash of the sent message