---
title: "Fetch real-time DEX prices for a Solana token"
method: POST
path: "/dex"
tags: ["Prices"]
---

# Fetch real-time DEX prices for a Solana token

`POST /dex`

Returns price, liquidity, and 24h volume from Jupiter and Birdeye aggregators.

## Query parameters

- `token` string

## Request body

- object
  - `pair` string — Token pair (e.g. SOL/USDC)
  - `dex` string — DEX to query (e.g. Jupiter, Orca)

## Response `200`

Price data

- DexPriceResponse
  - `token` string — Token symbol or mint address
  - `price_usd` number — Current price in USD
  - `liquidity_usd` number — Total liquidity in USD
  - `volume_24h_usd` number — 24-hour trading volume
  - `price_change_24h_pct` number — 24-hour price change percentage
  - `sources` string[] — Data sources (Jupiter, Birdeye)

## Other responses

- `402` — Payment required — send USDC and retry

---

[API](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents.md) · [All operations](https://skmtc.net/solsigs/apis/solsigs-solana-data-apis-for-ai-agents/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solsigs/solsigs-solana-data-apis-for-ai-agents/revisions/296e44870ad2/schema)
