Curve Finance website screenshot

Curve Finance

Curve Finance is a DeFi automated market maker (AMM) optimized for low-slippage swaps among stablecoins and pegged assets across multiple chains. Curve maintains a public read-only REST API at api.curve.finance providing pool, gauge, factory, governance, lending, crvUSD, and TVL data. Smart-contract entry points are the primary write path; the REST API is for indexing and analytics.

Curve Finance publishes 8 APIs on the APIs.io network, including crvUSD API, Deprecated API, Gauges API, and 5 more. Tagged areas include Web3, DeFi, DEX, AMM, and Stablecoins.

Curve Finance’s developer surface includes developer portal, documentation, GitHub presence, engineering blog, and 9 more developer resources.

28.6/100 thin ▬ flat Agent 20/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
1 APIs
Web3DeFiDEXAMMStablecoinsPegged AssetsMulti-ChainOpen-Source

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/curve-finance: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 10

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

Curve REST API

Public read-only REST API used by the Curve UI and third parties. Endpoints cover /getPools/all, /getSubgraphData, /getFactoryAPYs, /getLendingVaults, /getCrvUsdData, and simila...

Curve Smart Contracts

Curve's primary surface for swaps and liquidity is a set of audited Vyper smart contracts deployed across multiple chains (StableSwap and CryptoSwap pools, factories, gauges, vo...

Curve Finance crvUSD API

The crvUSD API from Curve Finance — 6 operation(s) for crvusd.

Curve Finance Deprecated API

The Deprecated API from Curve Finance — 10 operation(s) for deprecated.

Curve Finance Gauges API

The Gauges API from Curve Finance — 1 operation(s) for gauges.

Curve Finance Lending API

The Lending API from Curve Finance — 3 operation(s) for lending.

Curve Finance Misc API

The Misc API from Curve Finance — 5 operation(s) for misc.

Curve Finance Pools API

The Pools API from Curve Finance — 11 operation(s) for pools.

Curve Finance Tokens API

The Tokens API from Curve Finance — 1 operation(s) for tokens.

Curve Finance Volumes and APYs API

The Volumes and APYs API from Curve Finance — 8 operation(s) for volumes and apys.

Scroll for all 10

Open Collections 10

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Curve.finance crvUSD API

OPEN COLLECTION

Curve.finance API

OPEN COLLECTION

Scroll for all 10

GraphQL 1

GraphQL schemas published by this provider.

Curve Finance GraphQL

Curve Finance exposes on-chain data through The Graph Protocol subgraphs. The primary production subgraph is maintained by Messari and follows the DEX AMM schema standard (versi...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Curve Finance Rate Limits

1 limits

RATE LIMITS

FinOps 1

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

Security Posture 2

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

Curve Finance Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Curve Finance Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

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

Curve Finance Agentic Access

43 operations

43 operations · 0 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

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 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: curve-finance
url: https://raw.githubusercontent.com/api-evangelist/curve-finance/refs/heads/main/apis.yml
name: Curve Finance
kind: protocol
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
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://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/curve-finance.png
tags:
- Web3
- DeFi
- DEX
- AMM
- Stablecoins
- Pegged Assets
- Multi-Chain
- Open-Source
tags_raw:
- Web3
- DeFi
- DEX
- AMM
- Stablecoins
- Pegged Assets
- Multi-chain
- Open Source
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.23'
description: Curve Finance is a DeFi automated market maker (AMM) optimized for low-slippage swaps among stablecoins and pegged
  assets across multiple chains. Curve maintains a public read-only REST API at api.curve.finance providing pool, gauge, factory,
  governance, lending, crvUSD, and TVL data. Smart-contract entry points are the primary write path; the REST API is for indexing
  and analytics.
apis:
- aid: curve-finance:rest-api
  name: Curve REST API
  tags:
  - Pools
  - Gauges
  - TVL
  - Lending
  - crvUSD
  - Governance
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://api.curve.finance/api
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  description: Public read-only REST API used by the Curve UI and third parties. Endpoints cover /getPools/all, /getSubgraphData,
    /getFactoryAPYs, /getLendingVaults, /getCrvUsdData, and similar. JSON output. No authentication or rate limiting at the
    documented level.
  properties:
  - type: Documentation
    url: https://docs.curve.finance/curve-api/curve-api/
  - type: GitHub
    url: https://github.com/curvefi/curve-api
  - url: graphql/curve-finance-graphql.md
    type: GraphQL
  x-features:
  - Pool, gauge, factory, lending, crvUSD endpoints
  - Multi-chain (Ethereum, Arbitrum, Optimism, Polygon, Avalanche, etc.)
  - JSON read-only
  x-use-cases:
  - Indexing Curve liquidity for analytics
  - Building Curve dashboards
  - Pool APY calculators
- aid: curve-finance:smart-contracts
  name: Curve Smart Contracts
  tags:
  - Smart Contracts
  - Onchain
  - Vyper
  - Pools
  tags_raw:
  - Smart Contracts
  - On-chain
  - Vyper
  - Pools
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  baseURL: https://etherscan.io/address/curve.fi
  humanURL: https://docs.curve.finance/
  description: Curve's primary surface for swaps and liquidity is a set of audited Vyper smart contracts deployed across multiple
    chains (StableSwap and CryptoSwap pools, factories, gauges, voting escrow, crvUSD, lending markets).
  properties:
  - type: Documentation
    url: https://docs.curve.finance/
  - type: GitHub
    url: https://github.com/curvefi/curve-contract
  x-features:
  - StableSwap and CryptoSwap pools
  - Factory pools and gauges
  - veCRV voting escrow
  - crvUSD stablecoin
  - Lending markets
  x-use-cases:
  - On-chain swap execution
  - Liquidity provisioning
  - Governance voting
- aid: curve-finance:curve-finance-crvusd-api
  name: Curve Finance crvUSD API
  description: The crvUSD API from Curve Finance — 6 operation(s) for crvusd.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - crvUSD
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-crvusd-api-openapi.yml
- aid: curve-finance:curve-finance-deprecated-api
  name: Curve Finance Deprecated API
  description: The Deprecated API from Curve Finance — 10 operation(s) for deprecated.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - Deprecated
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-deprecated-api-openapi.yml
- aid: curve-finance:curve-finance-gauges-api
  name: Curve Finance Gauges API
  description: The Gauges API from Curve Finance — 1 operation(s) for gauges.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - Gauges
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-gauges-api-openapi.yml
- aid: curve-finance:curve-finance-lending-api
  name: Curve Finance Lending API
  description: The Lending API from Curve Finance — 3 operation(s) for lending.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - Lending
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-lending-api-openapi.yml
- aid: curve-finance:curve-finance-misc-api
  name: Curve Finance Misc API
  description: The Misc API from Curve Finance — 5 operation(s) for misc.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags: []
  tags_raw:
  - Misc
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-misc-api-openapi.yml
- aid: curve-finance:curve-finance-pools-api
  name: Curve Finance Pools API
  description: The Pools API from Curve Finance — 11 operation(s) for pools.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - Pools
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-pools-api-openapi.yml
- aid: curve-finance:curve-finance-tokens-api
  name: Curve Finance Tokens API
  description: The Tokens API from Curve Finance — 1 operation(s) for tokens.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - Tokens
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-tokens-api-openapi.yml
- aid: curve-finance:curve-finance-volumes-and-apys-api
  name: Curve Finance Volumes and APYs API
  description: The Volumes and APYs API from Curve Finance — 8 operation(s) for volumes and apys.
  humanURL: https://docs.curve.finance/curve-api/curve-api/
  baseURL: https://api.curve.finance/api
  tags:
  - Volumes and APYs
  properties:
  - type: OpenAPI
    url: openapi/curve-finance-volumes-and-apys-api-openapi.yml
common:
- type: Website
  url: https://www.curve.finance/
- type: AgenticAccess
  url: agentic-access/curve-finance-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/curve-finance-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/curve-finance-domain-security.yml
- type: Portal
  url: https://curve.fi/
- type: Documentation
  url: https://docs.curve.finance/
- type: GitHub
  url: https://github.com/curvefi
- type: Forums
  url: https://gov.curve.finance/
- type: Plans
  url: plans/curve-finance-plans-pricing.yml
- type: RateLimits
  url: rate-limits/curve-finance-rate-limits.yml
- type: FinOps
  url: finops/curve-finance-finops.yml
- type: LlmsText
  url: https://docs.curve.finance/llms.txt
- url: https://news.curve.finance/rss/
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/curve-finance"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/curve-finance/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/curve-finance/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.