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
Copy file name to clipboardExpand all lines: source/index.html.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -130,15 +130,15 @@ limit | 50 | How many listings to return. Max of 50.
130
130
sort_by | `best_deal` | How to order the listings. Can be one of: <ul><li>`lowest_price`</li><li>`highest_price`</li><li>`most_recent`</li><li>`expires_soon`</li><li>`lowest_float`</li><li>`highest_float`</li><li>`best_deal`</li><li>`highest_discount`</li><li>`float_rank`</li><li>`num_bids`</li></ul>
131
131
category | 0 | Can be one of: 0 = `any`, 1 = `normal`, 2 = `stattrak`, 3 = `souvenir`
132
132
def_index | | Only include listings that have a one of the given def index(es)
133
-
min_float | | Only include listings that have a float higher then this
134
-
max_float | | Only include listings that have a float lower then this
133
+
min_float | | Only include listings that have a float higher than this
134
+
max_float | | Only include listings that have a float lower than this
135
135
rarity | | Only include listings that have this rarity
136
136
paint_seed | | Only include listings that have this paint seed
137
137
paint_index | | Only include listings that have this paint index
138
138
user_id | | Only include listings from this SteamID64
139
139
collection | | Only include listings from this collection (ie. `set_bravo_ii`, derived from the schema)
140
-
min_price | | Only include listings have a price higher then this (in cents)
141
-
max_price | | Only include listings have a price lower then this (in cents)
140
+
min_price | | Only include listings have a price higher than this (in cents)
141
+
max_price | | Only include listings have a price lower than this (in cents)
142
142
market_hash_name | | Only include listings that have this market hash name
143
143
type | | Either `buy_now` or `auction`
144
144
stickers | | Must be in the form: <code>ID|POSITION?[,ID|POSITION?...]</code>. Position being the sticker slot on the weapon.
0 commit comments