sendBoc
TONC1Submits 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/sendBocParameters
| Name | Type | Description |
|---|---|---|
| boc | string | Base64-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
チャージして、キーを取得し、リリース。
セルフサーブ。暗号資産またはカードで支払い。クレジットで従量課金——重いプリミティブは高く、単純なものは安価。
APIキーを取得