Curve Finance Deprecated API
The Deprecated API from Curve Finance — 10 operation(s) for deprecated.
The Deprecated API from Curve Finance — 10 operation(s) for deprecated.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.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.curl "https://apis.io/api/v1/apis/curve-finance-deprecated-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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.
openapi: 3.2.0
info:
title: Curve.finance crvUSD Deprecated API
version: 1.0.0
description: Curve.finance public REST API for pools, gauges, volumes, APY/APR, lending vaults, fees, and CRV/crvUSD supply data across supported blockchains.
contact:
name: Curve Finance
url: https://curve.finance
license:
name: MIT
servers:
- url: https://api.curve.finance/v1
tags:
- name: Deprecated
paths:
/getETHprice:
get:
deprecated: true
tags:
- Deprecated
description: Returns the current Ethereum USD price
responses:
'200':
description: null
/getFactoGauges/{blockchainId}:
get:
deprecated: true
tags:
- Deprecated
description: '<i>Deprecated: please use `getAllGauges` instead</i>
'
parameters:
- $ref: '#/components/parameters/blockchainId'
responses:
'200':
description: null
/getFactoryCryptoPools/{blockchainId}:
get:
deprecated: true
tags:
- Deprecated
description: '<i>Deprecated: please use `getPools/{blockchainId}/factory-crypto` instead</i>
'
parameters:
- $ref: '#/components/parameters/blockchainId'
responses:
'200':
description: null
/getFactoryPools:
get:
deprecated: true
tags:
- Deprecated
description: 'Returns pools in Curve’s legacy Ethereum factory, which has been superseded for years now
<i>Legacy: in most situations, you’ll want to focus on newer pools with `getPools/all/ethereum`</i>
'
responses:
'200':
description: null
/getFactoryTVL:
get:
deprecated: true
tags:
- Deprecated
description: '<i>Deprecated: please use `getPools/ethereum/factory` instead</i>
'
responses:
'200':
description: null
/getFactoryV2Pools/{blockchainId}:
get:
deprecated: true
tags:
- Deprecated
description: '<i>Deprecated: please use `getPools/{blockchainId}/factory` instead</i>
'
parameters:
- $ref: '#/components/parameters/blockchainId'
responses:
'200':
description: null
/getMainPoolsAPYs/{blockchainId}:
get:
deprecated: true
tags:
- Deprecated
description: 'Returns *inaccurate* volume and base APY data for `main` registry pools on chains that aren’t indexed by either the [Curve Prices API](https://prices.curve.finance/feeds-docs) or the [Curve subgraphs](https://github.com/curvefi/volume-subgraphs).
Data returned by this endpoint is necessarily inaccurate due to the manual chain-walking involved, coupled with the limitations of RPC endpoints available for this subset of chains. Using this endpoint should be considered an imperfect last resort.
If the chain for which you want to retrieve volume and base APY data is available through either [`/getVolumes/{blockchainId}`](#/default/get_getVolumes__blockchainId_) or [`getSubgraphData/[blockchainId]`](#/default/get_getSubgraphData__blockchainId_), please use these.
Note: At the moment, all chains with a `main` registry have support in one of the endpoints mentioned above. This endpoint will not return data for any chain anymore.
'
parameters:
- in: path
name: blockchainId
required: true
schema:
type: string
enum: []
responses:
'200':
description: null
/getMainPoolsGaugeRewards:
get:
deprecated: true
tags:
- Deprecated
description: 'Returns Ethereum main registry pools gauge rewards
<i>Deprecated: please use `getPools/ethereum/main` instead</i>
'
responses:
'200':
description: null
/getMainRegistryPools:
get:
deprecated: true
tags:
- Deprecated
description: 'Returns Ethereum main registry pools addresses as an array
<i>Deprecated: please use `getPools/ethereum/main` instead</i>
'
responses:
'200':
description: null
/getMainRegistryPoolsAndLpTokens:
get:
deprecated: true
tags:
- Deprecated
description: 'Returns an array of shape `{ address, lpTokenAddress }` for Ethereum main registry pools
<i>Deprecated: please use `getPools/ethereum/main` instead</i>
'
responses:
'200':
description: null
components:
parameters:
blockchainId:
in: path
name: blockchainId
required: true
schema:
type: string
enum:
- ethereum
- arbitrum
- aurora
- avalanche
- base
- bsc
- celo
- fantom
- fraxtal
- harmony
- hyperliquid
- kava
- mantle
- moonbeam
- optimism
- polygon
- sonic
- x-layer
- xdai
- zkevm
- zksync