BIP-322
Endpoints related with 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 |
Last updated