Skip to main content

May 2025

  • Improved Cross-Chain Composability: Execute EVM swaps immediately following a Eureka cross-chain transfer, enabling more sophisticated multi-step routes.
  • Enhanced Fee Transparency: Fees associated with Eureka operations are now clearly displayed within the estimated_fees array in API responses from the /v2/fungible/route endpoint, providing better cost predictability. For example:
    (See API Docs for full response structures from the /v2/fungible/route endpoint.)
  • LayerZero and Stargate Integration: Expanded cross-chain capabilities with the integration of LayerZero and Stargate protocols. This integration adds support for a wide variety of new assets, including USDT, USDe, and ZRO. Usage:
    • REST API: Include "layer_zero" and/or "stargate" in the experimental_features array in your POST request to /v2/fungible/route.
    • Client Library: Add these features to the experimentalFeatures parameter.
    • Widget Integration: Add LayerZero and Stargate to the experimentalFeatures array in the routeConfig prop of the Skip Widget component.

Status Endpoint Enhancement (Late May)

  • Transaction Timestamp Information: Added on_chain_at field to individual transaction detail objects (such as send_tx, receive_tx, acknowledge_tx, execute_tx) found within the specific transfer type objects (e.g., ibc_transfer, cctp_transfer, axelar_transfer) in the status endpoint response. This field provides RFC3339 formatted UTC timestamps of when each specific transaction landed on its respective chain.

April 2025

  • Eureka Protocol Enhancements:
    • Native token wrapping (e.g., ETH to WETH) is now supported within Eureka cross-chain transfers, with improved fee handling for routes involving native ETH.
    • Eureka Protocol now officially supports transfers to and from Ethereum Mainnet and the Cosmos Hub.

September 28, 2024

  • Speed and performance improvements for /balances endpoint

August 21, 2024

  • Add /balances endpoint