{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Rate API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Rate", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Exchange Rates Rate Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/exchange_rates/:rate_id", "params": [ { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "rate_id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Retrieves the exchange rates from the given currency to every supported currency.
" } ] } ], "bundled": true }