| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

---

### lendborrowId

- **Type:** string  
- **Enum:**

The unique ID to specify the lending and borrowing protocol for routing relevant queries or transactions.

```plaintext
1000100010031005120012021203120412051206120711001300130214001401140214031404
```

Show 18 enum values

### assets

- **Type:** string  
- **Required**

Comma-separated list of asset address of Morpho vaults.

### address

- **Type:** string

Public address of the user.

### vsCurrencies

- **Type:** string

Comma-separated list of currencies to include in the response.

### useCustomVaults

- **Type:** boolean

A boolean flag to scope the API request. If true, the request will be processed using the partner's dedicated vaults. If false or omitted, it uses the standard public pools.

```plaintext
falsetruefalse
```

### markets

- **Type:** string

Comma-separated list of market Ids of Morpho markets.

### vaults

- **Type:** string

Comma-separated list of vaults addresses of Morpho vaults.

# 200 Successful response

---

```bash
curl --request GET \
     --url https://svc.blockdaemon.com/defi/v1/lendborrow/getpools \
     --header 'accept: application/json'
```

---
