I'm trying to use the Orders endpoint in the new LC API to get my open "sell" orders, similar to the example in the API documentation:
/api/investor/v1/secondarymarket/accounts/70654/orders?orderType=SELL
I get back orders with the following statuses:
'CANCELED_TIME_EXPIRED', 'CANCELED_BY_DEFAULT_OR_CHARGE_OFF', 'CANCELED_BY_PAYMENT', 'SETTLED', 'CANCELED_BY_SELLER'
but I do not get any with status IN_LISTING. I do have notes currently for sale- I see them at
https://www.lendingclub.com/foliofn/tradingAccount.action- so I expect them to be IN_LISTING. Has anyone used this API successfully to get open sell orders?
Pleease don't suggest I contact LC support
