runes_estimateEtch
Use the runes_estimateEtch
method to estimate the cost of a Rune etch order for your user, before executing it.
You can specify the characteristics of the Runes etch order you wish to estimate, by passing an EstimateEtchParams
object to the method, with the below properties:
The runes_estimateEtch
method will not trigger any etch operation or prompt your user to sign any transaction. It will return an EstimateEtchResponse
object, intended for you and your user to anticipate the etching costs and their breakdown:
See the runes_etch method if you wish to execute a Runes etch order after estimating its cost.
Last updated