Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.tradewatch.io/indices/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