Skip to main content
POST
Send BoC

Authorizations

X-API-Key
string
header
required

API key header of the form X-API-Key: <token>, where <token> is the API key. Requests without a key are limited to 1 RPS. Refer to the authentication guide for details.

Body

application/json

Request to broadcast a signed message. The boc field contains the base64-encoded external message.

boc
string
required

Serialized external message in BoC format, base64 encoded. Contains the signed transaction to broadcast.

Response

Returns a success confirmation after broadcasting the serialized message to the network.

ok
boolean
default:true
required

Returns true if the request succeeded; otherwise false. See the error field for details.

result
object
required

Response data. Present only when ok is true.

@extra
string

Optional request ID that can be passed in the request and received back in the response. Useful for matching async responses.