Request PSBT signature from wallet

1
2Provide JSON in this format, it will be adjusted and sent to your wallet. Leather/Unisat uses hex, xverse uses base64.
{
    "psbtBase64": "cHNidP8BA...",
    "psbtHex": "020000000001...",
    "ordinalInputIndices": [
        0,
        1
    ],
    "paymentInputIndices": [
        2
    ]
}

Tools/Converters

Sign PSBT FAQ

What is this?
This is a developer tool that lets you send JSON payloads to your wallet for signature through their `signPSBT` request function.
Use at your own risk!