Estimate

post

Coming soon...

Estimate the total cost for an etching order.

Authorizations
Body
objectOptional
Responses
200
Default Response
application/json
Responseobject
post
POST /v1/runes/etch/estimate HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 418

{
  "runeName": "...",
  "divisibility": 33,
  "symbol": "...",
  "premine": "...",
  "isMintable": false,
  "terms": {
    "amount": "...",
    "cap": "...",
    "heightStart": "...",
    "heightEnd": "...",
    "offsetStart": "...",
    "offsetEnd": "..."
  },
  "inscriptionDetails": {
    "contentType": "...",
    "contentBase64": "..."
  },
  "delegateInscriptionId": "...",
  "destinationAddress": "...",
  "refundAddress": "...",
  "feeRate": 33,
  "appServiceFee": 33,
  "appServiceFeeAddress": "...",
  "turbo": false
}
200

Default Response

{
  "totalSize": 1000,
  "totalCost": 70,
  "costBreakdown": {
    "postage": 30,
    "networkFee": 20,
    "serviceFee": 10,
    "appServiceFee": 10
  }
}

Last updated