---
title: "Current USD price and market cap (FDV) of a token."
method: GET
path: "/v1/dextrades/{token}/mcap"
tags: ["DexTrades"]
---

# Current USD price and market cap (FDV) of a token.

`GET /v1/dextrades/{token}/mcap`

## Path parameters

- `token` string, required

## Response `200`

current price and market cap

- ApiDexMarketCap
  - `price_usd` number, double, nullable
  - `market_cap_usd` number, double, nullable

## Other responses

- `default` — Some error during request processing

---

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