---
title: "Get price for a token"
method: GET
path: "/api/price"
tags: ["Price"]
---

# Get price for a token

`GET /api/price`

Get the current price of a specified token

## Query parameters

- `token` string, required
- `chain` 'evm' | 'svm'
- `specificChain` 'eth' | 'polygon' | 'arbitrum' | 'optimism' | 'avalanche' | 'base' | 'linea' | 'zksync' | 'scroll' | 'mantle' | 'svm'

## Response `200`

Token price information

- object
  - `success` boolean — Whether the price was successfully retrieved
  - `price` number, nullable — Current price of the token in USD
  - `token` string — Token address
  - `chain` 'evm' | 'svm' — Blockchain type of the token
  - `specificChain` string, nullable — Specific chain for EVM tokens
  - `symbol` string — Token symbol
  - `timestamp` string, date-time — Timestamp when the price was fetched

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized - Missing or invalid authentication
- `500` — Server error

---

[API](https://skmtc.net/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.net/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
