Skip to main content
Deeplinks allow users to access Mini Apps directly from external sources like websites, QR codes, or other apps. There are two URL schemes available depending on where the redirection originates: Use the https://www.lemon.me universal link in emails, social media posts, websites, QR codes, or any external source. It ensures the link works even if the app is not installed, falling back to the web.
DeeplinkURL
Mini App Detail Pagehttps://www.lemon.me/app/mini-apps/detail/:mini-app-id
Launch Mini Apphttps://www.lemon.me/app/mini-apps/webview/:mini-app-id

In-App

Use the lemoncash:// scheme only when redirections occur within the Lemon Cash app (e.g., navigating between screens or Mini Apps).
DeeplinkURL
Mini App Detail Pagelemoncash://app/mini-apps/detail/:mini-app-id
Launch Mini Applemoncash://app/mini-apps/webview/:mini-app-id

Getting Your Mini App ID

Important: You need to request your Mini App ID from the Lemon Cash team until the developer dashboard is ready.

Usage Examples

From a Website or Email
<a href="https://www.lemon.me/app/mini-apps/detail/my-mini-app-id">
  Open My Mini App
</a>

WebView Communication

Learn how Mini Apps communicate with the Lemon Cash app.

Getting Started

Get started building your Mini App.