Estimate fee for a contract deployment
POST {{baseUrl}}/contracts/deploy/estimateFee
Estimate the transaction fee for deploying a smart contract
https://developers.circle.com/w3s/reference/estimatecontractdeploy
Request Body
{"blockchain"=>"ETH-GOERLI", "bytecode"=>"0x60806040523480156200001157600080fd5b50604051806040...", "constructorSignature"=>"constructor(string ticker, uint256 totalSupply)", "sourceAddress"=>"0x1bf9ad0cc2ad298c69a2995aa806ee832788218c", "walletId"=>"004735f6-d9fc-44f8-933c-672cdf3d240d"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"high":{"baseFee":"2.456220277","gasLimit":"21000","gasPrice":"string","maxFee":"5.935224468","priorityFee":"1.022783914"},"low":{"baseFee":"2.456220277","gasLimit":"21000","gasPrice":"string","maxFee":"5.935224468","priorityFee":"1.022783914"},"medium":{"baseFee":"2.456220277","gasLimit":"21000","gasPrice":"string","maxFee":"5.935224468","priorityFee":"1.022783914"}}}