action polygon_get_v1_currencies { label: "Available Currencies" description: "Get a list of the currencies that polygon.io streams.\n" provider: polygon method: GET path: "/v1/currencies" encoding: json output: { type: "object" additionalProperties: true } }