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.
Documentation IndexFetch the complete documentation index at: https://tradewatch.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://tradewatch.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication via API key header
Comma separated list of symbols.
50
The decimal precision of the result.
Successful Response
Show child attributes