Getting Pair Lists
You could query pair lists using Factory contracts for each volatile / stable pairs.
To avoid errors in queries due to an excessively long list, we support pagination. Please check the pool length and, if it's too long, query in segments to avoid hitting the limit. Both Stable and Volatile pool factories support this feature, and the interface is the same for both.
Last updated