sodax_get_solver_oracle
Retrieve solver oracle prices for any chain and token pair to verify quote amounts against USD prices.
Instructions
Get the solver's oracle prices for every (chain, token) pair it can quote. Useful for sanity-checking quote amounts against USD prices the solver is using.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| symbol | No | Filter by token symbol (case-insensitive exact match, e.g. 'SODA', 'bnUSD') | |
| chainId | No | Filter results to a single intent-relay chain ID (decimal string, e.g. '146' for Sonic). Call sodax_get_relay_chain_id_map to translate. |