> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luminpay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Get the current exchange rate



## OpenAPI

````yaml /openapi.json get /rates
openapi: 3.0.0
info:
  title: LuminPay API
  description: Stablecoin merchant payments.
  version: '0.1'
  contact: {}
servers: []
security: []
tags: []
paths:
  /rates:
    get:
      tags:
        - Rates
      summary: Get the current exchange rate
      operationId: RatesController_getRate
      parameters: []
      responses:
        '200':
          description: ''

````