curl -H "X-API-Key: cdk_live_…" \
"https://cryptodataapi.com/api/v1/market-data/klines?symbol=STEAKCUSDCUSDT&interval=1d&limit=90"
Peg stability and supply for this stablecoin: how far it has drifted from its target and how the float has changed.
Market Sentiment →This coin is designed to stay worth about $1. Small wobbles are completely normal. The warning sign is a gap that stays open, especially if the total supply is shrinking at the same time — that suggests people are cashing out rather than trading.
Depeg arbitrage is the direct trade: buy below the peg and redeem at par, which is how the peg gets restored. More broadly, the stablecoin supply ratio (SSR) treats stablecoin float as dry powder — a growing supply is buying power waiting on the sidelines, which is why it is watched as a market-wide indicator.
Design a new strategy that uses STEAKCUSDC supply and peg data as its signal, read live from /api/v1/sentiment/stablecoins. Decide whether you are trading STEAKCUSDC itself on peg deviation or trading the wider market on supply growth, and justify the choice. Define entry, exit and risk limits. Validate on /api/v1/backtesting/snapshots?data_type=stablecoins plus /api/v1/backtesting/klines.
Supply and peg history live in /backtesting/snapshots?data_type=stablecoins, with a matching stablecoins block in the daily bundle. Use it to test supply growth as a market-wide dry-powder signal, not just this one coin's peg.
Using CryptoDataAPI, test STEAKCUSDC's peg stability and its supply as a market signal. Pull /api/v1/backtesting/snapshots?data_type=stablecoins for STEAKCUSDC supply and peg history, plus BTC daily bars from /api/v1/backtesting/klines. First, measure how often STEAKCUSDC deviated more than 0.5% from $1 and how long each episode lasted. Then compare forward 30d BTC returns following the fastest and slowest deciles of STEAKCUSDC supply growth. Report whether either relationship is strong enough to trade.
curl -H "X-API-Key: cdk_live_…" "https://cryptodataapi.com/api/v1/on-chain/exchange-flows/STEAKCUSDC"
Steakhouse Confidential Prime USDC price, derivatives, on-chain flows and quant regimes — plus 180+ endpoints across the whole market. The free tier is real: 1,000 requests/day, no card required.
Add the MCP server in one line — then your agent answers crypto questions by calling the API for you. No endpoints to wire up, no keys to juggle. Just ask.
setup cryptodataapi-mcp