TickQuote logoTickQuote

Spot Commodities

Spot Commodities

Provide field definitions and structured JSON examples for the precious metals category. Data is supplied by partner brokers and market makers under relevant licenses or terms of use. This platform only structures and provides access to the data, does not generate quotes or execute trades, and the data is for informational display and technical development.

Coverage

Sample instruments

  • XAUUSDlive
  • XAGUSDlive

Capabilities

What's included

  • Spot-style quote fields
  • Consistent instrument labeling
  • Fast payload previews
  • Shared auth and docs model

Quickstart

Start streaming in minutes

Hit either endpoint with your API key. All responses share the same normalized schema shown below.

GET · REST200 OK
# Latest quote snapshot
curl "https://api.tickquote.com/api/v1/market/quotes/latest?tickers=XAUUSD"
  -H "Authorization: Bearer $API_KEY"
SUB · WebSocketstream: quote
# Subscribe to live stream
{
  "op": "subscribe",
  "tickers": ["XAUUSD"],
  "streams": ["quote"]
}