MKT CAP$2.67T-1.1%
24H VOL$134.9B
BTC DOM58.9%
HEALTH58NEUTRAL
SHORT-TERM72BULLISH
LONG-TERM44BEARISH
OI$14.0B
24H LIQ$97M
LONG/SHORT50.0% / 50.0%
REGIME (LT)EARLY RECOVERY
REGIME (ST)STRONG TREND (BULL)
HL OI$9.5B
WHALESSHORT 46.7%
MKT CAP$2.67T-1.1%
24H VOL$134.9B
BTC DOM58.9%
HEALTH58NEUTRAL
SHORT-TERM72BULLISH
LONG-TERM44BEARISH
OI$14.0B
24H LIQ$97M
LONG/SHORT50.0% / 50.0%
REGIME (LT)EARLY RECOVERY
REGIME (ST)STRONG TREND (BULL)
HL OI$9.5B
WHALESSHORT 46.7%
Plug real-time crypto data into your AI agent — one command: Get your free API key →
Get API KeyLogin
Steakhouse Confidential Prime USDCSTEAKCUSDC
Rank #522 LIVE
$1.01
24h -0.08% 7d +0.30% 30d +0.70%
MARKET CAP
$40.09M
Rank #522 by market cap
24H VOLUME
spot · all venues
CIRCULATING SUPPLY
39,480,281 STEAKCUSDC
no fixed max
ALL-TIME HIGH
$1.04
-2.02% from ATH · 2026-08-19
Steakhouse Confidential Prime USDC Price LIVE
curl -H "X-API-Key: cdk_live_…" \
  "https://cryptodataapi.com/api/v1/market-data/klines?symbol=STEAKCUSDCUSDT&interval=1d&limit=90"
LAUNCH PREVIEW Full signal detail is free on every coin page for now. Page data is ~30-min delayed — the API is real-time.
Live market data & quant signals for STEAKCUSDC
Stablecoin Metrics · STEAKCUSDC
Price$1.01
Peg deviation+1.50% · Soft depeg
Designed to track ~$1, so price-trend and regime engines (SIGNUM, technical, HMM, meme) don't apply here. For a stablecoin the signals that matter are peg stability and supply moving on- and off-exchange — see Exchange Flows below.
Live free data · no key required Exchange Flows API →

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.

Prompt — have an agent design a new strategy on this metric
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.

Prompt — paste into any agent connected to the MCP server
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.
Free
curl -H "X-API-Key: cdk_live_…"   "https://cryptodataapi.com/api/v1/on-chain/exchange-flows/STEAKCUSDC"
Related coins

Every metric on this page is one API call away

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.

GET/api/v1/coins/STEAKCUSDC· Free
GET/api/v1/market-data/klines?symbol=STEAKCUSDCUSDT· Free
GET/api/v1/backtesting/klines?symbol=STEAKCUSDC&interval=1h· Pro Plus
GET/api/v1/backtesting/funding?symbol=STEAKCUSDC· Pro Plus
GET/api/v1/backtesting/daily-snapshots/2026-08-01· Pro Plus
GET/api/v1/backtesting/hl-liquidations?coin=STEAKCUSDC· Pro Plus
GET/api/v1/quant/regimes/history· Pro Plus
GET/api/v1/backtesting/archives/index· Pro Plus
MCP-native · works in Claude & Cursor

Quick Start for AI Agents

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.

Claude · cryptodataapi connected
What's the Fear & Greed index today, and how does BTC funding look?
On it — pulling sentiment and derivatives now.
GET/sentiment/fear-greed
GET/derivatives/binance/summary?symbol=BTCUSDT
Fear & Greed is 61 — Greed (up from 54 yesterday). BTC funding is +0.011%, open interest $8.2B, long/short 1.18. Sentiment and positioning are both leaning bullish.
Find trending Solana pools and flag anything that looks like a rug.
GET/dex/trending?chain=solana
GET/dex/security/solana/{token}
Top 3 trending: $WIF, $POPCAT, $MEW. Two pass the security check; one new pool flags mint authority not revoked — I'd treat it as high-risk.
Add it in one line
setup cryptodataapi-mcp
Cursor? Same command — paste it into the MCP settings.
1
Connect
Registers with Claude or Cursor instantly. Free API key created on sign-up.
2
Ask in plain English
Describe the data you want — no endpoints to recall, no params to format.
3
Get live JSON back
The agent picks the endpoint, calls it, and returns clean structured data.
190+ endpoints across 20+ data groups
Read the full quickstart →