curl --request POST \
--url https://toncenter.com/api/v2/sendBoc \
--header 'Content-Type: application/json' \
--data '
{
"boc": "<string>"
}
'{
"ok": true,
"result": {}
}Send bag of cells to blockchain
curl --request POST \
--url https://toncenter.com/api/v2/sendBoc \
--header 'Content-Type: application/json' \
--data '
{
"boc": "<string>"
}
'{
"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?