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
    • Direct Mint
      • 1. Generate Direct Mint PSBT
      • 2. Direct Rune Mint Process PSBT
    • 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 / BRC2.0PROG
    • OPI API
    • Bitcoin Remix
  • 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 a launchpad
  • Get launchpad
  1. Runes
  2. Launchpad

Get Launchpad

Use this endpoint to get an existing rune launchpad

GET a launchpad

Get launchpad

GET https://api.ordinalsbot.com/runes/launchpad/:id

{
    "allocatedItemCount": 1000,
    "charge": {
        "address": "bc1q3rzc2jfpwa0j73s7u0e6luqfl9uxq0hg6k38zr",
        "amount": 22470,
        "confirmed": true,
        "output": "696e5a3091a8e3f1069d1a6634bfa8a0188e7e8cdc51d64c2407c00e85b6400a:1",
        "paid": true
    },
    "completed": true,
    "createdAt": 1714728088301,
    "creatorAddress": "bc1pgnwmg7wplc09cm9fctgmgalu7l4synjh7khwzre9qlcvg5xy0k5qz9mwe3",
    "id": "shitcoin•paradise",
    "mintedItemCount": 1000,
    "paidItemCount": 1000,
    "price": 1,
    "publicAllocation": 0,
    "rune": "SHITCOIN•PARADISE",
    "runeSplitParameters": {
        "confirmed": true,
        "executed": true,
        "fee": 22470,
        "feeOutput": "696e5a3091a8e3f1069d1a6634bfa8a0188e7e8cdc51d64c2407c00e85b6400a:1",
        "feeVByte": 30,
        "receiverAddress": "bc1pdwvm6agr3eytkmcmcwmas2p5tkzgg93ktztzddu5ud8m9x37ufwqh0ajkk",
        "rune": "SHITCOIN•PARADISE",
        "runeOutput": "e83cdffe5866717e29a02e8669fdfe36a74f4e426c271517168e9c7e241f95d1:1",
        "splitSize": 100,
        "splitsNumber": 10,
        "txid": "3c7e6337cc429db81a0142cc83add40c276ddbb7514845f9ec74bcc25f40c736"
    },
    "saleSize": 100,
    "salesCap": 10,
    "serviceFee": 9000,
    "state": "minted",
    "tokenCharge": {
        "address": "bc1qkddf25klyyf0xxue3ax4tgv3lcxujtf5vlpx2z",
        "amount": 1000,
        "confirmed": true,
        "output": "e83cdffe5866717e29a02e8669fdfe36a74f4e426c271517168e9c7e241f95d1:1",
        "paid": true,
        "rune": "SHITCOIN•PARADISE"
    },
    "totalTokensForSale": 1000
}
{
    "error": [
        {
            "msg": "Launchpad does not exist"
        }
    ]
}
{
    status: 'error',
    error: 'error reason'
}

PreviousMintNextAirdrop

Last updated 1 year ago