Estimate fee for external message.
/estimateFee
Successful Response
Validation Error
curl -L \ --request POST \ --url 'https://ton-index.nownodes.io/estimateFee' \ --header 'X-API-Key: APIKeyHeader <apiKey>' \ --header 'Content-Type: application/json' \ --data '{"address":"text","body":"text","ignore_chksig":true}'
{ "source_fees": { "in_fwd_fee": 1, "storage_fee": 1, "gas_fee": 1, "fwd_fee": 1 }, "destination_fees": [ { "in_fwd_fee": 1, "storage_fee": 1, "gas_fee": 1, "fwd_fee": 1 } ] }