Export
This endpoint lets you export your data to a CSV.
Create CSV Export
POST
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.
Last updated