curl --request POST \
--url https://toncenter.com/api/v2/jsonRPC \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "<string>",
"method": "<string>",
"params": {}
}
'{
"ok": true,
"result": {}
}Endpoint for JSON-RPC requests
curl --request POST \
--url https://toncenter.com/api/v2/jsonRPC \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": "<string>",
"method": "<string>",
"params": {}
}
'{
"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.
Was this page helpful?