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:Documentation Index
Fetch the complete documentation index at: https://lemoncash.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Universal Link (Recommended)
Use thehttps://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.
| Deeplink | URL |
|---|---|
| Mini App Detail Page | https://www.lemon.me/app/mini-apps/detail/:mini-app-id |
| Launch Mini App | https://www.lemon.me/app/mini-apps/webview/:mini-app-id |
In-App
Use thelemoncash:// scheme only when redirections occur within the Lemon Cash app (e.g., navigating between screens or Mini Apps).
| Deeplink | URL |
|---|---|
| Mini App Detail Page | lemoncash://app/mini-apps/detail/:mini-app-id |
| Launch Mini App | lemoncash://app/mini-apps/webview/:mini-app-id |
Getting Your Mini App ID
Usage Examples
From a Website or EmailRelated Concepts
WebView Communication
Learn how Mini Apps communicate with the Lemon Cash app.
Getting Started
Get started building your Mini App.