MKT CAP$2.70T+1.6%
24H VOL$111.1B
BTC DOM58.3%
HEALTH62NEUTRAL
SHORT-TERM65NEUTRAL
LONG-TERM58NEUTRAL
OI$14.1B
24H LIQ$66M
LONG/SHORT62.5% / 37.5%
REGIME (LT)BTC-LED BULL MARKET
REGIME (ST)SQUEEZE
HL OI$10.5B
WHALESSHORT 47.1%
MKT CAP$2.70T+1.6%
24H VOL$111.1B
BTC DOM58.3%
HEALTH62NEUTRAL
SHORT-TERM65NEUTRAL
LONG-TERM58NEUTRAL
OI$14.1B
24H LIQ$66M
LONG/SHORT62.5% / 37.5%
REGIME (LT)BTC-LED BULL MARKET
REGIME (ST)SQUEEZE
HL OI$10.5B
WHALESSHORT 47.1%
Plug real-time crypto data into your AI agent — one command: Get your free API key →
Get API KeyLogin
VeChainVET
Rank #94 LIVE Website X.com
$0.00774900
24h -0.70% 7d +7.70% 30d +70.20%
MARKET CAP
$661.98M
Rank #94 by market cap
24H VOLUME
$12.40M
spot · all venues
CIRCULATING SUPPLY
85,985,041,177 VET
max 86,712,634,466
ALL-TIME HIGH
$0.2810
-97.26% from ATH · 2021-04-18
VeChain Price LIVE
curl -H "X-API-Key: cdk_live_…" \
  "https://cryptodataapi.com/api/v1/market-data/klines?symbol=VETUSDT&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 VET
Derivatives · VET
Long / Short (accounts)63.1% / 36.9%

Perpetual futures pricing for this coin: the funding rate traders pay to hold a position, total open interest, and how both moved over 24h. Funding is the tether between the perp and spot; positive means longs are paying shorts.

Crypto Funding Rates →

Funding is a small fee traders pay each hour to keep a bet open. When it is positive, the people betting the price will RISE are paying the people betting it will fall, which means the crowd is leaning bullish. Negative means the opposite. Open interest is how much money is riding on those bets in total: if it climbs while the price climbs, new money is arriving rather than old bets being closed.

The classic use is the cash-and-carry (basis) trade: hold the coin, short the perp, and collect funding while the two prices stay tied together — a market-neutral yield. Funding-rate arbitrage is the same idea run across venues. In the other direction, traders fade a crowded-long setup when funding is very positive but the price has stopped rising, and watch OI-price divergence: rising open interest on a falling price means shorts are piling in.

Prompt — have an agent design a new strategy on this metric
Design a new trading strategy for VET built on perp funding and open interest. Read the live signal from /api/v1/derivatives/summary?coin=VET. Invent the rules yourself — do not just reimplement carry — and write out entry, exit, position sizing and the single assumption the edge depends on. Then validate it on /api/v1/backtesting/funding?symbol=VET plus /api/v1/backtesting/klines, with taker fees charged both sides. If it does not beat buy-and-hold, say so and explain why.

Hourly funding and open-interest history comes from /backtesting/funding?symbol=X, going back to May 2023 for Hyperliquid perps. Pair it with /backtesting/klines for matching price bars so funding lines up with the candle it was charged on. Note that open interest is only populated for Hyperliquid — Binance rows carry null.

Prompt — paste into any agent connected to the MCP server
Using CryptoDataAPI, backtest a funding-carry trade on VET. Pull hourly funding from /api/v1/backtesting/funding?symbol=VET and matching price bars from /api/v1/backtesting/klines. Simulate holding spot and shorting the perp whenever annualised funding is above 10%, exiting when it drops below 0. Charge taker fees both sides. Report net return after fees and funding, max drawdown, and how much of the return came from funding versus price. Tell me if the edge disappears after costs.
Free
curl -H "X-API-Key: cdk_live_…"   "https://cryptodataapi.com/api/v1/derivatives/summary?coin=VET"
Technical Regime · VET
RSI-14 · DAILYNEUTRAL
68
30 OVERSOLDOVERBOUGHT 70
RSI-14 · 1HNEUTRAL
57
30 OVERSOLDOVERBOUGHT 70
MA ABOVE 200D CROSS NEUTRAL BB NORMAL
20-DAY RANGE POSITION76%
20D LOW20D HIGH

Classical technical structure computed on this coin: moving-average relationships, Bollinger squeezes, where price sits in its recent range, and RSI on both the daily and hourly.

Technical Structure Indicators →

Range position shows where today's price sits between its recent low and high. A squeeze means the price has gone unusually quiet, which often comes just before a big move — though it does not tell you which direction. RSI shows whether a move has run hot or cold; overbought means stretched, not that it is about to turn around.

Everything here is a standard textbook signal. Golden cross and death cross come from the moving-average relationship, Bollinger squeeze breakouts come from the volatility compression, and RSI divergence — price making a new high while RSI does not — is one of the oldest reversal warnings there is. Range position is the basis of simple mean reversion back to the 20-period average.

Prompt — have an agent design a new strategy on this metric
Design a new technical strategy for VET using /api/v1/indicators/technical/VET. Combine at least two of the structure signals — moving averages, Bollinger squeeze, range position, RSI — into one rule set rather than trading any single one. Write out entry, exit, stop and sizing. Validate on /api/v1/backtesting/klines with fees, and report which of the component signals actually contributed and which you could drop.

Every technical reading is archived per symbol in the daily bundle: the technical_regime block of /backtesting/daily-snapshots/{date}. If you want a different lookback than the one we publish, rebuild the indicators yourself from /backtesting/klines — minute bars for Hyperliquid perps and 450+ Binance markets.

Prompt — paste into any agent connected to the MCP server
Using CryptoDataAPI, backtest the classic technical signals on VET. Pull price bars from /api/v1/backtesting/klines and compute a 50/200 moving-average cross, a Bollinger squeeze breakout, and RSI divergence. Test each separately with taker fees and a fixed stop. Report win rate, profit factor and max drawdown per signal, and tell me which ones fail to beat buy-and-hold.
curl -H "X-API-Key: cdk_live_…"   "https://cryptodataapi.com/api/v1/indicators/technical/VET"
SIGNUM Trend Radar · VET
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20+
RED / GREY / GREEN trend state (ADX + DMI with hysteresis) · ADX 63.
GREYGREEN 22d since flip · +35.7%

A three-state trend classifier, red / grey / green, built on ADX and DMI with hysteresis so it does not flip back and forth on noise the way a raw crossover does.

SIGNUM RGG Trend Indicator →

Three colours, and that is the whole indicator. Green means a clear uptrend, red a clear downtrend, grey means no real trend and probably not worth trading. It waits for solid evidence before changing colour so it does not flicker back and forth. Days since the last flip matters: a colour that has only just changed is the least settled.

ADX and DMI, which drive this indicator, are most often used as a trend FILTER rather than an entry: run moving-average crossover or breakout systems only when the colour is red or green, and stand aside in grey. That single filter is what keeps trend-following systems from bleeding out during sideways markets.

Prompt — have an agent design a new strategy on this metric
Design a new trend strategy for VET around the SIGNUM state at /api/v1/indicators/signum-rgg/VET. Treat the red/grey/green colour as the filter and invent the entry trigger yourself, including what you do during grey. Define stops and how you re-enter after a flip. Validate against the signum_rgg block of /api/v1/backtesting/daily-snapshots/{date} plus /api/v1/backtesting/klines, and report how much of the return came from simply avoiding chop.

The signum_rgg block inside /backtesting/daily-snapshots/{date} holds the recorded red/grey/green state per symbol per day, so you can test the colour changes without recomputing ADX. Raw price history for your own version is at /backtesting/klines.

Prompt — paste into any agent connected to the MCP server
Using CryptoDataAPI, test the SIGNUM red/grey/green state as a trend FILTER on VET. Pull the signum_rgg block from /api/v1/backtesting/daily-snapshots/{date} across the archive and price bars from /api/v1/backtesting/klines. Run a moving-average crossover strategy twice: once unfiltered, once trading only while the state is red or green. Report how much the filter improved profit factor and drawdown.
curl -H "X-API-Key: cdk_live_…"   "https://cryptodataapi.com/api/v1/indicators/signum-rgg/VET"
Event & Security Catalysts · VET
No qualified catalyst for VET in the last 7 days, and nothing dated on the forward calendar.

Scheduled and unscheduled catalysts for this coin: news scored for real price impact, security incidents, and upcoming token unlocks that add supply.

Market-Moving News & Events →

Things that could move the price: news, security problems, and token unlocks — dates when a batch of new coins is released to early investors and team members, adding to the supply. An empty panel genuinely means nothing is scheduled, rather than data failing to load.

This feeds event-driven and catalyst trading. Token unlocks support a supply-shock trade — the size and date are public, so the weakness often arrives before the unlock rather than on it. Scheduled news drives the buy-the-rumour, sell-the-news pattern, where the move happens into the announcement and reverses on it.

Prompt — have an agent design a new strategy on this metric
Design a new event-driven strategy for VET using /api/v1/event/regime/VET and the unlock schedule. The rules must be executable in advance — no reacting to news after the fact — so define how many days before a catalyst you act and what closes the position. Validate on /api/v1/backtesting/news-events and /api/v1/backtesting/snapshots?data_type=token_unlocks, and be explicit about any lookahead you had to avoid.

/backtesting/news-events is the archived catalyst tape with the same scoring you see here. Token unlocks have their own snapshot type, /backtesting/snapshots?data_type=token_unlocks, which matters because unlock dates are known ahead of time and are therefore testable without lookahead.

Prompt — paste into any agent connected to the MCP server
Using CryptoDataAPI, test how VET trades around scheduled catalysts. Pull /api/v1/backtesting/news-events and /api/v1/backtesting/snapshots?data_type=token_unlocks, then measure returns from 7 days before each unlock to 7 days after, using price bars from /api/v1/backtesting/klines. Report whether weakness arrived before or on the date, and whether unlock size relative to float predicted the size of the move.
curl -H "X-API-Key: cdk_live_…"   "https://cryptodataapi.com/api/v1/event/regime/VET"
24h Liquidations · VET
37.1%LONGS
62.9%SHORTS
$881 longs$1.5K shorts
Total (24h)$2.4K

Positions force-closed in this coin over the last 24 hours, split by side. A long liquidation is forced selling; a short liquidation is forced buying.

Crypto Liquidations →

A liquidation is a trader being forced out of a bet because the price moved too far against them. Longs being liquidated means forced selling; shorts being liquidated means forced buying. Judge the size against what is normal for this coin: $5M is enormous for a small coin and barely noticeable for Bitcoin.

Liquidation-cascade fades are built on this: forced selling overshoots, so the sharpest bounces tend to follow the biggest one-sided prints. Long and short squeeze plays work the same mechanism in reverse, and stop-hunt reversals look for price being pushed into a cluster of stops precisely to trigger them.

Prompt — have an agent design a new strategy on this metric
Design a new strategy for VET that trades around forced liquidations, using /api/v1/market-intelligence/liquidations?symbol=VET live. Define what counts as a cascade, which side you take, how quickly you exit, and how you avoid being liquidated yourself. Validate on the per-event tape at /api/v1/backtesting/hl-liquidations plus /api/v1/backtesting/klines, and report the worst single loss, not just the average.

/backtesting/liquidations gives the aggregated series, and /backtesting/hl-liquidations gives the exact per-event Hyperliquid tape — every individual fill, with its venue. For the price levels where liquidations cluster, use /backtesting/snapshots?data_type=liquidation_map.

Prompt — paste into any agent connected to the MCP server
Using CryptoDataAPI, backtest the liquidation-cascade fade on VET. Pull the per-event tape from /api/v1/backtesting/hl-liquidations and price bars from /api/v1/backtesting/klines. Define a cascade as a 5-minute bucket in the top 1% of one-sided liquidation size, then measure forward returns at 15m, 1h and 4h from taking the opposite side. Charge taker fees and report the hit rate and worst loss.
Free
curl -H "X-API-Key: cdk_live_…"   "https://cryptodataapi.com/api/v1/market-intelligence/liquidations?symbol=VET"
Related coins

Every metric on this page is one API call away

VeChain 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/VET· Free
GET/api/v1/market-data/klines?symbol=VETUSDT· Free
GET/api/v1/market-intelligence/liquidations?symbol=VET· Free
GET/api/v1/indicators/technical/VET· Pro
GET/api/v1/indicators/signum-rgg/VET· Pro
GET/api/v1/volatility/regime/VET· Pro
GET/api/v1/event/regime/VET· Pro
GET/api/v1/backtesting/klines?symbol=VET&interval=1h· Pro Plus
GET/api/v1/backtesting/funding?symbol=VET· Pro Plus
GET/api/v1/backtesting/daily-snapshots/2026-08-01· Pro Plus
GET/api/v1/backtesting/hl-liquidations?coin=VET· 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 →