KyberSwap website screenshot

KyberSwap

KyberSwap is a multi-chain DEX aggregator and liquidity protocol offering REST APIs for swap routing, limit orders, liquidity provision via Zap-as-a-Service, and on-chain token pricing. It aggregates liquidity across 420+ sources on 17+ EVM chains, enabling developers to access best-rate swaps, manage limit orders gaslessly, and enter or exit concentrated liquidity positions with any single token.

KyberSwap publishes 2 APIs on the APIs.io network: Aggregator API and Limit Order API. Tagged areas include DeFi, DEX, Aggregator, Swap, and Liquidity.

The KyberSwap catalog on APIs.io includes 1 JSON-LD context.

27.2/100 emerging ▬ flat Agent 19/100 agent aware Full breakdown ↓
scored 2026-07-28 · rubric v0.6
AccessFreemium
4 APIs
DeFiDEXAggregatorSwapLiquidityBlockchainWeb3Multi-chainEVM

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 27.2/100 · emerging
Contract Quality 13.3 / 25
Developer Ergonomics 0.0 / 20
Commercial Clarity 5.8 / 20
Operational Transparency 0.0 / 13
Governance 0.0 / 12
Discoverability 8.2 / 10
Agent readiness — 19/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 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/kyberswap: 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 4

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

KyberSwap Aggregator API

Finds and returns the optimal swap route across 420+ liquidity sources on 17+ EVM chains. Returns the best route and encodes calldata for submission to the KyberSwap Aggregator ...

KyberSwap Limit Order API

Enables creation, management, and fulfillment of gasless limit orders. Exposes General, Maker, and Taker endpoint sets for reading order pairs, signing and submitting orders, an...

KyberSwap Zap as a Service (ZaaS) API

Streamlines adding and removing concentrated liquidity positions using any single token. Provides Zap-In, Zap-Out, and Zap-Migrate endpoints via HTTP REST and gRPC. Powers Kyber...

KyberSwap OnChain Price Service API

Delivers accurate, reliable, and tradable on-chain token price data for each supported network, reflecting real liquidity rather than averaged aggregations. Available on all cha...

GraphQL 1

GraphQL schemas published by this provider.

KyberSwap GraphQL API

KyberSwap Elastic exposes on-chain liquidity data through The Graph Protocol subgraph. The subgraph indexes all events from the KyberSwap Elastic (concentrated liquidity) smart ...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Plans

2 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Finops

FINOPS

Semantic Vocabularies 1

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

Kyberswap Context

0 classes · 39 properties

JSON-LD

Security Posture 1

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

Kyberswap Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Access & Security 1

Authentication, authorization, and security posture

Source (apis.yml)

apis.yml Raw ↑
name: KyberSwap
description: KyberSwap is a multi-chain DEX aggregator and liquidity protocol offering REST APIs for swap routing, limit orders,
  liquidity provision via Zap-as-a-Service, and on-chain token pricing. It aggregates liquidity across 420+ sources on 17+
  EVM chains, enabling developers to access best-rate swaps, manage limit orders gaslessly, and enter or exit concentrated
  liquidity positions with any single token.
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kyberswap.com/favicon.ico
tags:
- DeFi
- DEX
- Aggregator
- Swap
- Liquidity
- Blockchain
- Web3
- Multi-chain
- EVM
url: https://kyberswap.com
contact:
- FN: KyberSwap Business Development
  email: bd@kyber.network
created: '2026-06-14'
modified: '2026-06-14'
specificationVersion: '0.19'
apis:
- name: KyberSwap Aggregator API
  description: Finds and returns the optimal swap route across 420+ liquidity sources on 17+ EVM chains. Returns the best
    route and encodes calldata for submission to the KyberSwap Aggregator smart contract.
  humanURL: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-aggregator
  baseURL: https://aggregator-api.kyberswap.com
  tags:
  - Swap
  - Routing
  - DEX Aggregator
  - EVM
  properties:
  - type: Documentation
    url: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-aggregator
  - type: OpenAPI
    url: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-aggregator/aggregator-api-specification/evm-swaps
  - url: graphql/kyberswap-graphql.md
    type: GraphQL
  contact:
  - FN: KyberSwap Support
    email: bd@kyber.network
  x-api-type: REST
  x-authentication: none
  x-rate-limit-header: X-Client-Id
- name: KyberSwap Limit Order API
  description: Enables creation, management, and fulfillment of gasless limit orders. Exposes General, Maker, and Taker endpoint
    sets for reading order pairs, signing and submitting orders, and encoding fill calldata for on-chain settlement.
  humanURL: https://docs.kyberswap.com/kyberswap-solutions/limit-order
  baseURL: https://limit-order.kyberswap.com
  tags:
  - Limit Orders
  - DeFi
  - Trading
  - EVM
  properties:
  - type: Documentation
    url: https://docs.kyberswap.com/kyberswap-solutions/limit-order
  - type: OpenAPI
    url: https://docs.kyberswap.com/kyberswap-solutions/limit-order/limit-order-api-specification
  contact:
  - FN: KyberSwap Support
    email: bd@kyber.network
  x-api-type: REST
  x-authentication: none
- name: KyberSwap Zap as a Service (ZaaS) API
  description: Streamlines adding and removing concentrated liquidity positions using any single token. Provides Zap-In, Zap-Out,
    and Zap-Migrate endpoints via HTTP REST and gRPC. Powers KyberSwap Earn and the Liquidity Widget.
  humanURL: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-zap-as-a-service
  baseURL: https://zap-api.kyberswap.com
  tags:
  - Liquidity
  - Zap
  - DeFi
  - EVM
  properties:
  - type: Documentation
    url: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-zap-as-a-service/kyberswap-zap-as-a-service-zaas-api/zaas-http-api
  contact:
  - FN: KyberSwap Business Development
    email: bd@kyber.network
  x-api-type: REST
  x-authentication: X-Client-Id header required
  x-rate-limit: 10 requests per 10 seconds (default); contact bd@kyber.network for higher quota
- name: KyberSwap OnChain Price Service API
  description: Delivers accurate, reliable, and tradable on-chain token price data for each supported network, reflecting
    real liquidity rather than averaged aggregations. Available on all chains supported by KyberSwap.
  humanURL: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-onchain-price-service
  baseURL: https://price.kyberswap.com
  tags:
  - Pricing
  - Token Prices
  - On-chain
  - EVM
  properties:
  - type: Documentation
    url: https://docs.kyberswap.com/kyberswap-solutions/kyberswap-onchain-price-service
  contact:
  - FN: KyberSwap Support
    email: bd@kyber.network
  x-api-type: REST
  x-authentication: none
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
common:
- type: DomainSecurity
  url: security/kyberswap-domain-security.yml