diff --git a/README.md b/README.md index a2e63a0a..bec50e5a 100644 --- a/README.md +++ b/README.md @@ -599,6 +599,8 @@ Available `sortBy` options are any of the keys on the record object, e.g. `name` } ``` + + #### `getAuctions({ cursor, limit, sortBy, sortOrder })` Retrieves all active auctions of the IO process, paginated and sorted by the specified criteria. The `cursor` used for pagination is the last auction name from the previous request.