> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.ripio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> The error code is returned in the property `code` of the response body.

### Invalid Parameters

HTTP Code: **400**

Adjust the request to match what the documentation or the error message
says and try again.

* **40000** - Invalid parameters.

* **40010** - Order amount below minimum.

* **40011** - Insufficient funds.

* **40020** - Order already canceled.

* **40021** - Order executed completely.

* **40021** - No orders to cancel.

* **40030** - Withdrawal limit exceeded.

* **40031** - Withdrawal amount below minimum.

* **40032** - Prevention against duplicated withdrawal. Try again after
  ten minutes.

* **40033** - Destination wallet not authorized.

* **40034** - Non existent destination account.

* **40035** - Minimum amount to create non existent wallet not reached.

* **40040** - Withdrawals temporarily blocked.

* **40041** - Withdrawals blocked due to TFA recovery request.

* **40050** - TFA not enabled.

* **40090** - Unsupported operation.

### Authentication

HTTP Code: **401**

The authentication is necessary to access the resource.

* **40100** - Not authorized

HTTP Code: **401**

* **40100** - Blocked token

Contact the support team to recover access.

### Forbidden Access

HTTP Code: **403**

Forbidden access to the resource.

* **40300** - Forbidden Access

### Not found

HTTP Code: **404**

Check the request URL.

* **40400** - Not found

### Requests limit

HTTP Code: **429**

Wait and try again.

* **42900** - Requests limit reached

### Internal server error

HTTP Code: **500**

Try again and contact the support team in case the error persists.

* **50000** - Internal server error

* **50001** - Error to get data

* **50002** - External communication error

* **50003** - Internal communication error

### Maintenance

HTTP Code: **503**

Wait and try again.

* **503** - Maintenance in course
