Retrieve all the tokens associated to Programs
Hi,
I have a requirement to store all the tokens that is associated with a program. I have to do a full pull and then a delta pull to fetch any new/updated token.
What I have understood is that, I have to first get all the programs and then for each program retrieve all the tokens. Additionally, delta pull is not possible and I have to repeat full pull everyday.
Can you please validate my assumption and suggest if there is a better way to achieve this. My concern is around the number of API calls that I will make, we have 22000 programs as of now.
Thanks,
Rohit