action tokenmetrics_investor_grades { label: "Investor Grades" description: "Investor Grades" provider: tokenmetrics method: GET path: "/v1/investor-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 } }