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.
Usage
Parameters
The amount to withdraw.
The tokenName name (e.g., ‘USDC’, ‘USDT’, ‘ETH’).
The chain id to use for the withdrawal.
Returns
The result of the withdrawal attempt.
SUCCESS: The withdrawal was successful.FAILED: The withdrawal failed.CANCELLED: The withdrawal was cancelled by the user.PENDING: The withdrawal is pending confirmation.
Contains the transaction hash of the withdrawal transaction. Only present when the result is
SUCCESS or PENDING.txHash: The transaction hash.
Contains the error information when the withdrawal fails. Only present when the result is
FAILED.message: The error message.code: The error code.
Demo
Related Functions
Deposit
Deposit funds to your Mini App Wallet.
Call Smart Contract
Interact with smart contracts on the blockchain.