Getting Prices (Legacy)
Legacy endpoint kept for backwards compatibility. Results may or may not be correct. Always use POST /price 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
price estimatesGet 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 |
type | Enum | The order type "bulk" for Create a Managed Inscription Order "direct" for Create a Direct Inscription Order "rune-etch" for Etch "rune-mint" for Mint |
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. |
lowPostage | Boolean | Estimate fees for files with minimum postage (padding) 546 sats instead of the standard 10,000 sats. (default=false) |
Last updated