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>"
  }
}

Query Parameters

hash
string
required

The 256-bit hash in any form

Response

OK

ok
boolean
required
Example:

true

result
DetectHash · object
required