VVS Finance API on Cronos
VVS Finance runs two pool types on Cronos: the classic AMM, indexed as vvs, and V3 concentrated liquidity, indexed as vvs_v3. Pools, prices, OHLCV candles and individual swaps come back over REST, with streaming in preview.
Data as of 2026-09-17 14:31 UTC, source: /networks/cronos/dexes
VVS Finance swaps on Cronos
Each row is one swap from the transactions endpoint: the pair, its value in USD at the time, and the VVS Finance version it went through.
- RACECAT/WCRO$233.09VVS Finance
- RACECAT/WCRO$353.02VVS Finance
- RACECAT/WCRO$65.40VVS Finance
- USDC/WCRO$3.04VVS Finance V3
- WCRO/USDC$888.67VVS Finance
- USDC/WCRO$99.07VVS Finance V3
- USDC/WCRO$345.37VVS Finance V3
- WCRO/USDC$52.82VVS Finance
- USDC/WCRO$77.10VVS Finance V3
- RACECAT/WCRO$45.74VVS Finance
- USDC/WCRO$107.26VVS Finance V3
- USDC/WCRO$185.66VVS Finance V3
- USDC/WCRO$96.50VVS Finance V3
- WCRO/USDC$10.08VVS Finance
- WCRO/USDC$11.49VVS Finance
- USDC/WCRO$60.29VVS Finance V3
- RACECAT/WCRO$57.44VVS Finance
- USDC/WCRO$255.54VVS Finance V3
- USDC/WCRO$63.91VVS Finance V3
- USDC/WCRO$697.19VVS Finance V3
- USDC/WCRO$1,003.07VVS Finance V3
- USDC/WCRO$26.66VVS Finance V3
- USDC/WCRO$30.32VVS Finance V3
- USDC/WCRO$65.64VVS Finance V3
- WCRO/USDC$1,040.17VVS Finance
- USDC/WCRO$32.53VVS Finance V3
- USDC/WCRO$1,974.10VVS Finance V3
- USDC/WCRO$24.60VVS Finance V3
- USDC/WCRO$302.79VVS Finance V3
- USDC/WCRO$298.87VVS Finance V3
- USDC/WCRO$4.64VVS Finance V3
- USDC/WCRO$7.51VVS Finance V3
- USDC/WCRO$215.02VVS Finance V3
- WCRO/USDC$472.27VVS Finance
- WCRO/USDC$746.90VVS Finance
- USDC/WCRO$322.56VVS Finance V3
- WCRO/USDC$492.10VVS Finance
- WCRO/USDC$465.87VVS Finance
- WCRO/USDC$525.21VVS Finance
- RACECAT/WCRO$8.64VVS Finance
- RACECAT/WCRO$148.98VVS Finance
- RACECAT/WCRO$604.25VVS Finance
- WCRO/USDC$697.88VVS Finance
- RACECAT/WCRO$117.84VVS Finance
- WCRO/USDC$441.67VVS Finance
- WCRO/USDC$624.61VVS Finance
- WCRO/USDC$1,082.82VVS Finance
- RACECAT/WCRO$2.85VVS Finance
- WCRO/USDC$660.57VVS Finance
- WCRO/USDC$373.28VVS Finance
- WCRO/USDC$328.28VVS Finance
- WCRO/USDC$495.19VVS Finance
- WCRO/USDC$481.21VVS Finance
- WCRO/USDC$487.50VVS Finance
- WCRO/USDC$552.02VVS Finance
- WCRO/USDC$1,364.88VVS Finance
- WCRO/USDC$1,956.22VVS Finance
- RACECAT/WCRO$115.02VVS Finance
- RACECAT/WCRO$46.62VVS Finance
Your first VVS Finance call
Find the busiest pools for one version, then read the swaps going through one of them. Token symbols come back in every transaction row, so there is no second lookup.
# top VVS Finance pools by 24h volume
curl "https://api.dexpaprika.com/networks/cronos/pools/search?dex_name=vvs&order_by=volume_usd_24h&sort=desc&limit=5"
# newest transactions through one pool
curl "https://api.dexpaprika.com/networks/cronos/pools/0xe61db569e231b3f5530168aa2c9d50246525b6d6/transactions?limit=5"curl "https://api.dexpaprika.com/networks/cronos/pools/0xe61db569e231b3f5530168aa2c9d50246525b6d6/transactions?limit=1"{
"id": "0x1a2579fd480eb0e69750f6048779d1138e6962be1cfdc69692cb1c8e4ca73673",
"pool_id": "0xe61db569e231b3f5530168aa2c9d50246525b6d6",
"factory_id": "0x3b44b2a187a7b3824131f8db5a74194d0a42fc15",
"token_0_symbol": "WCRO",
"token_1_symbol": "USDC",
"volume_0": 15310.555010519978,
"volume_1": 889.548226,
"price_0_usd": 0.05804314978188289,
"created_at_block_number": 94485571,
"created_at": "2026-09-17T14:28:07Z"
}Response the API returned at 2026-09-17 14:31 UTC, trimmed to 10 fields. Try it sends this request from your browser.
VVS classic and V3 in one API
Pool records carry dex_id. Swap rows carry factory_id, the contract the swap went through.
| Version | dex_id | factory_id | Volume, 24h | Share |
|---|---|---|---|---|
| VVS Finance | vvs | 0x3b44b2…42fc15 | $1.2M | 61.2% |
| VVS Finance V3 | vvs_v3 | 0x40ab11…e14c35 | $751,456.24 | 38.8% |
Data as of 2026-09-17 14:31 UTC, source: /networks/cronos/dexes
Top VVS Finance pools on Cronos by 24h volume
| Pair | Version | Volume, 24h | Liquidity |
|---|---|---|---|
| WCRO/USDC | VVS Finance | $439,955.13 | $5.8M |
| USDC/WCRO | VVS Finance V3 | $361,235.00 | $152,881.31 |
| USDC/USDC | VVS Finance V3 | $247,741.82 | $987,043.38 |
| WCRO/RACECAT | VVS Finance | $124,823.09 | $25,227.17 |
| 212/WCRO | VVS Finance | $74,617.88 | $83,448.56 |
| WBTC/WCRO | VVS Finance | $70,937.74 | $2.0M |
| WCRO/WETH | VVS Finance | $48,420.15 | $1.2M |
| USDT/USDC | VVS Finance V3 | $46,951.63 | $36,372.84 |
| WCRO/USDC | VVS Finance V3 | $19,938.08 | $140,492.31 |
| VVS/WCRO | VVS Finance V3 | $14,949.51 | $124,844.31 |
Endpoints that answer for VVS Finance
The same paths work on every chain we index. Full reference in the docs.
| Endpoint | Returns | Docs |
|---|---|---|
| GET /networks/cronos/pools/search?dex_name=vvs | VVS Finance pools, sorted and filtered by volume, liquidity, transactions or age. Swap in vvs_v3 for the other versions. | reference |
| GET /networks/cronos/pools/{address} | Liquidity, reserves, pricing and metadata for one pool. | reference |
| GET /networks/cronos/pools/{address}/transactions | Recent swaps, liquidity adds and removes for a pool, with token symbols and USD prices. | reference |
| GET /networks/cronos/pools/{address}/ohlcv | Candles for a pool at intervals from 1 minute to 24 hours. | reference |
| GET /networks/cronos/tokens/{address} | Latest price, metadata and summary metrics for one token. | reference |
| GET /networks/cronos/dexes | Every DEX on Cronos, with each VVS Finance version as its own entry. | reference |
| SSE /sse/transactions | Swaps on a pool or token, pushed as they land. In preview. | reference |
Streaming VVS Finance swaps
Streaming over server-sent events is in preview. /sse/transactions pushes swaps on a pool or token as they land, and each update counts as one request. See the showcase streams for access, or watch a running price stream on the Cronos streaming page.
What it costs
One call is one credit on your plan. Current quotas and rates are on the pricing page.
- A free API key, no credit card
- Every endpoint on this page
- Data can run a short way behind the chain
- Real-time data on every endpoint
- Higher request ceilings
- Its own hosts: api-pro and streaming-pro
VVS Finance API questions
Do I need an API key to query VVS Finance data?
A free API key is the place to start. It needs no credit card and works on every endpoint on this page: register one at console.dexpaprika.com. Current quotas are on the pricing page.
Which VVS Finance version is a swap from?
Read factory_id on the transaction row: 0x3b44…fc15 is VVS Finance and 0x40ab…4c35 is VVS Finance V3. Pool records carry dex_id directly: vvs is VVS Finance and vvs_v3 is VVS Finance V3.
How do I list only VVS Finance pools on Cronos?
Call /networks/cronos/pools/search with dex_name=vvs, then with dex_name=vvs_v3 for the other versions. Add order_by=volume_usd_24h to get the busiest first.
How fresh is the VVS Finance data?
On the free plan, data can run a short way behind the chain. Paid plans serve it in real time. The figures on this page were read from the API at 2026-09-17 14:31 UTC.
What counts as one request?
One call is one credit, including a call that returns many rows. Batch endpoints bill per item. Each streaming update also counts as one.
Can I stream VVS Finance swaps instead of polling?
Streaming over server-sent events is in preview. /sse/transactions pushes swaps on a pool or token as they land. Access is described in the showcase streams docs, and a running price stream is on the Cronos streaming page.
How do I send my key once I have one?
Put the key in the Authorization header on its own, with nothing in front of it.
Which host do I call?
api.dexpaprika.com with a free key. Pro and Enterprise keys go to api-pro.dexpaprika.com.
Start querying VVS Finance on Cronos
Every call on this page is one paste away. Plans decide how many you can make and how fresh the data is.