https://api.lbkrs.com/v4/portfolio/withdraw/preParameters
currencystringqueryRequiredWithdrawal currency, such as HKD, USD, or CNH
card_idstringqueryWithdrawal bank card id, taken from the withdrawal bank card list operation. When omitted, only the amount information is returned, without the card-specific arrival times and fee tiers
account_channelstringqueryTenant channel
from_app_pagestringqueryPayout scenario source, distinguishing a standard payout from a southbound or northbound payout; used only by some tenant channels
withdrawnorth_withdrawsouth_withdraw
sm3_codestringqueryVerification code; used only by some tenant channels
Responses
HTTP 200The request succeeded. The response body contains the result of the “Get withdrawal pre-check information” operation.codemessagedatadataobjectdata structurePer-currency breakdown of the withdrawable amount, used to show how the estimated maximum is composed
Child attributes
Currency
Withdrawable amount in that currency
Withdrawable cash amount; a withdrawal at or below this value follows the standard payout flow
Maximum withdrawable amount (the estimated maximum shown to the Client), including the money-market fund portion; a withdrawal above this value is not allowed
Withdrawable amount held in the money-market fund; a withdrawal between cash_amount and max_amount is paid out by redeeming it automatically
Estimated arrival time in business days, such as "1-2"; an empty string when there is no bank card or no configuration
Estimated arrival time when the payout redeems the money-market fund, in business days, such as "2-3"; an empty string when there is no configuration
Money-market fund advance status, meaningful only when mmf_amount is greater than 0:
- 1: no redemption needed; the platform advances the payout
- 2: the money-market fund must be redeemed before the payout
12
Whether a currency-related notice must be shown
Whether the payee address must be provided
Available payout methods; delivered only for some tenant channels
Child attributes
Payout method id
Payout method name
Localized payout method name
Fund direction:
- 0: both deposits and withdrawals
- 1: withdrawal
- 2: deposit
012
Fee and arrival-time tiers by withdrawal amount range; Broker App matches the entered amount to a tier and shows the corresponding fee notice
Child attributes
Lowest withdrawal amount this tier covers, which is also the minimum amount the Client can enter
Highest withdrawal amount this tier covers
Bank fee
Platform fee
Estimated arrival time for this tier
Estimated arrival time for this tier when the payout redeems the money-market fund
Explanatory text for the bank fee
HTTP 400The service rejected the request because a business rule or input validation failed. Review the business codes and correct the request before retrying.Business status code, 0 indicates success
Human-readable result or error message.