Skip to main content
The Borderless Benchmark widget displays fiat/stablecoin exchange rates for the last 30 days. The chart renders:
  • Average buy/sell prices (lines)
  • Min/Max bands across Borderless providers
If you’re just getting started, please check out our quick start guide.

Production widget URL

Please use the following URL when embedding the widget or using it in additional context: https://widget.borderless.xyz/rates

Quick start

Embed the widget via an iframe:
<iframe
  src="https://widget.borderless.xyz/rates"
  allow="clipboard-write"
  width="100%"
  height="800"
  style="border: 0;"
  loading="lazy"
  referrerpolicy="no-referrer"
></iframe>

Query parameters

You can control defaults and UI visibility with URL params.
  • Core Parameters
  • UI Elements
  • Chart Elements
fiat
string
required
The specified local fiat currency. (e.g. ARS, USD, BRL, EUR)
asset
string
required
The stablecoin to display and compare against. (e.g. USDC, USDT)
centralMetric
median | average
default:"average"
The metric value visualized in the widget. (e.g. average or median)
orientation
forward | reversed
default:"forward"
The direction the rates data is visualized. (e.g. sorting)
Boolean syntax supported: ?hideHeader=true/1/yes/on or false/0/no/off.

Preselected fiat/asset

<iframe
  src="https://widget.borderless.xyz/rates?fiat=USD&asset=USDC"
	allow="clipboard-write"
  width="100%"
  height="800p"
  style="border: 0;"
  loading="lazy"
  referrerpolicy="no-referrer"
></iframe>

Only Chart with preselected values

<iframe
  src="https://widget.borderless.xyz/rates?fiat=USD&asset=USDC&chartOnly"
	allow="clipboard-write"
  width="100%"
  height="600"
  style="border: 0;"
  loading="lazy"
  referrerpolicy="no-referrer"
></iframe>
Recommendations
  • Sizing: Set width=“100%” and adjust height (600-1000px recommended).
  • Background: If you pass hideBackground, also set style=“background:transparent;” on the iframe to match the host page.
  • Accessibility: Provide a descriptive title on the iframe, e.g., title=“Exchange Rates (ARS/USDC)”.
If you have any questions, please don’t hesitate to reach out to us via email or slack.