Jupiter Get Price
jupiter_getPriceRetrieve real-time heuristic token prices with buy/sell price, confidence, and depth by providing token mint addresses.
Instructions
Get real-time heuristic prices for tokens. Supports buy/sell price, confidence, and depth info. SAP MCP context: Jupiter protocol tools are served as AgentKit ecosystem tools. Use them for quote, route, and swap preparation, then use SAP transaction preview/sign/submit tools when an unsigned transaction must pass MCP signer policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Token mints to price | |
| vsToken | No | Token mint address (base58) | |
| showExtraInfo | No | Include confidence, depth, timestamps |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |