v1

latestOpenAPI 3.0.32026-07-22693462.7 KB
Temporary

Get accumulated creator fees for a wallet

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.

get/cp-creator-fee

Query parameters

walletstring required
Example:ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop

Wallet public key (base58)

Response

Success

successboolean required

Example response

{
  "success": true
}