sendBoc

TONC1

Submits a base64 bag-of-cells external message to the network. Signing happens client-side; only the serialized message is broadcast.

Endpoint
POST https://api.1st-node.com/v1/ton/sendBoc

Parameters

NameTypeDescription
bocstringBase64-encoded serialized message (BoC).

Returns

object — acceptance result and message hash.

Request

curl https://api.1st-node.com/v1/ton/sendBoc \
  -H "Authorization: Bearer $ONE_KEY" \
  -H "content-type: application/json" \
  -d '{ "boc": "te6ccgEBAQEA…" }'
{ "boc": "te6ccgEBAQEA…" }

Response

{ "hash": "1a2b3c…", "ok": true }
More transactions methods on TON

TON API

充值、拿密钥、上线。

自助开通。支持加密货币或银行卡。按额度计费——重型原语更贵,简单调用很便宜。

获取 API 密钥