MKT CAP$2.68T+0.9%
24H VOL$177.9B
BTC DOM58.0%
HEALTH56NEUTRAL
SHORT-TERM55NEUTRAL
LONG-TERM57NEUTRAL
OI$13.6B
24H LIQ$240M
LONG/SHORT60.7% / 39.3%
REGIME (LT)BTC-LED BULL MARKET
REGIME (ST)CHOPPY HIGH VOLATILITY
HL OI$10.2B
WHALESSHORT 45.4%
MKT CAP$2.68T+0.9%
24H VOL$177.9B
BTC DOM58.0%
HEALTH56NEUTRAL
SHORT-TERM55NEUTRAL
LONG-TERM57NEUTRAL
OI$13.6B
24H LIQ$240M
LONG/SHORT60.7% / 39.3%
REGIME (LT)BTC-LED BULL MARKET
REGIME (ST)CHOPPY HIGH VOLATILITY
HL OI$10.2B
WHALESSHORT 45.4%
Plug real-time crypto data into your AI agent — one command: Get your free API key →
Get API KeyLogin
Tori trUSDTRUSD
Rank #371 LIVE Website X.com
$0.9997
24h +0.02% 7d -0.00% 30d +0.06%
MARKET CAP
$67.23M
Rank #371 by market cap
24H VOLUME
$621.1K
spot · all venues
CIRCULATING SUPPLY
67,244,324 TRUSD
no fixed max
ALL-TIME HIGH
$1.00
-0.12% from ATH · 2026-07-28
Tori trUSD Price LIVE
curl -H "X-API-Key: cdk_live_…" \
  "https://cryptodataapi.com/api/v1/market-data/klines?symbol=TRUSDUSDT&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 TRUSD
Stablecoin Metrics · TRUSD
Price$0.9997
Peg deviation-0.03% · On peg
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 TRUSD supply and peg data as its signal, read live from /api/v1/sentiment/stablecoins. Decide whether you are trading TRUSD 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 TRUSD's peg stability and its supply as a market signal. Pull /api/v1/backtesting/snapshots?data_type=stablecoins for TRUSD supply and peg history, plus BTC daily bars from /api/v1/backtesting/klines. First, measure how often TRUSD 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 TRUSD 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/TRUSD"
Related coins

Every metric on this page is one API call away

Tori trUSD 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/TRUSD· Free
GET/api/v1/market-data/klines?symbol=TRUSDUSDT· Free
GET/api/v1/backtesting/klines?symbol=TRUSD&interval=1h· Pro Plus
GET/api/v1/backtesting/funding?symbol=TRUSD· Pro Plus
GET/api/v1/backtesting/daily-snapshots/2026-08-01· Pro Plus
GET/api/v1/backtesting/hl-liquidations?coin=TRUSD· 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 →