From 22aba38eb5b172105c5bb8869487906234cb63cf Mon Sep 17 00:00:00 2001 From: dtfiedler Date: Thu, 24 Oct 2024 09:24:53 -0500 Subject: [PATCH] chore(docs): fix readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.