action tokenmetrics_price { label: "Price" description: "Price" provider: tokenmetrics method: GET path: "/v1/price" encoding: json input: { type: "object" properties: { endDate: { type: "string" } limit: { type: "string" } page: { type: "string" } startDate: { type: "string" } tokens: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }