BiS Ordinals & BRC-20 & Runes & Mempool API
  • Ordinals API
  • Reference
    • API Reference
      • Ordinals & BRC-20 & Runes & Bitmap V3 API (mainnet+testnet+signet)
        • Mempool
        • Collections
        • Wallets
        • Inscriptions
        • Sats Names
        • BRC-20
        • Runes
        • Bitmap
        • BIP-322
        • Constants
        • Changelog
  • BRC-20 Indexer Rules
  • Terms of Service for Best in Slot API
Powered by GitBook
On this page
  1. Reference
  2. API Reference
  3. Ordinals & BRC-20 & Runes & Bitmap V3 API (mainnet+testnet+signet)

BIP-322

Endpoints related to BIP-322 Protocol

Endpoints' API-Key-Tier availabilities are written for each endpoint.

BIP-322 Verify Signature

Included in: Basic, Pro, Dedicated

GET https://api.bestinslot.xyz/v3/bip322/verify

Returns if the given signature is valid for given address.

Sample query: https://api.bestinslot.xyz/v3/bip322/verify?address=bc1puhgw5ftrcnzfkkzrmzw8cuwmejjzaf5y2ql06cdrn002095dw8fs803glh&signature_b64=AUEde3at2iDQWz5VrXMxeOv8uIwTOlONPoRsO8wmA4iXz5ssIHLXxDP3fjVkb/yp0pxjgwamKq1oe15fSV6wAOzUAQ==&message_b64=bGlzdGVuaW5nIHRvIHN0YXJzIGJ5IHRoZSB4eA==

Query Parameters

Name
Type
Description

address*

string

signer address

signature_b64*

string

base64 encoded string of the signature

message_b64*

string

base64 encoded string of the message

{
    "data": true,
    "block_height": 799062
}

PreviousBitmapNextConstants

Last updated 11 months ago