SushiSwap website screenshot

SushiSwap

SushiSwap is a multi-chain decentralized exchange (DEX) protocol offering REST APIs for accessing liquidity pools, token prices, swap quotes, trading routes, and exchange analytics across 30+ blockchain networks. The Sushi API suite enables developers to integrate token pricing, generate swap quotes, and execute on-chain transactions programmatically via a unified base URL with per-chain routing.

SushiSwap publishes 7 APIs on the APIs.io network, including Deposit API, liquidity-providers API, Pool API, and 4 more. Tagged areas include DeFi, Decentralized Exchange, DEX, Cryptocurrency, and Web3.

The SushiSwap catalog on APIs.io includes 2 JSON-LD contexts and 1 Spectral governance ruleset.

SushiSwap’s developer surface includes authentication, developer portal, documentation, engineering blog, and 12 more developer resources.

43.3/100 developing ▬ flat Agent 37/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessSelf serve
7 APIs
DeFiDecentralized ExchangeDEXCryptocurrencyWeb3BlockchainMulti-ChainLiquiditySwapToken Pricing

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 43.3/100 · developing
Contract Quality 17.2 / 25
Developer Ergonomics 6.1 / 20
Commercial Clarity 4.2 / 20
Operational Transparency 0.7 / 13
Governance 7.0 / 12
Discoverability 8.2 / 10
Agent readiness — 37/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/sushiswap: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 7

Individual APIs this provider publishes, each with its own machine-readable definition.

SushiSwap Deposit API

Liquidity pool deposit operations

SushiSwap liquidity-providers API

All liquidity provider endpoints

SushiSwap Pool API

Pool information and liquidity data endpoints

SushiSwap price API

All price endpoints

SushiSwap Quote API

Quote generation and signing

SushiSwap swap API

All swap endpoints

SushiSwap token API

All token endpoints

Scroll for all 7

GraphQL 1

GraphQL schemas published by this provider.

SushiSwap GraphQL API

SushiSwap exposes its on-chain data through The Graph Protocol subgraphs. The primary subgraph covers the SushiSwap V2 AMM (Automated Market Maker), providing queryable access t...

GRAPHQL

Semantic Vocabularies 2

JSON-LD contexts and semantic vocabularies used across these APIs.

Api Context

0 classes · 0 properties

JSON-LD

context Context

25 classes · 0 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

SushiSwap API Rules

5 rules · 4 warnings 1 info

SPECTRAL

JSON Schema 17

Standalone JSON Schema definitions for this provider's data models.

DepositRequest

9 properties

JSON SCHEMA

DepositResponse

11 properties

JSON SCHEMA

EIP2098Signature

3 properties

JSON SCHEMA

ErrorResponse

4 properties

JSON SCHEMA

OffChainAsset

4 properties

JSON SCHEMA

OffChainPool

7 properties

JSON SCHEMA

OffChainPoolData

3 properties

JSON SCHEMA

OffChainPoolResponse

2 properties

JSON SCHEMA

OnChainAsset

6 properties

JSON SCHEMA

OnChainPool

6 properties

JSON SCHEMA

OnChainPoolData

2 properties

JSON SCHEMA

OnChainPoolResponse

2 properties

JSON SCHEMA

Pair

2 properties

JSON SCHEMA

QuoteResponse

12 properties

JSON SCHEMA

QuoteSignResponse

15 properties

JSON SCHEMA

SignRequest

7 properties

JSON SCHEMA

SignResponse

10 properties

JSON SCHEMA

Scroll for all 17

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Sushiswap Authentication

apiKey · 1 scheme

SECURITY

Sushiswap Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Sushiswap Agentic Access

11 operations · 2 acting

11 operations · 2 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
name: SushiSwap
description: SushiSwap is a multi-chain decentralized exchange (DEX) protocol offering REST APIs for accessing liquidity pools,
  token prices, swap quotes, trading routes, and exchange analytics across 30+ blockchain networks. The Sushi API suite enables
  developers to integrate token pricing, generate swap quotes, and execute on-chain transactions programmatically via a unified
  base URL with per-chain routing.
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://sushi.com/favicon.ico
url: https://www.sushi.com
tags:
- DeFi
- Decentralized Exchange
- DEX
- Cryptocurrency
- Web3
- Blockchain
- Multi-Chain
- Liquidity
- Swap
- Token Pricing
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
apis:
- aid: sushiswap:sushiswap-deposit-api
  name: SushiSwap Deposit API
  description: Liquidity pool deposit operations
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - Deposit
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-deposit-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
- aid: sushiswap:sushiswap-liquidity-providers-api
  name: SushiSwap liquidity-providers API
  description: All liquidity provider endpoints
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - liquidity-providers
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-liquidity-providers-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
- aid: sushiswap:sushiswap-pool-api
  name: SushiSwap Pool API
  description: Pool information and liquidity data endpoints
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - Pool
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-pool-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
- aid: sushiswap:sushiswap-price-api
  name: SushiSwap price API
  description: All price endpoints
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - price
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-price-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
- aid: sushiswap:sushiswap-quote-api
  name: SushiSwap Quote API
  description: Quote generation and signing
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - Quote
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-quote-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
- aid: sushiswap:sushiswap-swap-api
  name: SushiSwap swap API
  description: All swap endpoints
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - swap
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-swap-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
- aid: sushiswap:sushiswap-token-api
  name: SushiSwap token API
  description: All token endpoints
  humanURL: https://docs.sushi.com/api/examples/swap
  baseURL: https://api.sushi.com/price/v1
  tags:
  - token
  properties:
  - type: OpenAPI
    url: openapi/sushiswap-token-api-openapi.yml
  - type: Documentation
    url: https://docs.sushi.com/api/examples/swap
  - type: GraphQL
    url: graphql/sushiswap-graphql.md
  - type: Documentation
    url: https://docs.sushi.com/api/examples/quote
  - type: Portal
    url: https://sushi.com/portal
common:
- type: AgenticAccess
  url: agentic-access/sushiswap-agentic-access.yml
- type: DomainSecurity
  url: security/sushiswap-domain-security.yml
- type: Authentication
  url: authentication/sushiswap-authentication.yml
- type: Portal
  url: https://sushi.com/portal
- type: Documentation
  url: https://docs.sushi.com
- type: OpenAPI
  url: https://docs.sushi.com/blade-v2-openapi.json
- type: Plans
  url: https://sushi.com/portal/pricing
- type: GitHubOrganization
  url: https://github.com/sushiswap
- type: PrivacyPolicy
  url: https://www.sushi.com/privacy
- type: TermsOfService
  url: https://www.sushi.com/terms
- type: Blog
  url: https://www.sushi.com/blog
- type: Discord
  url: https://discord.gg/NVPXN4e
- type: Twitter
  url: https://twitter.com/sushiswap
- type: RateLimits
  url: /rate-limits/rate-limits.md
- type: Plans
  url: /plans/plans.md
- type: FinOps
  url: /finops/finops.md
maintainers:
- FN: API Evangelist
  url: https://apievangelist.com
  email: info@apievangelist.com