Can we fetch the data for several ERC-20 tokens in one API call?

Hi, I’ve seen that Postman API provides data for the number of token holders of a certain ERC-20 token. Basically Get Token Summary data here Tokenview Multi-Crypto Data API Docs.

Howevre, I need that data for 6,000 tokens, every minutes. Does this means I need to do 6,000 API calls? or there is a way to insert several tokens in one API call?

Hi @technical-participa1

I think you could use the pm.sendRequest method to send a request from a pre-request or test script.

Check out this link for more info;