From cfc2595b745f356b83496cbe92b690649d7a8cdc Mon Sep 17 00:00:00 2001 From: Step7750 Date: Mon, 1 Sep 2025 22:41:09 -0600 Subject: [PATCH] Adds Details on Listing Pagination via Cursor #9 --- source/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.md b/source/index.html.md index 4ace606..0897e83 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -125,7 +125,7 @@ This endpoint retrieves all active listings on CSFloat Market. Parameter | Default | Description --------- | ------- | ----------- -page | 0 | Which page of listings to start from +cursor | | Opaque cursor string from a previous fetch, used to fetch the next results limit | 50 | How many listings to return. Max of 50. sort_by | `best_deal` | How to order the listings. Can be one of: category | 0 | Can be one of: 0 = `any`, 1 = `normal`, 2 = `stattrak`, 3 = `souvenir`