# Order

## Post Order

<mark style="color:green;">`POST`</mark> `https://api.swivel.exchange/v2/orders`

This endpoint allows you to request the detailed state and parameters for a given order.\
\
Returns the order's parameters as well as current order state and initial timestamp.

#### Request Body

| Name  | Type   | Description                                                                                                                                                                                                                             |
| ----- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Order | object | <p>Order object containing:<br>signature: string<br>key: string<br>maker: string<br>underlying: string<br>floating: boolean <br>principal: string<br>interest: string<br>duration: string<br>expiry: string</p><p>protocol: integer</p> |

{% tabs %}
{% tab title="200 Order successfully posted." %}

{% endtab %}

{% tab title="400 Incorrect order size." %}

```
{    "message": "Check order size limits: https://swivel.exchange/limits"}
```

{% endtab %}

{% tab title="404 Unable to place order in the provided market." %}

```
{    "message": "Unable to place order in specified market."}
```

{% endtab %}
{% endtabs %}
