Saltar al contenido principal
GET
/
pools
/
info
/
list-v2
Lista pools con filtros avanzados (v2)
curl --request GET \
  --url https://api-v3.raydium.io/pools/info/list-v2
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": {
    "data": [
      {
        "id": "<string>",
        "type": "<string>",
        "programId": "<string>",
        "lpMint": "<string>",
        "mint1": {},
        "mint2": {},
        "tvl": 123,
        "lpPrice": 123,
        "farmOngoingCount": 123,
        "day": {},
        "week": {},
        "month": {}
      }
    ],
    "nextPageId": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

Parámetros de consulta

poolType
enum<string>
Opciones disponibles:
Concentrated,
Standard
mintFilter
string
hasReward
boolean
sortField
enum<string>
Opciones disponibles:
liquidity,
volume24h,
fee24h,
apr24h,
volume7d,
fee7d,
apr7d,
volume30d,
fee30d,
apr30d
sortType
enum<string>
predeterminado:desc
Opciones disponibles:
asc,
desc
size
integer
requerido
Rango requerido: 1 <= x <= 1000
nextPageId
string
mint1
string
mint2
string

Respuesta

200 - application/json

Success

Envelope de respuesta común. El campo data es suministrado por el esquema de respuesta de cada endpoint mediante allOf y, por tanto, no se declara en el envelope base.

id
string
requerido

ID de solicitud (UUID)

success
boolean
requerido

Indica si la solicitud fue exitosa

msg
string

Mensaje de error si success es false

data
object