Skip to main content

/sendQuery REST API Endpoint

Send query - unpacked external message. This method takes address, body and init-params (if any), packs it to external message and sends to network. All params should be boc-serialized.

Updated on
Oct 23, 2024

/sendQuery REST API Endpoint

Body Parameters

address
string
REQUIRED
The address in any format
body
string
REQUIRED
The b64-encoded boc-serialized cell with message body
init_code
string
The b64-encoded boc-serialized cell with init-code
init_data
string
The b64-encoded boc-serialized cell with init-data

Returns

ok
boolean
Indicates that the request was successful
result
object
The result object which contains the result fields
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free