cURL
curl --request GET \ --url https://api.tradewatch.io/stocks/quote \ --header 'api-key: <api-key>'
{ "symbol": "<string>", "ask": 1.23456, "bid": 1.23456, "mid": 1.23456, "timestamp": 1704882030 }
Get the last quote tick for the provided symbol.
Authentication via API key header
The symbol to get the quote for.
The decimal precision of the result.
Successful Response
Symbol name
The ask price.
1.23456
The bid price.
The mid price.
1704882030