/estimateFee - The Open Network (TON)
Example code for the /estimateFee json-rpc method. Сomplete guide on how to use /estimateFee json-rpc in GetBlock.io Web3 documentation.
Last updated
Was this helpful?
Example code for the /estimateFee json-rpc method. Сomplete guide on how to use /estimateFee json-rpc in GetBlock.io Web3 documentation.
Last updated
Was this helpful?
Was this helpful?
curl --location --request POST 'https://ton.getblock.io/mainnet/rest/estimateFee?'
--header 'x-api-key: YOUR-API-KEY'
--header 'Content-Type: application/json'
--data-raw '{"address": "EQA-kuB9yN9P7LJJ9WAPx1KdPoSKWfO2vzb9itId1_l_Dr4H"}'