Summary
A way to automatically stock all tradable items you can afford with your syndicates. The amount of standing you have with each faction can be retrieved here: https://api.warframe.com/cdn/getProfileViewingData.php?playerId=[PLAYERID]
Problem Statement
The default way of adding items is slow, and managing visibility of all of those items is a nightmare.
Proposed Solution
Retrieve standing via the above API endpoint
List all affordable items
When a trade is made regarding the item, check the endpoint again
Adjust active trades based on updated data
Use Cases
Selling syndicate mods and items is a great revenue stream, at roughly 10 plat for 25k standing, a player (with high enough standing cap) could earn around 100 plat per day if all standing limits are reached.
Summary
A way to automatically stock all tradable items you can afford with your syndicates. The amount of standing you have with each faction can be retrieved here:
https://api.warframe.com/cdn/getProfileViewingData.php?playerId=[PLAYERID]Problem Statement
The default way of adding items is slow, and managing visibility of all of those items is a nightmare.
Proposed Solution
Retrieve standing via the above API endpoint
List all affordable items
When a trade is made regarding the item, check the endpoint again
Adjust active trades based on updated data
Use Cases
Selling syndicate mods and items is a great revenue stream, at roughly 10 plat for 25k standing, a player (with high enough standing cap) could earn around 100 plat per day if all standing limits are reached.