check_price_feed_health
Check whether a cryptocurrency price feed is stale or unhealthy by comparing its age to a maximum acceptable limit. Prevent decisions based on outdated price data.
Instructions
Check if a price feed is stale or unhealthy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | Yes | Price pair to check | |
| maxAge | No | Maximum acceptable age in seconds (default: 3600) | |
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |