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 / 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
  1. BRC20 / BRC2.0PROG

Bitcoin Remix

₿itcoin Remix is a remix-project fork adapted to work with BRC2.0 Programmable Module.

PreviousOPI APINextSNS API

Last updated 4 days ago

Mainnet: Will go live before BRC2.0 mainnet release.

Signet:

You can refer to official BRC2.0 Programmable Module documentation for all available endpoints.

JSON-RPC endpoint

GET https://signet-api.ordinalsbot.com/brc20/rpc

Headers

Name
Type
Description

x-api-key*

String

API Key

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": {
        "status": "0x1",
        "txResult": "Success",
        "reason": "Return",
        "logs": [],
        "gasUsed": "0x2074b",
        "from": "0x9daaff6e8a107b794199c48bdd1feec5348da1bf",
        "to": null,
        "contractAddress": "0x25536bd1375f5f1f95823ddd2d5e6dae238cdabd",
        "logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
        "blockHash": "0x000000067189d944e8cf60ea16ca9a7f849b3e0aea0b42c108b9395f17797098",
        "blockNumber": "0x3d7cd",
        "blockTimestamp": "0x68224344",
        "transactionHash": "0x313e9e74674a4927db0def6c8b038399773dc1349fc4e28860e8f7e9f09358c4",
        "transactionIndex": "0x0",
        "cumulativeGasUsed": "0x2074b",
        "effectiveGasPrice": "0x0",
        "type": "0x0",
        "nonce": "0x4",
        "output": "0x608060405234801561000f575f80fd5b506004361061003f575f3560e01c806320965255146100435780633fa4f24514610061578063552410771461007f575b5f80fd5b61004b61009b565b60405161005891906100c9565b60405180910390f35b6100696100a3565b60405161007691906100c9565b60405180910390f35b61009960048036038101906100949190610110565b6100a8565b005b5f8054905090565b5f5481565b805f8190555050565b5f819050919050565b6100c3816100b1565b82525050565b5f6020820190506100dc5f8301846100ba565b92915050565b5f80fd5b6100ef816100b1565b81146100f9575f80fd5b50565b5f8135905061010a816100e6565b92915050565b5f60208284031215610125576101246100e2565b5b5f610132848285016100fc565b9150509291505056fea26469706673582212200ba99065cff7fb0f3eaf90e326c902879cd740d92d50f8165bc0de9c13dda95b64736f6c634300081a0033"
    }
}
https://signet.bitcoin-remix.com/
GitHub - bestinslot-xyz/brc20-programmable-moduleGitHub
Logo