📕
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. Public

Ticker

Fetch the latest market prices for Gold Bitcoin, Gold Dash and more.

Get Market Price

GET https://api.vaultoro.com/v1/public/ticker

This endpoint displays the current spot price for the selected pair. Currently we support the following pairs: - GOLDBTC - GOLDDASH - GOLDETH - GOLDSILV - DASHBTC - EUROBTC - EURODASH - EUROETH - SILVBTC - SILVDASH - SILVETH

Query Parameters

Name
Type
Description

pair

string

Currently supported pairs can be found above.

{
    "data": {
        "ask": "0.00331589",
        "bid": "0.00315971",
        "handle": "GOLDBTC"
    }
}

PreviousOrdersNextTrades

Last updated 4 years ago

Was this helpful?