メインコンテンツへスキップ
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[]
必須

累積クリエイターフィーを持つプールの配列