cURL
curl --request GET \ --url https://api-v3.raydium.io/pools/info/ids
{ "id": "<string>", "success": true, "msg": "<string>", "data": [ { "id": "<string>", "type": "<string>", "programId": "<string>", "lpMint": "<string>", "mint1": {}, "mint2": {}, "tvl": 123, "lpPrice": 123, "farmOngoingCount": 123, "day": {}, "week": {}, "month": {} } ] }
根据流动性池 ID 获取详细信息。缓存 60 秒。
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.
以逗号分隔的流动性池 ID
Success
通用响应封装。data 字段由各接口的响应 schema 通过 allOf 提供,因此未在基础封装中声明。
data
allOf
请求 ID(UUID)
请求是否成功
失败时的错误信息
Show child attributes
此页面对您有帮助吗?