---
title: "Get detailed token information"
method: GET
path: "/api/price/token-info"
tags: ["Price"]
---

# Get detailed token information

`GET /api/price/token-info`

Get detailed token information including price and specific chain

## Query parameters

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

## Response `200`

Token information

- object
  - `success` boolean — Whether the token information 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

## Other responses

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

## Changes

- **2025-06-30** `e0d0a475d4b6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/price/token-info/get.md)

---

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