الانتقال إلى المحتوى الرئيسي
GET
/
farms
/
key
/
ids
الحصول على مفاتيح farm على السلسلة
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.

معلمات الاستعلام

ids
string
مطلوب

الاستجابة

200 - application/json

Success

غلاف الاستجابة المشترك. يُقدَّم حقل data من قِبل مخطط استجابة كل نقطة نهاية عبر allOf ولذلك لا يُصرَّح عنه في الغلاف الأساسي.

id
string
مطلوب

معرّف الطلب (UUID)

success
boolean
مطلوب

ما إذا كان الطلب ناجحاً

msg
string

رسالة الخطأ في حال كانت قيمة success تساوي false

data
object[]