Error response

The Liquidity Hub API returns a 4xx HTTP code in response to an unsuccessful request. You may also receive a 5xx error response code indicating a server error. The error response body contains further information about the error.

Example error response

Copy
Copied!
{
  "title": "Not found",
  "detail": "The specified resource is not found",
  "status": "404"
}

Supported HTTP status codes

Liquidity Hub API operations respond to an unsuccessful request with one of the following client error codes:

Status code Name
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found

Liquidity Hub API operations respond to an unsuccessful request with one of the following server error codes:

Status code Name
500 Internal Server Error

For more information about these errors, see Troubleshooting. If you need more assistance, please raise a ticket in our support portal.