/sendBocReturnHash - The Open Network (TON)
Example code for the /sendBocReturnHash json-rpc method. Сomplete guide on how to use /sendBocReturnHash json-rpc in GetBlock.io Web3 documentation.
Parameters
boc
- body
string
serialized boc file, b64 encoded bag of cells
Request
curl --location --request POST 'https://ton.getblock.io/mainnet/rest//sendBocReturnHash?'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
--data-raw '{}'
Response
{
"result": "null",
"id": "getblock.io",
"status_code": 405,
"message": "Method not allowed"
}
Last updated