/v1/evm/swaps has separate input_contract and output_contract filters but no OR / “either side” filter. Clients must issue two parallel calls and merge to get all swaps for a token. Doubles latency and rate-limit consumption on every detail-page render.
Proposed change. Add an involves_contract (or token_contract) filter that matches either side.
/v1/evm/swapshas separateinput_contractandoutput_contractfilters but no OR / “either side” filter. Clients must issue two parallel calls and merge to get all swaps for a token. Doubles latency and rate-limit consumption on every detail-page render.Proposed change. Add an
involves_contract(ortoken_contract) filter that matches either side.