BIP-322 is a Bitcoin standard for signing arbitrary messages with a Bitcoin address. It lets a wallet prove ownership of an address without making an on-chain transaction, which is useful for authentication, access control, and verifying wallet ownership off-chain.Documentation Index
Fetch the complete documentation index at: https://docs.bestinslot.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Verify BIP-322 signature
Available on: Basic, Pro, DedicatedParameters
The Bitcoin address of the signer.
The signature, base64-encoded.
The signed message, base64-encoded.
Example
Response
data is true if the signature is valid, and false otherwise.