Skip to main content

/sendBocReturnHash REST API Endpoint

Send serialized boc file - fully packed and serialized external message to blockchain. The method returns message hash

Updated on
Oct 23, 2024

/sendBocReturnHash REST API Endpoint

Body Parameters

boc
string
REQUIRED
The Base64-encoded BOC (Bag of Cells)

Returns

ok
boolean
Indicates that the request was successful
result
object
The result object which contains the result fields
Request
1
curl --location 'https://docs-demo.ton-mainnet.quiknode.pro/sendBocReturnHash' \
2
--header 'accept: application/json' \
3
--header 'Content-Type: application/json' \
4
--data '{
5
"boc": "PUT_BOC_HERE"
6
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free