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/createtransferestimatefee
Request Body
{"abiParameters"=>["<string>"], "abiFunctionSignature"=>"burn(uint256)", "blockchain"=>"ETH-GOERLI", "contractAddress"=>"<contract address>", "walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11", "sourceAddress"=>"<source address>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string |