Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Raydium Pools API

The Pools API from Raydium — 6 operation(s) for pools.

Raydium Pools API is one of 6 APIs that Raydium publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pools. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 6 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 3.0.1.

Requests are made against a single base URL, https://api-v3.raydium.io.

6 operations 6 paths 1 schemas 6 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.1
Base URL
https://api-v3.raydium.io
Contact
Resource Areas
1

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 6 GET. Each is listed below with its method, path, parameters, and response codes.

Pools 6
GET
/pools/info/list-v2
List pools with filter / sort / pagination
listPools 5 params → 200
GET
/pools/info/ids
Look up pools by ID
getPoolsByIds 1 param → 200
GET
/pools/info/lps
Look up pools by LP mint
getPoolsByLps 1 param → 200
GET
/pools/key/ids
Get on-chain keys for pools by ID
getPoolKeys 1 param → 200
GET
/pools/line/liquidity
Get CLMM liquidity-by-tick line
getPoolLiquidityLine 1 param → 200
GET
/pools/line/position
Get CLMM position line for a pool
getPoolPositionLine 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Envelope (3 properties). Each schema is shown below with its type and property counts.

Envelope
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

raydium-pools-api-openapi.yml Raw ↑

Other APIs Raydium publishes across the network.

Raydium REST API v3
Raydium Solana Programs
Raydium Farms API
Raydium Main API
Raydium Mint API