Skip to main content
GET
/
api
/
v2
/
getLibraries
Get Libraries
curl --request GET \
  --url https://toncenter.com/api/v2/getLibraries
{
  "ok": true,
  "result": {
    "@type": "smc.libraryResult",
    "result": [
      {
        "@type": "smc.libraryEntry",
        "hash": "<string>",
        "data": "<string>"
      }
    ]
  }
}

Query Parameters

libraries
string[]

Hashes of libraries

Response

OK

ok
boolean
required
Example:

true

result
LibraryResult · object
required