I have a question regarding the method GET /sapi/v1/simple-earn/flexible/history/rewardsRecord,
calling it I get the following data:
{“total”:493,“rows”:[{“asset”:“BTC”,“rewards”:“0.00000011”,“productId”:“BTC”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“USDT”,“rewards”:“0.0453943”,“productId”:“USDT”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“ZIL”,“rewards”:“0.00408167”,“productId”:“ZIL”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“VTHO”,“rewards”:“0.0102545”,“productId”:“VTHO”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“SXP”,“rewards”:“0.01034392”,“productId”:“SXP”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“ICP”,“rewards”:“0.00000355”,“productId”:“ICP”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“CHZ”,“rewards”:“0.00640047”,“productId”:“CHZ”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“XLM”,“rewards”:“0.00092307”,“productId”:“XLM”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“LUNA”,“rewards”:“0.00008092”,“productId”:“LUNA”,“type”:“REALTIME”,“time”:1698278400000},{“asset”:“LEVER”,“rewards”:“0.03993179”,“productId”:“LEVER”,“type”:“REALTIME”,“time”:1698278400000}]}
total:493
the records returned are only 10
Do you know what this problem could depend on?
thanks to everyone who can help me