Returns
List of sparkline data per token.
Arguments
input
TokenSparklineInput!
required
Sparkline query parameters.
Example
{
tokenSparklines(
input: {ids: ["So11111111111111111111111111111111111111112:1399811149"], resolution: "60"}
) {
id
resolution
attribute
sparkline {
timestamp
value
}
}
}
Playground