There is a restriction in place on the last ladder entry you are able to retrieve which is set to 15000.
15000
Get the first 200 characters in the SSF Standard ladder. We also set track: 1 to add a unique identifier to each character.
track: 1
const ladder = await PathOfExile.Ladders.get("SSF Standard", { limit: 200, track: 1 });
https://api.pathofexile.com/ladders/id
APIError
Generated using TypeDoc
There is a restriction in place on the last ladder entry you are able to retrieve which is set to
15000
.Get the first 200 characters in the SSF Standard ladder. We also set
track: 1
to add a unique identifier to each character.https://api.pathofexile.com/ladders/id
APIError