# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.vaultoro.com/history/export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
