Withdraw Ordinal Inscriptions

Mint and send ordinal inscriptions using Bitcoin hot wallets. See the Guide.

  1. Use the BitGo SDK to mint an ordinal inscription on a Bitcoin hot wallet. This function prepares the reveal transaction with your inscription data and content type, calculates fees, builds a commit transaction to fund the reveal, then signs and sends the reveal transaction.

    Ordinal inscriptions are the Bitcoin equivalent of non-fungible tokens (NFTs). Supported content types include image formats (PNG, JPEG, GIF, WebP), audio (MP3, WAV, FLAC), video (MP4, WebM), and text formats (plain text, HTML, JSON, YAML).

    Prerequisites: You must have completed the Get Started guide and created a wallet.

  2. Use the BitGo SDK to transfer an ordinal inscription to a recipient address. This function prepares the transfer using the satpoint (the specific location of the inscribed satoshi) and signs and sends the transaction. The inscriptionConstraints parameter sets the minimum output value for the inscription.

    The satPoint identifies the specific UTXO and offset where the inscription lives, in the format txid:vout:offset.

// 1. Mint Inscription
// Use the JavaScript SDK for this step (see JavaScript tab)
// 2. Send Transaction
// Use the JavaScript SDK for this step (see JavaScript tab)