You're going to get rate limited by the mint if you swap in a loop. Instead, use wallet.send and set the `amountsToSend` option to an array of n times `amountPerSend`, then send it. Single interaction with the mint.

Replies (2)

Is the answer still the same if I’m trying to send tokens to 50 different recipients? I checked the documentation and didn’t see send() accepting an array, but I did see that swap() returns splitProofsToSend (which sounds like what I need). Either way, I’ll try all of this when I get a chance. Just want to be prepared. 🙏 image