Provider’s LiveApp | Developers

Provider's LiveApp

Estimated reading time: Less than a minute

The LiveApp needs to respond to a deeplink with some parameters.

The deeplink format is already fixed and will depend on the information you provided inside your LiveApp manifest (ex: ledgerlive://discover/swapprovidername). The query params for this deeplink are:

  • quoteId: The id retrieved by Ledger’s backend during a quote request
  • fromAddress: The user’s address that will be used for the payin transaction.
  • fromAddressId: The user’s address id in Ledger Live repository.
  • toAddress: The user’s address that will be used for the payout transaction.
  • toAddressId: The user’s address id in Ledger Live repository.
  • feeStrategy: SLOW, MEDIUM or FAST.

Example: ledgerlive://discover/swapprovidername?quoteId=1234&fromAddress=0xFFFFFFF&fromAddressId=67&toAddress=0xFFFFFFF&toAddressId=89&feeStrategy=SLOW


Did you find this page helpful?


How would you improve this page for developers?



Ledger's Endpoints
Ledger's WalletAPI SDK
Getting Started
Theme Features
Customization

Swap