---
title: "Get Symbol Info (TradingView)"
method: GET
path: "/v1/perps/symbol_info"
tags: ["Market Data"]
---

# Get Symbol Info (TradingView)

`GET /v1/perps/symbol_info`

Returns symbol metadata in TradingView UDF format. See https://www.tradingview.com/rest-api-spec/#operation/getSymbolInfo.

## Response `200`

TradingView symbol info response

- object — TradingView UDF symbol info response. Contains arrays of values for each symbol.
  - `s` string — Status
  - `symbol` string[]
  - `description` string[]
  - `ticker` string[]
  - `currency` string[]
  - `base-currency` string[]
  - `type` string[]
  - `session-regular` string[]
  - `timezone` string[]
  - `minmovement` integer[]
  - `pricescale` integer[]
  - `has-intraday` boolean[]
  - `has-no-volume` boolean[]
  - `supported-resolutions` array[]
    - string[]

## Other responses

- `429` — Rate limit exceeded. Slow down request frequency.
- `500` — Internal server error.

---

[API](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api.md) · [All operations](https://skmtc.net/ondoperps/apis/ondo-perps-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ondoperps/ondo-perps-rest-api/revisions/39df6b2fa672/schema)
