Skip to content

Commit

Permalink
"priceMin" for getbarterondeals
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Dec 13, 2023
1 parent 9ccf88e commit 6b90e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/en/developers/modules/ROOT/pages/barteron.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ NOTE: `rating` is integer that represents float * 10, so 35 means that user rati
"addresses": ["ADDRESS1", "ADDRESS2"], // Filter potencial offers with these account addresses
"excludeAddresses": ["ADDRESS3", "ADDRESS4"], // Filter potencial offers by excluding offers with these addresses
"location": "v3g9s%", // An SQLite3 language expression to be used with `LIKE` operator when comparing locations
"price": -1, // Max amount of offer price
"priceMax": 1000, // Maximal offer price
"priceMin": 10, // Minimal offer price
"mytags": [1,3,4], // Filter potencial offers by the tags they are exchangable for
"theirTags": [5,6,7], // Filter potencial offers by their tags
// Pagination
Expand Down

0 comments on commit 6b90e57

Please sign in to comment.