Returns charting metadata for a given pair. Used for implementing a Trading View datafeed.
Endpoint: getSymbol
Method: POST
Arguments
Response
| Name | Type | Description |
|---|---|---|
| currency_code | String! | The currencyCode argument passed in (
or
). |
| 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. |
| supported_resolutions | [String!] ! | The list of time frames supported for the symbol in other charting endpoints, eg. getBars. |
| ticker | String! | The ID of the pair (
). |
Explore
Ask questions, share what you're working on and request new features 👬👭