cURL
curl --request GET \ --url https://api-v3.raydium.io/farms/info/ids
{ "id": "<string>", "success": true, "msg": "<string>", "data": [ { "id": "<string>", "lpMint": "<string>", "rewardMints": [ "<string>" ], "apr": 123 } ] }
Retrieve farm pool details by farm IDs. Cached 60 seconds.
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
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.
data
allOf
Request ID (UUID)
Whether the request was successful
Error message if success is false
Show child attributes
Was this page helpful?