action tokenmetrics_trader_grades { label: "Trader Grades" description: "Trader Grades" provider: tokenmetrics method: GET path: "/v1/trader-grades" 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 } }