메인 콘텐츠로 건너뛰기
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[]
필수

누적 크리에이터 수수료가 있는 풀 배열