Estimate

post

Coming soon...

Estimate total cost for a batch mint order.

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

{
  "runeName": "DOG•GO•TO•THE•MOON",
  "repeats": 25,
  "refundAddress": "...",
  "destinationAddress": "...",
  "feeRate": 3,
  "appServiceFee": "...",
  "appServiceFeeAddress": ".."
}
200

Default Response

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

Last updated