Skip to main content

Release Notes

Changelog for a transaction API built for engineers shipping against live chains.

Track protocol coverage, decoding accuracy, latency work, and API contract changes across Ethereum, Base, Arbitrum, Optimism, Polygon, zkSync, Linea, and World Polygon.

5 releases published4 release typesRSS available
v1.2.0FeatureShipped Mar 15, 2026

Latest Version

Protocol Fingerprint Expansion

3 changes in the newest release, focused on transaction classification fidelity, broader protocol coverage, and safer downstream automation.

  • Added 50 new protocol fingerprints across Morpho, Spark, Ethena, Ether.fi, Pendle, and Berachain bridge flows.
  • Improved action classification for complex multicall bundles so router-heavy swaps collapse into a single intent.
  • Introduced a fake token safety signal for contracts that mimic blue-chip symbols while redirecting approvals.

Filter

Browse the timeline by release type

Server-rendered filters use query parameters, so release-specific links stay shareable and indexable.

Showing breaking changes 1 release

Feb 8, 2026

v1.0.3
Breaking3 notes

Cursor Pagination Contract Update

  • Replaced `page` and `limit` parameters on transaction history endpoints with opaque `cursor` tokens.
  • Response envelopes now return `next_cursor` and `prev_cursor` instead of `nextPage` metadata.
  • Decoded event payloads are included by default; clients that depended on `includeDecodedLogs=true` should switch to `event_mode`.