What is the bet way to query the network by both destination and memo? For instance, I want all the transactions sent to destination 'XXXXX' that have the memo 'HELLO'. Help preferable using the JS SDK. Thanks!!
Querying the horizon network by destination AND memo
Horizon doesn't do that by default, so there is no JS SDK support for that.
But you may try third party service
https://stellar.expert/explorer/public/payment-locator
by awesome @OrbitLens
I haven't tried it myself though
umbrel Ah, awesome thanks. Didn't realize their API was open. works great.