chain-pulse
Retrieve Ethereum block headers and stablecoin depeg status in one query. Supports Ethereum, Base, Polygon, Arbitrum with free access.
Instructions
Returns an Ethereum block header + current stablecoin depeg status in one call. Collapses the eth-block → stablecoin-watch 2-hop chain. Block fields: number, hash, miner, timestamp, gas_used, tx_count. Stablecoin fields: symbol, price, peg_deviation, depeg_status, composite alert level. Supports Ethereum, Base, Polygon, Arbitrum. Free upstreams (DRPC + DeFiLlama), no API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| block | No | Block number (integer or 0x hex) or tag: latest/pending/earliest/safe/finalized. Default: latest. | |
| network | No | Chain to query for block data. Default: ethereum. | |
| stablecoin_symbol | No | Filter stablecoins to a specific symbol (e.g. USDT, USDC, DAI). Omit to return top 10 by market cap. | |
| alert_only | No | If true, only return stablecoins depegged (MILD_DEPEG or worse). |