---
title: LFJ (Trader Joe) API on Avalanche: pools, swaps | DexPaprika
description: Pools, swaps, prices and OHLCV for LFJ, formerly Trader Joe, on Avalanche: Liquidity Book v2.2 and v2.1 plus the v1 AMM. Free API key, no credit card.
url: https://dexpaprika.com/api/avalanche/traderjoe
type: api-dex
---

# LFJ (Trader Joe) API on Avalanche

> **Quick links**: [Pricing](https://dexpaprika.com/api/pricing) | [Developer console](https://console.dexpaprika.com) | [API documentation](https://docs.dexpaprika.com) | [Avalanche DEX Data API](https://dexpaprika.com/api/avalanche)

LFJ, the DEX formerly called Trader Joe, runs three generations on Avalanche: Liquidity Book v2.2 and v2.1, and the v1 AMM. The API keeps the old name in the dex_id: traderjoe_v2_2, traderjoe_v2_1 and traderjoe.

## LFJ on Avalanche at a glance

- **1K+** active pools
- **$3.4M** volume, 24h
- **33,859** transactions, 24h

Data as of 2026-09-17 15:20 UTC, source: /networks/avalanche/dexes

## Liquidity Book v2.2, v2.1 and v1 in one API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| LFJ Liquidity Book v2.2 | `traderjoe_v2_2` | `0xb43120c4745967fa9b93e79c149e66b0f2d6fe0c` | $3.1M |
| LFJ v1 | `traderjoe` | `0x9ad6c38be94206ca50bb0d90783181662f0cfa10` | $197,282.63 |
| LFJ Liquidity Book v2.1 | `traderjoe_v2_1` | `0x8e42f2f4101563bf679975178e880fd87d3efd4e` | $93,461.50 |

## Top LFJ pools on Avalanche by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| WAVAX/USDC | LFJ Liquidity Book v2.2 | $3.0M | $696,754.28 | [`0x864d…16ea`](https://dexpaprika.com/avalanche/pool/0x864d4e5ee7318e97483db7eb0912e09f161516ea) |
| USDt/USDC | LFJ Liquidity Book v2.1 | $49,466.22 | $162,884.57 | [`0x9b2c…3c72`](https://dexpaprika.com/avalanche/pool/0x9b2cc8e6a2bbb56d6be4682891a91b0e48633c72) |
| WAVAX/USDt | LFJ Liquidity Book v2.1 | $38,841.59 | $111,250.42 | [`0x87eb…9f72`](https://dexpaprika.com/avalanche/pool/0x87eb2f90d7d0034571f343fb7429ae22c1bd9f72) |
| AUSD/USDC | LFJ Liquidity Book v2.2 | $32,994.33 | $54,237.13 | [`0x8573…9cee`](https://dexpaprika.com/avalanche/pool/0x8573f98175d816d520248b5facf40d309b1c9cee) |
| EURC/USDC | LFJ Liquidity Book v2.2 | $30,001.32 | $9,284.16 | [`0xcd4f…b4ce`](https://dexpaprika.com/avalanche/pool/0xcd4f57d6b160b4ef2dfb78ad1c76cc4242edb4ce) |
| WAVAX/USDC | LFJ v1 | $27,094.13 | $374,764.12 | [`0xf400…8adb`](https://dexpaprika.com/avalanche/pool/0xf4003f4efbe8691b60249e6afbd307abe7758adb) |
| USDC.e/WAVAX | LFJ v1 | $21,578.66 | $382,026.86 | [`0xa389…ddb1`](https://dexpaprika.com/avalanche/pool/0xa389f9430876455c36478deea9769b7ca4e3ddb1) |
| WAVAX/USDT.e | LFJ v1 | $21,549.36 | $506,059.22 | [`0xed8c…6256`](https://dexpaprika.com/avalanche/pool/0xed8cbd9f0ce3c6986b22002f03c6475ceb7a6256) |
| XAUt0/USDt | LFJ Liquidity Book v2.2 | $18,422.08 | $24,859.24 | [`0xf0ef…abfe`](https://dexpaprika.com/avalanche/pool/0xf0ef15733904131eb39790e64fa3c7575b41abfe) |
| JOE/USDC.e | LFJ v1 | $17,412.70 | $267,038.65 | [`0x6792…4acf`](https://dexpaprika.com/avalanche/pool/0x67926d973cd8ee876ad210faaf7dffa99e414acf) |

## Your first LFJ call

```bash
# top LFJ Liquidity Book v2.2 pools by 24h volume
curl "https://api.dexpaprika.com/networks/avalanche/pools/search?dex_name=traderjoe_v2_2&order_by=volume_usd_24h&sort=desc&limit=5"

# newest transactions through one pool
curl "https://api.dexpaprika.com/networks/avalanche/pools/0x864d4e5ee7318e97483db7eb0912e09f161516ea/transactions?limit=5"
```

Newest swap through the busiest LFJ pool at 2026-09-17 15:20 UTC, trimmed to ten fields:

```json
{
  "id": "0xc8ed84513518a48707d342d7e739c7195b1a7011dc580270ad86ec4b284eae44",
  "pool_id": "0x864d4e5ee7318e97483db7eb0912e09f161516ea",
  "factory_id": "0xb43120c4745967fa9b93e79c149e66b0f2d6fe0c",
  "token_0_symbol": "WAVAX",
  "token_1_symbol": "USDC",
  "volume_0": 0.034076565393027856,
  "volume_1": 0.25721,
  "price_0_usd": 7.547685673147665,
  "created_at_block_number": 95517006,
  "created_at": "2026-09-17T15:19:31Z"
}
```

## Endpoints that answer for LFJ

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/avalanche/pools/search?dex_name=traderjoe_v2_2` | LFJ Liquidity Book v2.2 pools, sorted and filtered by volume, liquidity, transactions or age. Swap in traderjoe_v2_1 and traderjoe for the other versions. | [Reference](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-specific-network) |
| `GET /networks/avalanche/pools/{address}` | Liquidity, reserves, pricing and metadata for one pool. | [Reference](https://docs.dexpaprika.com/api-reference/pools/get-a-pool-on-a-network) |
| `GET /networks/avalanche/pools/{address}/transactions` | Recent swaps, liquidity adds and removes for a pool, with token symbols and USD prices. | [Reference](https://docs.dexpaprika.com/api-reference/pools/get-transactions-of-a-pool-on-a-network-paging-can-be-used-up-to-100-pages) |
| `GET /networks/avalanche/pools/{address}/ohlcv` | Candles for a pool at intervals from 1 minute to 24 hours. | [Reference](https://docs.dexpaprika.com/api-reference/pools/get-ohlcv-data-for-a-pool-pair) |
| `GET /networks/avalanche/tokens/{address}` | Latest price, metadata and summary metrics for one token. | [Reference](https://docs.dexpaprika.com/api-reference/tokens/get-a-tokens-latest-data-on-a-network) |
| `GET /networks/avalanche/dexes` | Every DEX on Avalanche, with each LFJ version as its own entry. | [Reference](https://docs.dexpaprika.com/api-reference/dexes/get-a-list-of-available-dexes-on-a-network) |
| `SSE /sse/transactions` | Swaps on a pool or token, pushed as they land. In preview. | [Reference](https://docs.dexpaprika.com/streaming/transactions-streaming) |

## What it costs

- **Free**: a free API key, no credit card. Data can run a short way behind the chain.
- **Paid plans**: real-time data, higher request ceilings and dedicated hosts.

Current quotas and rates: [API pricing](https://dexpaprika.com/api/pricing)

## Frequently asked questions

### Do I need an API key to query LFJ 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 LFJ version is a swap from?

Read factory_id on the transaction row: 0xb431…fe0c is LFJ Liquidity Book v2.2, 0x8e42…fd4e is LFJ Liquidity Book v2.1 and 0x9ad6…fa10 is LFJ v1. Pool records carry dex_id directly: traderjoe_v2_2 is LFJ Liquidity Book v2.2, traderjoe_v2_1 is LFJ Liquidity Book v2.1 and traderjoe is LFJ v1.

### How do I list only LFJ pools on Avalanche?

Call /networks/avalanche/pools/search with dex_name=traderjoe_v2_2, then with dex_name=traderjoe_v2_1 and dex_name=traderjoe for the other versions. Add order_by=volume_usd_24h to get the busiest first.

### How fresh is the LFJ 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 15:20 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 LFJ 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 at docs.dexpaprika.com/streaming/showcase-streams, and a running price stream is on dexpaprika.com/streaming/avalanche.

### 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.

## Related

- [Avalanche DEX Data API](https://dexpaprika.com/api/avalanche)
- [Live Avalanche streaming](https://dexpaprika.com/streaming/avalanche)
- [API documentation](https://docs.dexpaprika.com)
- [AI agents and skills](https://agents.dexpaprika.com)

---
*Data provided by DexPaprika | Page: LFJ (Trader Joe) API on Avalanche | Data as of 2026-09-17 15:20 UTC*
