Skip to main content
GET
/
api
/
v2
/
detectHash
Detect hash
curl --request GET \
  --url https://toncenter.com/api/v2/detectHash
{ "ok": true, "result": { "@type": "ext.utils.detectedHash", "b64": "<string>", "b64url": "<string>", "hex": "<string>" } }

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.

Query Parameters

hash
string
required

The 256-bit hash in any form

Response

OK

ok
boolean
required
Example:

true

result
DetectHash · object
required