Estimate fee for a contract template deployment
POST {{baseUrl}}/templates/:id/deploy/estimateFee
Estimate the fee required to deploy contract by template.
https://developers.circle.com/w3s/reference/estimatecontracttemplatedeploy
Request Body
{"blockchain"=>"MATIC-MUMBAI", "templateParameters"=>{"newKey"=>"New Value"}, "sourceAddress"=>"0x1bf9ad0cc2ad298c69a2995aa806ee832788218c", "walletId"=>"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"}
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"}}}