---
title: "Get current token price"
method: GET
path: "/api/2/token/price"
tags: ["V2 - Token"]
---

# Get current token price

`GET /api/2/token/price`

Fetch current token price, market cap, liquidity and other market data. Returns data with USD suffix naming convention (priceUSD, marketCapUSD, etc.). For historical point-in-time prices, use `/2/token/price-at`.

## Query parameters

- `chainId` string — Blockchain chain ID (e.g., "evm:56", "solana:solana")
- `address` string — Token contract address

## Response `200`

Token price response

- object
  - `data` object, required
    - `name` string, nullable, required
    - `symbol` string, nullable, required
    - `logo` string, nullable, required
    - `priceUSD` number, nullable, required
    - `marketCapUSD` number, nullable, required
    - `marketCapDilutedUSD` number, nullable, required
    - `liquidityUSD` number, nullable, required
    - `liquidityMaxUSD` number, nullable, required

## Other responses

- `402` — Payment Required

---

[API](https://skmtc.net/mobula/apis/mobula-api.md) · [All operations](https://skmtc.net/mobula/apis/mobula-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobula/mobula-api/versions/32f95d9e8ff2/schema)
