get_solana_market_status
Health probe for the Solana Market API data backend.
Call this to gate or degrade gracefully BEFORE the other get_solana_market_*
tools: it does a short-timeout hit on the data service and reports whether it
is reachable, so an agent can tell "market has no data" from "service is down"
without failing a real query.
Free discovery tool. When the market data service exposes /status, the response
includes prod_key_configured, data_first_available, and an actionable note
describing what to configure for full on-chain visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | No | Normalized velocity score 0.0-1.0. | |
| trend | No | Velocity trend: rising | stable | declining. | |
| detail | No | Human-readable status or error detail. | |
| available | No | True if the Solana Market data service responded. | |
| velocity_rank | No | Velocity rank from market signals (higher better). | |
| market_velocity | No | Full velocity payload when present (rank/trend/score/last_updated). Populated into ReadinessCard.root_provenance.market_velocity for WZRD protocol resources. | |
| base_url_configured | No | Whether the market data-service base URL is explicitly configured. |