{ "opencollection": "1.0.0", "info": { "name": "Crown API & Webhooks Accounts Quotes API", "version": "1.0.0" }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Create a quote for currency/token conversion", "type": "http" }, "http": { "method": "POST", "url": "https://app.crown-brlv.com/api/v0/quotes", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a quote for converting between different assets (fiat currencies and tokens). Either source-amount OR target-amount must be provided, but not both." } ] } ], "bundled": true }