Skip to main content
GET
/
farms
/
key
/
ids
Get farm on-chain keys
curl --request GET \
  --url https://api-v3.raydium.io/farms/key/ids
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": [
    {}
  ]
}

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.

Query Parameters

ids
string
required

Response

200 - application/json

Success

Common response envelope. The data field is supplied by each endpoint's response schema via allOf and is therefore not declared on the base envelope.

id
string
required

Request ID (UUID)

success
boolean
required

Whether the request was successful

msg
string

Error message if success is false

data
object[]