Skip to main content
POST
/
api
/
v2
/
sendBocReturnHash
Send BOC Return Hash
curl --request POST \
  --url https://toncenter.com/api/v2/sendBocReturnHash \
  --header 'Content-Type: application/json' \
  --data '
{
  "boc": "<string>"
}
'
{
  "ok": true,
  "result": {}
}

Documentation Index

Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
boc
string
required

Response

OK

ok
boolean
required
Example:

true

result
object
required