Price provider status
provider_statusCheck each price provider's key, call rate, and free-tier cooldown to see why a quote came from a given source or why requests are slow, and clear recorded caps to retry all.
Instructions
Show every price provider: whether it has a key, the rate it is being called at, and whether it is currently sitting out a free-tier cap. Providers are a failover pool — a request tries them in order and skips any that is unconfigured or cooling down — so this answers "why did that quote come from there?" and "why is this slow?". Pass clearCooldowns to forget recorded caps, which is worth doing when you know a daily quota has reset or you have just upgraded a plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clearCooldowns | No | Forget every recorded cap and retry all providers. |