Skip to main content
currency_code
String!
The currencyCode argument passed in (TOKEN or USD).
description
String!
The trading pair. If currencyCode is TOKEN, the base token will be used, otherwise USD.
name
String!
The symbols of the pair.
original_currency_code
String!
The base token symbol.
pricescale
Float!
10^n, where n is the number of decimal places the price has. Max 16. Used for charting.
ticker
String!
The ID of the pair (address:networkId).
supported_resolutions
[String!]!
The list of time frames supported for the symbol in other charting endpoints, eg. getBars.

Used By

Returned by
  • getSymbol: Returns charting metadata for a given pair. Used for implementing a Trading View datafeed.