Get trade history - page number

@Hardik please help with some info on page number parameter of get trade history function

  1. What is the maximum number of trades in a page ?
  2. Is there an easy way to know how many pages of data we have for a selected date range ?

Hello @t7support

Sure, will add on documentation as well. Answering your questions here:

  1. In a single request (page), there are 20 trade records
  2. No, you will have to use a function which basically calls the API with increasing number on page parameter, until data is received.

Ok. Thanks @Hardik for the info.

1 Like