Query real-time stock prices and market data using the Stock Prices API. Responses are in TOON format—decode with @toon-format/toon. Use when fetching stock...
- Responses are now provided in TOON (Token-Oriented Object Notation) format instead of JSON, saving ~40% tokens. - Added instructions for decoding TOON responses using the @toon-format/toon package. - Updated sample code and usage sections to demonstrate decoding and handling TOON data. - Clarified that all API consumers must decode responses before use.