Your open orders (unified)
GET/v1/data/lending/orders
A user's own cancellable/pending orders on an order-book or auction lender, normalized into ONE shape:
MORPHO_MIDNIGHT_<id>→ signed maker limit offers (kind: 'maker-offer'), cancel via/v1/actions/midnight/cancel.TERM_FINANCE_<id>→ secondary repo-token listings (kind: 'listing') + primary sealed-bid auction submissions (kind: 'auction-offer'|'auction-bid'), managed via/v1/actions/term/*.
Each order carries a self-describing cancel action ({ method, path, query }) pointing at the exact endpoint, so one Cancel button works for every provider. aprPct is null while an auction price is still sealed. To TAKE (fill) other users' liquidity, use the standard lending actions + the unified ladder at /v1/data/lending/book.
Request
Responses
- 200
- 400
The account's own orders on the market
Validation error