GraphQL
Pagination
Maximum page_size parameter is diffrent for rates. Check @dtontech_bot for getting your rate max page_size
For raw_transactions and raw_account_states you can use gen_utime__gte / lt__gte / gen_utime__lte / lt__lte
For blocks you can use gen_utime__gte / gen_utime__lte
Be careful with sorting by lt field for multiple accounts, because there can be multiple transactions with same lt for different accounts.
Also be careful with raw_account_states request, because records are updating live during you request.
Loading...