Install
openclaw skills install sushiswap-apiREST API for optimized token swapping (including executable transaction generation), swap quoting, and pricing using the SushiSwap Aggregator. Use this skill when the user wants to: - Get a swap quote between two tokens on 40+ evm networks - Generate executable swap transaction data - Fetch token prices for a specific network or token - Retrieve token metadata - Discover supported AMM liquidity sources - Integrate SushiSwap swapping or pricing logic via HTTP/REST (and not the SushiSwap Javascript API)
openclaw skills install sushiswap-apiThe SushiSwap API provides HTTP access to the SushiSwap Aggregator for optimized token swaps, price discovery, and transaction generation. It aggregates liquidity from multiple DEXs to determine the best execution route.
https://api.sushi.com
The active API schema is defined in:
Agents must always rely on the schema contents rather than hardcoded assumptions.
references/openapi.yaml/quote/v7/{chainId})/swap/v7/{chainId})/price/v1/{chainId})/token/v1/{chainId}/{tokenAddress})referrer parameter for all quote and swap endpointsreferrer Parameterreferrer parameter must be specified on swap-related endpoints (e.g. /quote & /swap)/quote or /swap requests must not be sent without a referrer valueThe SushiSwap API supports customized integrator fees on swap-related endpoints (e.g. /quote & /swap).
422: Request parameters are invalid → fix inputs529: Server overloaded → retry with backoff500: Internal error → retry or fail gracefullyFor schema usage rules and update behavior, see: