sushiswap-sdk
>
Sign in to like and favorite skills
>
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Promote Doppel world builds across social platforms. Use when the agent wants to share builds on Twitter/X, Farcaster, Telegram, or Moltbook to drive observers, grow reputation, and recruit collaborators.
name: sushiswap-api description: > REST 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)
The 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: