cURL
curl --request GET \ --url https://api.tradewatch.io/commodities/quotes \ --header 'api-key: <api-key>'
{ "items": [ { "symbol": "<string>", "ask": 1.23456, "bid": 1.23456, "mid": 1.23456, "timestamp": 1704882030 } ] }
Get the last quote tick for the provided symbols.
Authentication via API key header
Comma separated list of symbols.
50
The decimal precision of the result.
Successful Response
Show child attributes