Error Codes

Successful requests will return a HTTP 200 response and may or may not include a response body, depending on the request endpoint.

Whenever a problem occurs, Alfred will respond to the client using a 4xx or 5xx status code. All
4xx status codes indicate a problem with your request, while a 5xx status code indicates an internal problem with our systems.

All exceptions come equipped with an error code ID. If you require support, please supply this identifier to assist our support team in locating your issue.

The following table describes the fields included in the returned JSON exception:

FieldDescription
errorCodeA unique identifier for this exception. This is very helpful when contacting support
errorMessageA human-friendly description of the problem
errorMetadataDescribes the associated fields related to the error

An example JSON representation:

{
	"errorCode": 110002,
	"errorMessage": "Invalid field(s)"
	"errorMetadata: {
		"fields": ["fromCurrency", "toCurrency"]
	}
}

Error Codes

Error CodeError Message
110002Invalid field(s)
110003Bank Unresponsive
111301UNKNOWN_ERROR
111302Invalid parameter(s)
111303Required parameter(s) missing
111304Customer IP not allowed
111305Unauthorized
111306Unsupported trading pair
111307Unsupported fiat method
111308Unsupported chain
111309Given fiat account does not belong to the customer
111310Customer has exceeded their deposit limit
111311Deposit exceeds single deposit limit
111401EDD verification form must be completed to continue
111402KYC submission not found
111403KYB submission not found
111404KYC record cannot be retried
111405KYB record cannot be retried
111406Customer KYC incomplete
111407Customer KYB incomplete
111408Phone number already registered
111409Email already registered
111410Phone country code and customer country does not match
111411KYC has already been completed for this customer
111412KYB has already been completed for this customer
111413Invalid ID type
111414Invalid file submission
111415Customer not found
111416Business customer not found
111417Invalid customer
111428Quote not found
111429Quote already used or expired
111430Invalid quote for onramp
111431Invalid quote
111432Quote does not correspond to a fiat currency
111438Please, only send one field, can be fromAmount or toAmount
111476Onramp deposit not found
111477Onramp trade not found
111478Onramp transaction not found
111479Duplicate onramp deposit found
111480Duplicate onramp trade found
111481Duplicate onramp transaction found
111482Fiat account not found
111483Offramp not found
111484Account number not valid
111526Invalid support ticket type
111527Duplicate support request found
111555Reference id not found
111556Invalid event type
111557Expected metadata not found