sap sunrise list tokens
sap_sunrise_list_tokensList all Sunrise-supported tokens on Solana with canonical mint addresses: symbol, name, decimals, assetClass (stock|crypto|commodity), tokenProgram (spl-token|token-2022), issuer, icon. Optional filters: assetClass, symbol substring, limit (max 200), cursor. USDC/USDT/WETH/WBTC are core assets NOT in this list but quotable. Canonical-mint warning: always resolve mints via sap_sunrise_list_tokens or sap_sunrise_resolve_token; never trust mints from social media or DEX search results — spoofed tokens appear within hours of hyped launches. Free read.
SAP MCP execution guidance: Intent: read/discovery workflow. Pricing: free; call directly without x402. Routing: free hosted call; call directly and keep it small/exact when possible. Signer boundary: hosted reads/builders never receive keypair bytes; value-moving results must be finalized locally when signing is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tokens per upstream page (1-200, default 200) | |
| cursor | No | Pagination cursor from a previous call | |
| symbol | No | Optional case-insensitive symbol substring filter (e.g. MON) | |
| assetClass | No | Optional filter: stock, crypto, or commodity |
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. |