Total purchase amount
post/selling/api/loans/purchase/total calculate the expected total purchase amount before executing the purchase sample request { "date" "2025 01 01", "loantype" 1, "issuingbank" "crb", "mplid" "yourmplid", "investorid" "\[yourinvestorid]", "datefilter" { "datetype" "\[fundeddate], "fromdate" "2026 05 14t06 40 03 854z", "todate" "2026 05 14t06 40 03 854z" }, "purchaseaccountnumber" "2392433617" } attributes description parameter description date purchase date in yyyy mm dd format must be a federal reserve business day (required) loantype loan type 1 = hfs (held for sale), 2 = lthfs (long term held for sale), 3 = ret (retained) (required) issuingbank issuing bank identifier (e g , "crb") (required) mplid your marketplace lender identifier (required) investorid your investor identifier (required) purchaseaccountnumber specific purchase account to use if omitted, the default account for your investor will be used (optional) sample response { "totalamount" 1523456 78 }