From 0a557c4e61585933becd0bf06ef83a00a9cc0ff7 Mon Sep 17 00:00:00 2001 From: andr3i-f <105520459+andr3i-f@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:35:56 -0700 Subject: [PATCH] Changed limit of 100 items to a limit of 50 items on index.html.md Can't request more than 50 items, regardless whether I pass in my authorization key. Not sure if I'm doing something wrong though. --- 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 6540dbf..692e01b 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -126,7 +126,7 @@ This endpoint retrieves all active listings on CSFloat Market. Parameter | Default | Description --------- | ------- | ----------- page | 0 | Which page of listings to start from -limit | 100 | How many listings to return. Max of 100. +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` def_index | | Only include listings that have a one of the given def index(es)