Estimate fee for a contract execution transaction
POST {{baseUrl}}/transactions/contractExecution/estimateFee
Estimates gas fees that will be incurred for a contract execution transaction, given its ABI parameters and blockchain.
https://developers.circle.com/w3s/reference/createtransactionestimatefee-1
Request Body
{"abiParameters"=>["<abi parameters>"], "abiFunctionSignature"=>"burn(uint256)", "contractAddress"=>"<contract address>", "walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"}