该接口用于对指定证券账号的现金进行冻结操作。通过传入账号 account_no、币种 currency、冻结金额 frozen_amount 及业务码 biz_code 等参数,将对应金额从可用余额中冻结,并返回业务流水号 serial_num。该接口支持风控校验开关 require_risk_check 及幂等控制 request_id,冻结后的资金需通过解冻接口或解冻扣款接口进行后续处理。This interface is used to freeze cash in a specified securities account. By providing the account number account_no, currency currency, freeze amount frozen_amount, and business code biz_code, it locks the corresponding amount from the available balance and returns a business serial number serial_num. The interface supports a risk control check toggle require_risk_check and idempotency control request_id. Frozen funds must be subsequently processed through the unfreeze or unfreeze-debit interface.
Request
Authorization
Body Params application/json
account_no
string
required
Account NO Eg:L6VQEU00121996(证券账号,例如:L6VQEU00121996)