API: JS: Top 10 lists: getlist-top10traders-js
Returns a Javascript-encoded list of the top 10 traders during current month. The list can return:
- Top sellers
- Top buyers
The list is updated each month
Url:
http://api.goozex.com/public/api/jscript/top10list/getlist-top10traders-js.asp
Call as:
getlist-top10traders-js.asp?&listtype=[S | B]
Parameters:
listype: (optional) specifies type of list
S = Top sellers
B = Top buyers
Example:
<SCRIPT LANGUAGE="JavaScript" src="http://api.goozex.com/public/api/jscript/top10list/getlist-top10traders-js.asp?listtype=B">
</SCRIPT>