Get Stock Token quote
get_stock_quotePrice a stock token by ticker: retrieve Chainlink oracle price, on-chain Uniswap DEX mid price, premium/discount, and ERC-8056 multiplier for the underlying share price.
Instructions
Price a Stock Token by ticker: the Chainlink oracle price, the on-chain Uniswap DEX mid price, the premium/discount between them, and the ERC-8056 multiplier (so you also get the underlying share price).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker, e.g. "AAPL" or "TSLA" (case-insensitive). | |
| maxAgeSeconds | No | Reject the Chainlink answer if older than this (default 3 days; 24/5 feeds). |