action openfintech_get_exchangers_id { label: "Exchanger by ID" description: "Returns exchanger with specific ID.\n" provider: openfintech method: GET path: "/exchangers/{id}" encoding: json output: { type: "object" additionalProperties: true } }