Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Symbol metadata for charting integrations.Show View fields (SymbolResponse)
Price scale factor for charting.
Supported charting resolutions (e.g. 1, 5, 60, 1D).
Arguments
Symbol string (e.g. pair address and network ID).
Optional currency code override.
Example
{
getSymbol(
symbol: "8WwcNqdZjCY5Pt7AkhupAFknV2txca9sq6YBkGzLbvdt:1399811149"
currencyCode: "USD"
) {
currency_code
description
name
original_currency_code
pricescale
ticker
supported_resolutions
}
}
Playground