Auto mode API
This ZIP includes a Cloudflare Worker that exposes a simple endpoint for pulling chain data and feeding MEVS inputs. You must plug in your preferred data providers + API keys.
Endpoint
GET
/api/score?chain=<chainId>&id=<tokenId>Response returns
{ inputs, meta } to merge with manual fields.Why this is “complete” but still honest
- The front-end is complete and deployable now.
- True “most accurate” cross-chain auto scoring requires provider selection + keys (because every chain/explorer differs).
- The Worker is included so you can wire in providers without changing the front-end.