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

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

libraries
string[]

Hashes of libraries

Response

OK

ok
boolean
required
Example:

true

result
LibraryResult · object
required