Pagination
Pagination with cursor
page_size
parameter is diffrent for rates. Check @dtontech_bot for getting your rate max page_size
You can fetch transactions with page_size
and cursor: gen_utime__gt
or lt__gt
For raw_transactions you can use gen_utime__gte / lt__gte / gen_utime__lte / lt__lte
Be careful, with
gte
you need to store transactionhash
, and next request must be processed afterhash
column appearsFor account_states you can also use
lt__gte
but if some accounts will be updated you will get duplicatedworkchain
/address
(with biggerlt
than previous) so it's better to use dict and update result in dict forworkchain:address
key
Last updated