Skip to main content
GET
/
cp-creator-fee
Get accumulated creator fees for a wallet
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.

Query Parameters

wallet
string
required

Wallet public key (base58)

Example:

"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop"

Response

Success

success
boolean
required
Example:

true

data
object[]
required

Array of pools with accumulated creator fees