3. Lấy thông tin tài sản
Method:
GETDescription: Lấy thông tin tài sản (tiểu khoản master)
Parameters:
investorId: Mã investorId của Khách Hàng
Response:
{
"name": "",
"bankId": 0,
"bankAccountId": 0,
"investorId": 1000000001,
"investorAccountId": 1000000001,
"totalAsset": 0.0,
"investorCount": 0,
"dealCount": 1.0,
"totalDealValue": 0.0,
"totalDebt": 0.0,
"totalSecure": 9540000.0,
"nav": 1.044863572116E10,
"totalOpenQuantity": 0,
"totalOpenValue": 0.0,
"totalLoanCash": 0.0,
"totalLoanStock": 0.0,
"collateralLong": 0.0,
"collateralShort": 0.0,
"availableCash": 1.0437906825E10,
"initCash": 1.0437906825E10,
"taxCredit": 1756499.95,
"withdrawalCash": 1.0437906825E10,
"holdOvernightSecure": 0.0,
"estimateHoldOvernightSecure": 0.0,
"withdrawFee": 0.0,
"withdrawThreshold": 5.0E17,
"withdrawGuaranteeAmount": 0.0,
"navExcludeEstimatedProfit": 1.0437906825E10,
"depositionalCash": 0.0,
"vsdSecureDepositFee": 0.0,
"pendingVsdSecure": 0.0,
"receivable": 0.0,
"cashOnHand": 0.0,
"totalDerivativeDealSecure": 9540000.0,
"holdCollateralFee": 0.0,
"maxWithdraw": 1.0437906825E10,
"maxWithdrawPoint": 1.0437906825E10,
"createdDate": "2025-11-28T03:56:17.090Z",
"id": 1000000001
}Mô tả (các field quan trọng):
investorId: investorId của Khác HànginvestorAccountId: id của tiểu khoản chínhmaxWithdraw: số tiền tối đa có thể rútnav: tài sản rònginitCash: cọc còn lại đầu ngàyreceivable: lãi/lỗ đã chốt trong ngàytotalDerivativeDealSecure: tổng cọc trong deal
Last updated