{ "opencollection": "1.0.0", "info": { "name": "fastFOREX.io admin currency API", "version": "2.3.2" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "currency", "type": "folder" }, "items": [ { "info": { "name": "GET /fetch-one", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/fetch-one", "params": [ { "name": "from", "value": "", "type": "query", "description": "Base currency symbol (physical or digital), defaults to USD" }, { "name": "to", "value": "", "type": "query", "description": "Target currency symbol (physical or digital), defaults to USD" } ] }, "docs": "Fetch a single currency exchange rate, from and to any supported physical or digital currency. Midpoint spot rate." }, { "info": { "name": "GET /fetch-multi", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/fetch-multi", "params": [ { "name": "from", "value": "", "type": "query", "description": "Base currency 3-letter symbol, defaults to USD" }, { "name": "to", "value": "", "type": "query", "description": "Target currencies, comma separated list of 3-letter symbols" } ] }, "docs": "Fetch multiple target exchange rates from a single source currency. Midpoint spot rates." }, { "info": { "name": "GET /fetch-all", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/fetch-all", "params": [ { "name": "from", "value": "", "type": "query", "description": "Base currency 3-letter symbol, defaults to USD" } ] }, "docs": "Fetch all available currency rates for the supplied source currency. Midpoint spot rates." }, { "info": { "name": "GET /fetch-many-to-one", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/fetch-many-to-one", "params": [ { "name": "from", "value": "", "type": "query", "description": "Source currencies, comma separated list of 3-letter symbols" }, { "name": "to", "value": "", "type": "query", "description": "Target currency 3-letter symbol, defaults to USD" } ] }, "docs": "Fetch a set of many source currency rates to a single target currency (inverse of /fetch-multi). Midpoint spot rates. Costs one API call per pair returned." }, { "info": { "name": "GET /fetch-matrix", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/fetch-matrix", "params": [ { "name": "from", "value": "", "type": "query", "description": "Source currencies, comma separated list of 3-letter symbols" }, { "name": "to", "value": "", "type": "query", "description": "Target currencies, comma separated list of 3-letter symbols" } ] }, "docs": "Fetch a matrix of multiple from/to currency pairs. Midpoint spot rates. Costs one API call per pair returned." }, { "info": { "name": "GET /convert", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/convert", "params": [ { "name": "from", "value": "", "type": "query", "description": "Base currency symbol (physical or digital)" }, { "name": "to", "value": "", "type": "query", "description": "Target currency symbol (physical or digital)" }, { "name": "amount", "value": "", "type": "query", "description": "Amount of source currency to convert" }, { "name": "precision", "value": "", "type": "query", "description": "Rounding precision for converted amount, defaults to 2 decimal places" } ] }, "docs": "Convert an amount of one currency into another currency (supports physical and digital currencies)" }, { "info": { "name": "GET /historical", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/historical", "params": [ { "name": "date", "value": "", "type": "query", "description": "UTC date in YYYY-MM-DD format. As far back as Jan 1970, depending on the currency pair." }, { "name": "from", "value": "", "type": "query", "description": "Base currency 3-letter symbol, defaults to USD" }, { "name": "to", "value": "", "type": "query", "description": "Target currencies, comma separated list of 3-letter symbols. Defaults to all currencies if omitted" } ] }, "docs": "Fetch midpoint currency exchange rates for a date in the past" }, { "info": { "name": "GET /time-series", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/time-series", "params": [ { "name": "from", "value": "", "type": "query", "description": "Base currency 3-letter symbol, defaults to USD" }, { "name": "to", "value": "", "type": "query", "description": "Target currency 3-letter symbol" }, { "name": "start", "value": "", "type": "query", "description": "UTC start date in YYYY-MM-DD format. As far back as Jan 1970, depending on the currency pair." }, { "name": "end", "value": "", "type": "query", "description": "UTC end date in YYYY-MM-DD format. As far back as Jan 1970, depending on the currency pair." }, { "name": "interval", "value": "", "type": "query", "description": "ISO8601 duration, such as P1D (daily). Defaults to P1D. Currently only supports daily." } ] }, "docs": "Fetch a time-series dataset of daily currency exchange rates for the specified interval (only daily supported currently). See our FX quote & OHLC time-series endpoints for more granular data." }, { "info": { "name": "GET /currencies", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastforex.io/currencies" }, "docs": "Fetch a list of 160+ supported currencies with symbols. Also see /crypto/currencies" } ] } ], "bundled": true }