---
title: Bluefin DEX API on Sui: pools, swaps, prices | DexPaprika
description: Pools, swaps, prices and OHLCV for Bluefin spot pools on Sui over REST, with the factory ID on every swap. Free API key, no credit card.
url: https://dexpaprika.com/api/sui/bluefin
type: api-dex
---

# Bluefin DEX API on Sui

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

Bluefin runs spot AMM pools on Sui alongside its perpetuals exchange. The API indexes the spot pools as bluefin; the perpetuals are not part of this data.

## Bluefin on Sui at a glance

- **90+** active pools
- **$10.2M** volume, 24h
- **92,883** transactions, 24h

Data as of 2026-09-17 15:21 UTC, source: /networks/sui/dexes

## Bluefin spot pools in the API

| Version | dex_id | factory_id | Volume, 24h |
|---|---|---|---|
| Bluefin | `bluefin` | `0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267` | $10.2M |

## Top Bluefin pools on Sui by 24h volume

| Pair | Version | Volume, 24h | Liquidity | Pool |
|---|---|---|---|---|
| USDT/USDC | Bluefin | $3.5M | $331,199.94 | [`0x62af…fbe7`](https://dexpaprika.com/sui/pool/0x62af128423465822e5a0979ccad2b0b5ee50a58c6a2c8ea3dd7fda1cda3cfbe7) |
| SUI/USDC | Bluefin | $2.3M | $1.0M | [`0x15db…b74a`](https://dexpaprika.com/sui/pool/0x15dbcac854b1fc68fc9467dbd9ab34270447aabd8cc0e04a5864d95ccb86b74a) |
| USDSUI/USDC | Bluefin | $1.3M | $924,609.78 | [`0x3fe6…9a90`](https://dexpaprika.com/sui/pool/0x3fe620cd2b94ed7bc333f46e984cdea6cf42cfd9ddd54f15016d61c2f8149a90) |
| xBTC/WBTC | Bluefin | $873,412.54 | $453,469.98 | [`0x5989…4d74`](https://dexpaprika.com/sui/pool/0x5989f1c33c5159a7bd4152e6407520c877845551a8aa9a8a5061e43023bb4d74) |
| xBTC/USDC | Bluefin | $290,469.98 | $277,067.87 | [`0x1b0c…4a07`](https://dexpaprika.com/sui/pool/0x1b0cc1c66185ceb8eccbc807c73243ce957f0053dfa1026149265bb2ff704a07) |

## Your first Bluefin call

```bash
# top Bluefin pools by 24h volume
curl "https://api.dexpaprika.com/networks/sui/pools/search?dex_name=bluefin&order_by=volume_usd_24h&sort=desc&limit=5"

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

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

```json
{
  "id": "48fcZ6JVh68r69nwm3qiZC5jBQAJUW3AWim2mECEbFXV",
  "pool_id": "0x62af128423465822e5a0979ccad2b0b5ee50a58c6a2c8ea3dd7fda1cda3cfbe7",
  "factory_id": "0x3492c874c1e3b3e2984e8c41b589e642d4d0a5d6459e5a9cfc2d52fd7c89c267",
  "token_0_symbol": "USDT",
  "token_1_symbol": "USDC",
  "volume_0": 143.375149,
  "volume_1": 143.265858,
  "price_0_usd": 0.9996036988133502,
  "created_at_block_number": 323742917,
  "created_at": "2026-09-17T15:20:50Z"
}
```

## Endpoints that answer for Bluefin

| Endpoint | Returns | Docs |
|---|---|---|
| `GET /networks/sui/pools/search?dex_name=bluefin` | Bluefin pools, sorted and filtered by volume, liquidity, transactions or age. | [Reference](https://docs.dexpaprika.com/api-reference/pools/advanced-pool-filtering-on-a-specific-network) |
| `GET /networks/sui/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/sui/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/sui/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/sui/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/sui/dexes` | Every DEX on Sui, bluefin among them. | [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 Bluefin 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.

### How do I tell Bluefin swaps from other Sui DEXes?

Pool records carry dex_id bluefin, and every swap row through them carries factory_id 0x3492…c267.

### How do I list only Bluefin pools on Sui?

Call /networks/sui/pools/search with dex_name=bluefin. Add order_by=volume_usd_24h to get the busiest first.

### How fresh is the Bluefin 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:21 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 Bluefin 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/sui.

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

- [Cetus DEX API on Sui](https://dexpaprika.com/api/sui/cetus)
- [Sui DEX Data API](https://dexpaprika.com/api/sui)
- [Live Sui streaming](https://dexpaprika.com/streaming/sui)
- [API documentation](https://docs.dexpaprika.com)
- [AI agents and skills](https://agents.dexpaprika.com)

---
*Data provided by DexPaprika | Page: Bluefin DEX API on Sui | Data as of 2026-09-17 15:21 UTC*
