Currently, Ledger Live will open with this scheme:
- ledgerlive://
Every route is preceded by the protocol **_ledgerlive://**_
-
portfolio 🠒 Portfolio page (default landing)
ledgerlive://orledgerlive://portfolio -
accounts 🠒 Accounts Page
ledgerlive://accountswill redirect to accounts page -
account?currency 🠒 Account Page
ledgerlive://account?currency=btcwill open first bitcoin account found- currency => the ticker or name of the currency required
-
send?currency?amount?recipient 🠒 Send Flow
ledgerlive://sendwill redirect to send page`ledgerlive://send?currency=ethereum` will redirect to send page with the first ethereum account foundledgerlive://send?currency=ethereum&recipient=0xex...xxx&amount=3will redirect to send page with the first ethereum account found and recipient and amount prefilled- *currency* => the ticker of the currency **required** - *amount* => the amount to send - *recipient* => the address to send to -
receive?currency 🠒 Receive Flow
ledgerlive://receive?currency=ethereumwill redirect to receive page with the first ethereum account found- *currency* => the ticker or name of the currency **required** -
delegate?currency_ 🠒 Send Flow
`ledgerlive://delegate?currency=tron` will redirect to delegation page with the first tron account found - *currency* => the ticker or name of the currency **required** - *validators* => TBD - no ready yet
-
_buy 🠒 Buy Crypto Flow
ledgerlive://buywill redirect to buy page -
swap 🠒 Swap Crypto Flow
ledgerlive://swapwill redirect to swap page -
manager 🠒 Device Management Flow
ledgerlive://managerwill redirect to manager page -
manager?installApp 🠒 Device Management Flow
ledgerlive://manager?installApp=bitcoinwill redirect to manager page with a pre-filled search for bitcoin- *installApp* => the search query to be pre-filled when the manager opens
-
discover 🠒 Live discover catalog
ledgerlive://discoverwill redirect to discover page -
discover/:APP_ID?params... 🠒 Live discover catalog
ledgerlive://discover/paraswap?accountId=1will redirect to the discover catalog page of paraswa with a pre-selected first account- *APP_ID* => the url param app id - *?params* => the url query params that will be transmitted to the app, you should refer to each apps documentation in order to use them.