action tokenmetrics_quantmetrics_tier2 { label: "Quantmetrics Tier 2" description: "Quantmetrics Tier 2" provider: tokenmetrics method: GET path: "/v1/quantmetrics-tier-2" encoding: json input: { type: "object" properties: { date: { type: "string" } limit: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }