cosmology-tech / cosmology

CLI and TS library for the Cosmos ⚛️
MIT License
50 stars 20 forks source link

Update pools query pagination limit to 2000 #30

Closed aidanaden closed 1 year ago

aidanaden commented 1 year ago

The current pagination limit when querying for osmosis pools is 1000, with the total number of pools currently at 925 (verify here).

To deal with the growing number of pools, pagination limit should be increased to 1500 to ensure all pools are queried.

PS. would be very helpful if anyone knows of a way to query the pools endpoint such that all pools are returned WITHOUT having to set the pagination.limit query parameter (so we don't have to update this again)