Skip to main content
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',
        theme: 'system',
        displaycurrency: 'eur'
Note:  displayAmountInFiat and other fiat fields will be fully compatible with this new feature

UI Behaviour

By specifying a non-USD currency, all fiat amounts in Mesh Link will display in the specified currency. Examples:
Screenshot2025 12 11at3 41 46PM
Screenshot2025 12 11at3 42 17PM