[String!]!
required
The contract address & networkId of the token, joined by a colon. ex: 0xbe042e9d09cb588331ff911c2b46fd833a3e5bd6:1
Int
The unix timestamp for the start of the requested range. Defaults to 1 week ago.
Int
The unix timestamp for the end of the requested range. Defaults to current time.
String
The time frame for each candle. Available options are
1S, 5S, 15S, 30S, 1, 5, 15, 30, 60, 240, 720, 1D, 7D. Defaults to 60 (1 hour)Boolean
Whether to add empty bars to the response, populated with the previous bar’s value. Default is
falseUsed By
Used as input by- tokenSparklines: Returns a list of token simple chart data (sparklines) for the given tokens.