Selected updates and improvements to the Skip Go REST API.
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.
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./balances
endpoint/balances
endpoint