---
title: "Get Token Prices"
method: GET
path: "/tokens/prices"
---

# Get Token Prices

`GET /tokens/prices`

Returns real-time prices for major crypto tokens. This endpoint is publicly accessible without authentication.

## Response `200`

OK

- object
  - `items` object[], required
    - `symbol` string, required — Token symbol (e.g., BTC, ETH, SOL)
    - `price` object, required
      - `currency` 'usd', required — Currency code
      - `value` string, required — Price value as a string rounded to 2 decimal places (e.g., "178.14")
      - `lastUpdatedAt` string, date-time, required — ISO datetime when the price was last updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/revisions/773c90f079c5/schema)
