Skip to main content
We’re excited to announce that foreign currency support is now available in the Web SDK for Mesh Deposit. You can now display balances and amounts in multiple currencies outside of USD to better serve your global user base.

Supported Currencies

The following currencies are currently supported:
  • USD - US Dollar
  • GBP - British Pound
  • EUR - Euro

How to Enable

To enable foreign currency support, set the displayFiatCurrency parameter in your Web SDK configuration to one of the three supported currency codes listed above. Please ensure you pass one of these three values when initializing the SDK. Example:
useEffect(() => {
    setLinkConnection(
      createLink({
        clientId: clientId,
        language: 'en',
        displayFiatCurrency: 'EUR'

UI Behaviour

By specifying a non-USD currency, all fiat amounts in Mesh Link will display in the specified currency. Examples: Screenshot 2025-12-11 at 3.41.46 PM.png Screenshot 2025-12-11 at 3.42.17 PM.png

How to Test

Step 1: Go to Mesh dashboard → Interactive Demo Screenshot 2025-12-11 at 3.29.45 PM.png Step 2: Select Mesh Deposit Screenshot 2025-12-11 at 3.32.17 PM.png Step 3: Specify a foreign currency you’d like to support Screenshot 2025-12-11 at 3.33.14 PM.png Note: CAD (Canadian dollar) is NOT SUPPORTED. It is added for testing an edge case when an unsupported currency is entered, it should fall back to USD display.