chain-pulse
ActiveTool of The Stall
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.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"block": {
"type": "string",
"description": "Block number (integer or 0x hex) or tag: latest/pending/earliest/safe/finalized. Default: latest."
},
"network": {
"type": "string",
"description": "Chain to query for block data. Default: ethereum."
},
"alert_only": {
"type": "boolean",
"description": "If true, only return stablecoins depegged (MILD_DEPEG or worse)."
},
"stablecoin_symbol": {
"type": "string",
"description": "Filter stablecoins to a specific symbol (e.g. USDT, USDC, DAI). Omit to return top 10 by market cap."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
The Stall
1/7 registries