Last updated

Error Code Glossary

This glossary provides a reference for common error messages returned by the API, along with their descriptions and suggested actions.


🧾 Error Reference Table

HTTP CodeError MessageDescriptionSuggested Action
400Missing field 'accountId'Required field is missingVerify request parameters
401Invalid credentialsAuthentication failedRe-authenticate using valid credentials
403IP address not allowedRequest made from non-whitelisted IPCheck and update IP restrictions
403ForbiddenClient is authenticated but does not have permission for this resourceVerify user or token permissions
404Account not foundResource could not be locatedEnsure account ID or endpoint is correct
409Duplicate transfer requestConflict with current stateUse idempotency or retry with care
429Rate limit exceededToo many requests in the time windowWait and retry after retry_after time
500An unknown error occurredInternal server errorTry again or contact support