Skip to main content
All error responses follow the standard error format. Validation errors (422) and rate limit errors (429) apply to all endpoints and are documented in the Error Handling guide.
CodeStatusMessage
INVALID_TOKEN401Invalid or expired token.
NOT_AUTHENTICATED401Authentication required.
ACCESS_DENIED403You are not authorized to perform this action.
DELEGATION_REQUIRED403This action requires delegation authorization.
INSUFFICIENT_PERMISSIONS403You don’t have permission to perform this action.
RESOURCE_NOT_FOUND404The requested resource was not found.
WALLET_SERVICE_ERROR500Unable to complete wallet operation. Please try again.