Returns: SymbolResponse

Arguments

symbol
String!
required

The ID of the pair (address:networkId).

currencyCode
String

The currency to use for the response. Can be USD (default) or TOKEN.

Schema

"""Returns charting metadata for a given pair. Used for implementing a Trading View datafeed."""
getSymbol(symbol: String!, currencyCode: String): SymbolResponse