📕
Vaultoro API Docs
  • Getting Started
  • Example API Calls
  • Public
    • Reset email
    • OHLC
    • Orders
    • Ticker
    • Trades
    • Trading Fees
    • Audit
  • Private
  • Ledger
  • Assets
  • Balances
  • History
    • Export
    • Fees
    • Trades
    • Transactions
  • Orders
  • OTC
  • Referrals
  • Tokens
  • Trading Fees
  • User
  • Login History
  • Change Email
  • Audit
  • Portfolio
  • Pending Approvals
  • Unverify
  • Update Terms Version
  • Address Book
    • Delete address
    • Update Address
    • List Addresses
    • Enable Address Book Whitelist
    • Disable address book whitelist
Powered by GitBook
On this page

Was this helpful?

  1. History

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.

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

PreviousHistoryNextFees

Last updated 3 years ago

Was this helpful?