Estimate Fixes inscribing cost

Estimate the $flow cost for inscribing a new Fixes Inscription

GET http://open-api.fixes.world/v1/utils/estimate-cost?text=text-to-inscribe

Query Parameters

NameTypeDescription

text

String

The string to inscribe, remember to encodeURIComponent before pass to the API

Headers

NameTypeDescription

Authorization*

String

Bearer YOUR_API_KEY

{
    "text": "abcd",
    "cost": 0.2099
}

Last updated