Hi -
I have written a small python application where my goal is to add up "total_payout_value" and "pending_payout_value" for a specific account's comments to any posts on Hive. It works BUT only up to limit=100. Is that an issue with the API being set up to limit only to 100 unless I sign in within the application? Or ... ? If so, is there a way to use my hive keys in my app to allow me to increase limit to infinite (all posts)? Thanks! Happy to share the code I am using if you need/want to see it.
Thanks!
Scott
@kennyskitchen
You are viewing a single comment's thread from:
It could be that you need to page through results over 100 items, so the second page of results would be 101 onwards?
With much respect, I doubt that, since our for loop does not have any "range" or limits. It goes through the whole set... right?
Do you have any recommendations where I can look to find out?
The API documentation doesn't really tell me what I want... at least I found no detailed explanation of "limit=".