Get current exchange rate between two currencies.
Returns the current exchange rate from the “from” currency to the “to” currency. The exchange rate is updated roughly every 30s. Note that as of this writing, Bridge does not offer a “quote” by which a user can lock in a rate for a given amount of time. This is provided only as a courtesy to estimate what you are likely to get in a subsequent transfer request that involves currency exchange.
As of March 2026, we support:
USD <> BRLUSD <> COPUSD <> EURUSD <> GBPUSD <> MXNUSD <> USDT
Authorizations
Query Parameters
The currency code to convert from.
brl, cop, eur, gbp, mxn, usd, usdt The currency code to convert to.
brl, cop, eur, gbp, mxn, usd, usdt Response
The exchange rate information.
The midmarket exchange rate.
"0.93425"
The rate for buying the target currency, including Bridge's fee.
"0.9389"
The rate for selling the target currency, including Bridge's fee.
"0.9296"
The timestamp when the exchange rate was last collected from the market data provider.
"2026-01-15T12:00:00.000Z"
