action tokenmetrics_resistance_support { label: "Resistance & Support" description: "Resistance & Support" provider: tokenmetrics method: GET path: "/v1/resistance-support" encoding: json input: { type: "object" properties: { endDate: { type: "string" } limit: { type: "string" } startDate: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }