# Export

## Create CSV Export

<mark style="color:green;">`POST`</mark> `https://api.vaultoro.com/v1/private/history`

This endpoint allows you to export your history. You can export each type of data once per 10 minute interval. A link to download your results will be emailed to your account email address.

#### Query Parameters

| Name  | Type    | Description                                                                                          |
| ----- | ------- | ---------------------------------------------------------------------------------------------------- |
| pair  | string  | If you're exporting your orders, fees or trades, set this to GOLDBTC, GOLDDASH or DASHBTC.           |
| type  | string  | The type of data you want to export. This must be: transactions, trades, orders or fees.             |
| asset | boolean | If you're exporting your transactions, set this to the asset you wish to export. Either BTC or DASH. |

#### Headers

| Name   | Type   | Description                |
| ------ | ------ | -------------------------- |
| VTOKEN | string | Your authentication token. |

{% tabs %}
{% tab title="200 Job queued successfully." %}

```
{
    "data": {
        "message": "Export queued"
    }
}
```

{% endtab %}
{% endtabs %}
