The DeFi Data Infrastructure
for Modern Applications
Real-time DEX data, analytics, and WebSocket streams in one unified API
Integrate, analyze, and launch
without the complexity.
workspace
2 import React, { useState, useEffect } from react;
3 import { Lixer } from '@lixer/sdk';
4
5 const sdk = new Lixer('https://api.lixer.xyz');
6
7 async function getPoolStats() {
8 const stats = await sdk.stats.getPoolStats('hyperswap', '0xPoolAddress');
9 console.log(stats);
10 }
11
12 getPoolStats();
13
14 async function getRecentSwaps() {
15 const swaps = await sdk.swaps.getRecentSwaps('hyperswap');
16 console.log(swaps);
17 }
18
19 getRecentSwaps();
20
21 async function getHealthStatus() {
22 const health = await sdk.health.getStatus();
23 console.log(health);
24 }
🔗 mainLn 17, Col 9Spaces: 2UTF-8TypeScript
Cursor Tab Ln 14 Col 9 Spaces: 2 UTF-8 TS TypeScript JSX âš¡
Instantly stream DEX swap events
for dashboards, MEV bots.
Built on Hyperliquid
powered by Liquid Labs and Goldsky.
Built for speed.
Real-time
Process millions of events with sub-second latency across all major DEXs.
Simple
One API call to access liquidity data from hyperswap, SushiSwap, and 50+ protocols.
Reliable
99.99% uptime with automatic failover and comprehensive monitoring.
