{ "opencollection": "1.0.0", "info": { "name": "Fincra Account Resolution Quotes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Generate a quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.fincra.com/quotes/generate", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a time-bound FX quote for a conversion or cross-currency payout. Quotes are valid for 30 seconds on cross-currency flows." } ] } ], "bundled": true }