LogoLogo
CtrlK
  • Xverse API
  • ▶️Get Started
  • 📚API reference
    • Bitcoin
      • 📦Outputs
      • 📫Address
        • UTXO
        • Balance
        • Transactions
          • Unconfirmed
      • 📝Transactions
        • History
    • 🖼️Ordinals
      • Ordinals by Address
        • 📦UTXO
        • 🎨Inscriptions
        • 🖼️Collections
      • ✍️Inscription Service
        • Estimate
        • Order
          • Execute
      • 🖼️Collections
        • Collection by ID
        • 🔜Owners by Collection
        • 🔜Inscriptions by Collection
      • 🎨Inscriptions
        • Inscription by ID
    • 🔲Runes
      • Runes by Address
        • Rune balances
        • Rune transaction history
      • ⛏️Mint Rune
        • Estimate
        • Order
          • Execute
      • 🚀Etch Rune
        • Estimate
        • Order
          • Execute
      • 🔲Rune by ID
    • 🪙BRC-20
      • BRC-20 by Address
        • BRC-20 balances
        • BRC-20 transaction history
      • ⛏️Mint BRC-20
        • Estimate
        • Order
          • Execute
      • 🚀Deploy BRC-20
        • Estimate
        • Order
          • Execute
    • 🔄Swaps
      • 🪙Get destination tokens
      • 🧾Get quotes
      • 🔲Runes Swaps
        • Place order
        • Execute order
      • 📦UTXO
        • Get utxos
        • Place order
        • Execute order
      • 🔴Stacks Swaps
        • Place order
        • Execute order
      • 🔀Crosschain Swaps
        • Place order
  • Specification
Powered by GitBook
On this page
Export as PDF
  1. 📚API reference
  2. 🪙BRC-20
  3. 🚀Deploy BRC-20

Estimate

post

Coming soon...

Estimate the total cost for deploying a new BRC-20 token.

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

{}
200

Default Response

{}
PreviousDeploy BRC-20NextOrder

Last updated 16 days ago