Purchase account balance
get purchase account balance post /selling/api/loans/purchase/balance get the current balance of the purchase account that would be used for the specified purchase parameters use this to verify sufficient funds before executing a purchase request body { "date" "2026 08 05", "loantype" 1, "issuingbank" "crb", "mplid" "abc", "investorid" "investor name" } field type required description date string yes purchase date in yyyy mm dd format must be a fed day loantype integer yes loan type 1 = hfs, 2 = lthfs issuingbank string yes issuing bank identifier (e g , "crb") mplid string yes mpl identifier investorid string no investor identifier (optional) response 200 ok returns a number (decimal) representing the account balance 2500000 00 example request post /selling/api/loans/purchase/balance content type application/json { "date" "2026 08 05", "loantype" 1, "issuingbank" "crb", "mplid" "abc", "investorid" "xyz investor" } use cases pre purchase validation ensure sufficient funds before calling the purchase api insufficient funds detection alert when balance is too low multi purchase planning calculate if account can handle multiple purchase batches