Retrieve exchange rates for a specific store.
GET/api/v1/stores/:storeId/rates
Returns current Bitcoin exchange rates for all currency pairs configured in the store.
The rate is fetched live from the exchange provider at the time of the request. Use this to display a fiat price preview before creating an invoice, or to convert SAT amounts to the merchant's preferred currency in your UI.
Request
Responses
- 200
- 400
- 500
Successfully retrieved exchange rates.
Bad request due to invalid input.
Internal server error occurred.