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

# Get rates

Returns the latest exchange rate. The rate includes the Bringin fee plus any additional markup.

Works with **master key** or **per-user key**.

<ParamField body="ticker" type="string" required>
  Currency pair. Supported: `USDCEUR`, `BTCEUR`, `ETHEUR`, `USDTEUR`
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "ticker": "USDCEUR",
    "price": "0.91",
    "bringinPrice": "0.9018",
    "currency": "EUR",
    "timestamp": 1742911487157
  }
  ```
</ResponseExample>

| Field          | Description                                      |
| -------------- | ------------------------------------------------ |
| `price`        | Market rate                                      |
| `bringinPrice` | The price at which the swap happens (after fees) |
