---
title: "Get accumulated creator fees for a wallet"
method: GET
path: "/cp-creator-fee"
tags: ["Temporary"]
---

# Get accumulated creator fees for a wallet

`GET /cp-creator-fee`

Retrieve all CPMM pools where this wallet is the creator, along with accumulated but unclaimed
creator fees per pool. Returns an empty array if the wallet has no creator fees cached.

**Note:** This endpoint caches user data periodically. Very recent creator fee activity may not
appear immediately.

## Query parameters

- `wallet` string, required

## Response `200`

Success

- CreatorFeeResponse
  - `success` boolean, required
  - `data` CreatorFeeItem[], required — Array of pools with accumulated creator fees
    - `poolInfo` object, required — Pool metadata (structure varies; see pools API for schema)
    - `poolKey` object, required — Pool configuration key
    - `fee` FeeAmount, required — Accumulated fee amounts in raw token units
      - `amountA` string, required — Creator fee amount for token A (in smallest units)
      - `amountB` string, required — Creator fee amount for token B (in smallest units)

## Other responses

- `400` — Invalid wallet address
- `500` — Server error

---

[API](https://skmtc.net/raydium/apis/api-v1-v2-legacy.md) · [All operations](https://skmtc.net/raydium/apis/api-v1-v2-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raydium/api-v1-v2-legacy/revisions/cca93975de95/schema)
