davesag / ir-api

A NodeJS Client for Independent Reserve's API
MIT License
6 stars 6 forks source link

getTransaction pageSize validation is wrong #773

Closed omniwolf closed 4 months ago

omniwolf commented 4 months ago

Max pageSize value is now 5000.

See here: https://www.independentreserve.com/au/features/api#GetTransactions

omniwolf commented 4 months ago

I created a PR for this

https://github.com/davesag/ir-api/pull/774

davesag commented 4 months ago

thanks