🛑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.
HTTP Status | Code | Message |
---|---|---|
400 |
| Unlockable name is already in use |
400 |
| JSON is invalid |
400 |
| Unlockable type is not supported |
400 |
| Webhook returned a non 2XX status code |
400 |
| Webhook request timed out (maximum duration is 10s) |
400 |
| Webhook URL could not be parsed |
400 |
| Webhook protocol is invalid or unsupported (supports http, https and ipfs) |
400 |
| Webhook looks like an internal IP address |
400 |
| Content-Type header must be application/json, text/plain or text/html |
403 |
| Token expired, please complete verification again |
404 |
| Unlockable not found |
Marketplace integration
These errors occur when passing the marketplace
option during verification requests.
HTTP Status | Code | Message |
---|---|---|
400 |
| Collection slug not found |
400 |
| Collection contract not found |
Address verification
These errors occur when completing the nonce/challenge process to verify address ownership.
HTTP Status | Code | Message |
---|---|---|
400 |
| Invalid nonce |
400 |
| Invalid nonce, already used |
400 |
| Invalid signature |
400 |
| Invalid HMAC |
User
These errors occur when passing a user.id
and HMAC to the verification request.
HTTP Status | Code | Message |
---|---|---|
400 |
| Invalid HMAC |
Last updated