Endpoints related to BIP-322 Protocol
Endpoints' API-Key-Tier availabilities are written for each endpoint.
Included in: Basic, Pro, Dedicated
GET https://api.bestinslot.xyz/v3/bip322/verify
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==
address*
string
signer address
signature_b64*
base64 encoded string of the signature
message_b64*
base64 encoded string of the message
{ "data": true, "block_height": 799062 }
Last updated 1 year ago