LogoLogo
Back to AppHelp Center
  • Getting Started
    • Welcome
  • OrdinalsBot API
    • Overview
    • Libraries
    • Template-App
    • Signet
    • Testnet
    • Fractal
    • Getting Prices
      • Getting Prices (Legacy)
    • Create a Direct Inscription Order
    • Create a Managed Inscription Order
    • Get Order Status
    • Create a Collection
    • Create a Collection Order
    • Create Text Inscription Order
    • Search Inscriptions
    • Check Rare Sats Inventory
    • Referral Scheme
    • Transaction Accelerator
    • Burning Assets
    • Webhooks
    • Order States
    • Order Types
  • Runes
    • Etch
    • Mint
    • Launchpad
      • Create
      • Mint
      • Get Launchpad
    • Airdrop
  • Token Pay
    • What is TokenPay?
    • API Docs
      • API reference
        • Order
        • Create payment psbt
        • Create burn rune psbt
        • Validate burn rune tx
        • Create burn inscription psbt
        • Utils
          • Checktx
          • Submittx
          • Finalize psbt
        • User
          • Withdrawal
          • Order
            • Rune
          • Account
            • Withdraw
            • Balance
      • Specification
  • Marketplace
    • User Guide: Pre-Inscribed Launchpad API
    • API Docs
    • Editions Launchpad
  • Launchpad API
    • Create Marketplace
    • Create a new Launchpad
    • Retrieve Launch PSBT
    • Confirm Launch
    • Check Allocation
    • Check for Padding Outputs
    • Setup Padding Outputs
    • Create buy offer
    • Confirm buy offer
    • Get Launch Info
  • Sat Scanner API
    • Find Special Ranges
    • Find Special Ranges UTXO
    • Supported Satributes
  • Sat Extractor
    • Extract
  • BRC20 API
    • OPI API
  • SNS API
    • SNS API
  • Mempool API
    • Mempool API
  • TAP PROTOCOL
    • Tap Reader API
  • UTXO
    • Split
  • User Guide
    • Inscribe your first Ordinal
    • Receiving Payments
  • Knowledge Base
    • Ordinals
      • What is an Ordinal?
      • Satoshi Rarity
      • What are BRC-20 Tokens?
      • Image Optimisation
      • Pixel Art
    • Bitcoin
      • Unspent Transaction Output (UTXO)
  • Official Links
    • Twitter
    • Discord
Powered by GitBook
On this page
  • GET price estimates
  • Get Inscription Price (in satoshis)
  1. OrdinalsBot API
  2. Getting Prices

Getting Prices (Legacy)

PreviousGetting PricesNextCreate a Direct Inscription Order

Last updated 9 days ago

Legacy endpoint kept for backwards compatibility. Results may or may not be correct. Always use POST for reliable results.

Use this endpoint to check the price (in satoshis) that user will need to pay to use services offered by this API.

GET price estimates

Get Inscription Price (in satoshis)

GET https://api.ordinalsbot.com/price

This endpoint will calculate all fees related to the operation and return the total as well as the breakdown.

Query Parameters

Name
Type
Description

size*

Number

Total size of all files to be inscribed in bytes

fee*

Number

Miner fee that will be paid while inscribing the ordinal in sats/byte. (default=2 sats/byte)

count

Number

Number of files to be inscribed (default=1)

rareSats

String

Inscribe on a rare, exotic, early sat.

Options: block9 | block78 | pizza | uncommon | random

(default=random)

check /inventory endpoint for current availability.

type

Enum

The order type

batchMode

String

"separate-outputs" or "shared-output" if requesting price calculation for a batch inscription.

additionalFee

Number

Additional fee(in satoshis) to be added to order total and passed to your referral code.

postage

Number

Set custom postage for the order's asset: minimum 330 sats, maximum 10,000 sats.

(default=546)

{
    "chainFee": 41580,
    "serviceFee": 13704,
    "baseFee": 9000,
    "rareSatsFee": 0,
    "additionalFee": 0,
    "postage": 546,
    "amount": 55284,
    "totalFee": 55284
}

"bulk" for "direct" for "rune-etch" for "rune-mint" for

/price
Create a Managed Inscription Order
Create a Direct Inscription Order
Etch
Mint