curl --request POST \
--url https://toncenter.com/api/v3/estimateFee \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"body": "<string>",
"ignore_chksig": true,
"init_code": "<string>",
"init_data": "<string>"
}
'{
"destination_fees": [
{
"fwd_fee": 123,
"gas_fee": 123,
"in_fwd_fee": 123,
"storage_fee": 123
}
],
"source_fees": {
"fwd_fee": 123,
"gas_fee": 123,
"in_fwd_fee": 123,
"storage_fee": 123
}
}Estimate fees required for query processing. Fields body, init-code and init-data accepted in serialized format (b64-encoded).
curl --request POST \
--url https://toncenter.com/api/v3/estimateFee \
--header 'Content-Type: application/json' \
--data '
{
"address": "<string>",
"body": "<string>",
"ignore_chksig": true,
"init_code": "<string>",
"init_data": "<string>"
}
'{
"destination_fees": [
{
"fwd_fee": 123,
"gas_fee": 123,
"in_fwd_fee": 123,
"storage_fee": 123
}
],
"source_fees": {
"fwd_fee": 123,
"gas_fee": 123,
"in_fwd_fee": 123,
"storage_fee": 123
}
}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?