action openfintech_get_exchangers { label: "List of exchangers" description: "Returns list of exchange markets. Each object contains general information about exchanger such as name and status, also information about rates export and related link to main organization.
\nRates export standards is represented by:\n* [estandards](http://estandards.info)\n* [jsons](http://jsons.info)\n* ratex - our internal standard\n" provider: openfintech method: GET path: "/exchangers" encoding: json input: { type: "object" properties: { sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }