🛑Verify Errors
While using the API or SDK you may encounter errors if you format a request wrong or exceed your rate limit. Below are a list of the errors you may receive, in addition to app-level errors.
Verify error codes are prefixed with verify/
(omitted in the tables below)
Unlockables
These errors occur when creating, editing or requesting unlockables.
unlockable/invalid-name
Unlockable name is already in use
unlockable/invalid-json
JSON is invalid
unlockable/unsupported-type
Unlockable type is not supported
unlockable/webhook-failed
Webhook returned a non 2XX status code
unlockable/webhook-timeout
Webhook request timed out (maximum duration is 10s)
unlockable/webhook-invalid-url
Webhook URL could not be parsed
unlockable/webhook-invalid-protocol
Webhook protocol is invalid or unsupported (supports http, https and ipfs)
unlockable/webhook-unroutable
Webhook looks like an internal IP address
unlockable/webhook-unexpected-content
Content-Type header must be application/json, text/plain or text/html
unlockable/token-expired
Token expired, please complete verification again
unlockable/not-found
Unlockable not found
Marketplace integration
These errors occur when passing the marketplace
option during verification requests.
marketplace/invalid-slug
Collection slug not found
marketplace/invalid-contract
Collection contract not found
Address verification
These errors occur when completing the nonce/challenge process to verify address ownership.
address/invalid-nonce
Invalid nonce
address/invalid-nonce-used
Invalid nonce, already used
address/invalid-signature
Invalid signature
address/invalid-hmac
Invalid HMAC
User
These errors occur when passing a user.id
and HMAC to the verification request.
user/invalid-hmac
Invalid HMAC
Last updated