Skip to main content
TL;DR: Fast search now supports Simplified and Traditional Chinese, wallet labels include funding source info, and routing gets a 5x Redis scan reduction.
The fast search endpoint now supports native Chinese queries:
  • Bidirectional Simplified ↔ Traditional Chinese conversion
  • Search for tokens using either character set and get results from both

Wallet Labels — Funding Info

The /api/2/wallet/labels response now includes fundingInfo:
  • Shows the initial funding source of a wallet
  • Zora profile solver added as a fallback label source

Routing Performance

Internal swap routing gets a significant performance boost:
  • Redis pool scan reduced from 250 to 50 keys per iteration
  • Routing diagnostics added for monitoring route computation quality

Fixes & Improvements

  • Clanker token deployer extraction now returns the real deployer instead of the admin bot
  • Fantom listener crash loop fixed with increased heartbeat TTL
  • Listener catchup logic improved, health monitor false positives eliminated
  • DeFi positions use TokenService as price fallback instead of asset_id lookup
  • FourMeme BNB-quoted sells now skip Helper V3 and use WBNB unwrap hop directly

Shipped by Delox & Sacha