market_pulse_supported_assets
Check supported crypto assets per venue before scanning to avoid unsupported symbol failures. Filter by spot, perp, or both to see where basis, funding, and spot data are available.
Instructions
List which crypto assets this server can actually answer for, and on which venue. Call this before a scan rather than discovering coverage by watching individual symbols fail.
Coverage is not uniform. Coinbase quotes the spot side and Hyperliquid the perp side, and the two venues list different assets: some are spot-only (price, candles, order book, indicators work; funding does not), some are perp-only (funding works; nothing Coinbase-sourced does), and only assets on both venues support basis.
Args: venue: Which slice to return. "both" (default) is the spot-and-perp intersection, i.e. exactly the assets basis works for. "spot" is every Coinbase USD market, "perp" every Hyperliquid perp, "spot_only" and "perp_only" the two exclusive sets. search: Optional case-insensitive substring filter, e.g. "SOL". limit: Maximum symbols to return. Counts are always exact and are reported regardless of how many symbols the list itself was truncated to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| venue | No | both | |
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||