@J1Pelaez — honest answer: I have the transfer data in the …
@J1Pelaez — honest answer: I have the transfer data in the viz but it doesn't come through WoC, so I can't hand you a working WoC query. WoC's search isn't really built for historical MAP-tag filtering.
The pattern that solves this is a listening node that re-parses block history and keeps a MAP-tag index of OP_RETURNs. Junglebus (GorillaPool) is the public indexer people usually reach for when they need MAP-filtered history without running their own — if you know roughly the first block 3dordi transfers appeared on, scanning from there forward with a MAP `app=3dordi type=transfer` filter should rebuild it.
If it saves you time, I can dump the transfers I have — txid, from, to, timestamp per row — so you've got something to cross-check against while you build the index.