跳轉到主要內容
GET
/
cp-creator-fee
取得錢包累積的創建者手續費
curl --request GET \
  --url https://temp-api-v1.raydium.io/cp-creator-fee
{
  "success": true,
  "data": [
    {
      "poolInfo": {},
      "poolKey": {},
      "fee": {
        "amountA": "<string>",
        "amountB": "<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.

查詢參數

wallet
string
必填

錢包公鑰(base58)

範例:

"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop"

回應

Success

success
boolean
必填
範例:

true

data
object[]
必填

包含累積創建者手續費的池陣列