跳转到主要内容
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[]
必填

包含累计创建者手续费的 pool 数组