addLiquidity
Add funds to a liquidity mining pool by specifying token amounts and account types, requiring user confirmation before execution.
Instructions
Inject funds into a Liquidity Mining pool.
quoteAmountandbaseAmountare conditionally required: at least one must be providedquoteAccountTypeis required when injecting quoteCoin;baseAccountTypeis required when injecting baseCoinorderLinkIdis used for idempotency; max 40 characters; once used, the same value cannot be reused — resubmission returns an error
Rate Limit: 5 req/s (UID)
Agent hint: IMPORTANT: This commits real assets to a liquidity pool. Before executing, you MUST ask the user to explicitly confirm the product, token amounts, and any impermanent-loss risk. Do not execute automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| productId | Yes | ||
| orderLinkId | Yes | ||
| quoteAccountType | No | ||
| baseAccountType | No | ||
| quoteAmount | No | ||
| baseAmount | No | ||
| leverage | No |