orders
Get Borrow Request By State
GET
https://localhost:3000/api/orders/borrow/:state
This endpoint allows you to get borrow requests by an state
Path Parameters
Name
Type
Description
state
string
`available`, `closed` or state number
Get Loan Offers By State
GET
https://localhost:3000/api/orders/lend/:state
Path Parameters
Name
Type
Description
state
string
`available`, `closed` or state number
Last updated
Was this helpful?