You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| addressIn | `string[]` | **No** | Filters results to include only addresses in the provided list. Helps to check, for example, if several addresses are added to the whitelist |
324
+
| orderDirection | `'asc' \|'desc'` | **No** | Specifies the sorting order. Defaults to `desc` (descending order) |
325
+
| search | `string` | **No** | Filters results by the address field |
326
+
| limit | `number` | **No** | Limits the number of addresses returned. Defaults to 100 |
327
+
| skip | `number` | **No** | Skips the specified number of addresses. Defaults to 0 |
327
328
328
329
#### Returns:
329
330
@@ -359,13 +360,14 @@ Fetch the blocklist for blocklisted vaults. Addresses included in this list are
| addressIn | `string[]` | **No** | Filters results to include only addresses in the provided list. Helps to check, for example, if all OFAC addresses are added to the blocklist |
367
+
| orderDirection | `'asc' \|'desc'` | **No** | Specifies the sorting order. Defaults to `desc` (descending order) |
368
+
| search | `string` | **No** | Filters results by the address field |
369
+
| limit | `number` | **No** | Limits the number of addresses returned. Defaults to 100 |
370
+
| skip | `number` | **No** | Skips the specified number of addresses. Defaults to 0 |
0 commit comments