action tokenmetrics_market_indicator { label: "Market Indicator" description: "Market Indicator" provider: tokenmetrics method: GET path: "/v1/market-indicator" encoding: json input: { type: "object" properties: { endDate: { type: "string" } limit: { type: "string" } startDate: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }