Hey there! I have been playing around with the IPFS /get Endpoint to get entire directories of NFT Metadata. Using the BAYC CID as an example (https://ipfs.infura.io:5001/api/v0/get?arg=QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq), it seems that I am always returned an arbitrary number of characters by your API.
3 Testruns:
Number of characters received: 5242880, 1048576, 4194304
Total Documents: 5120, 1024, 4096 (of which the last one is simply cut-off somewhere in the string).
Is this due to some kind of limitation set by you? I can see all documents using IPFS desktop.
I was planning to use this endpoint to get the directory instead of needing 10k calls to query all tokens. Please let me know if I misunderstood anything or if it should be something on my side!