Signet — live price quote (read-only, no trade)
signet_priceA live Jupiter route quote between two assets. QUOTE ONLY — it builds no transaction and cannot move value. Assets resolve two ways and only two: a curated ticker (SOL, USDC) or a FULL mint address. An uncurated ticker is refused rather than guessed, because anyone can mint a token using a familiar symbol. Requires Authorization: Bearer .
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Curated ticker or full mint address. Default USDC. | |
| from | No | Curated ticker or full mint address. Default SOL. | |
| amount | No | Amount of `from` in BASE units (lamports for SOL). Default: one whole unit. | |
| slippage_bps | No | Slippage tolerance in basis points, clamped to 1..500. Default 50. |