Merged, chronological feed of a token deployer’s on-chain activity — creator fee claims, swaps on the queried token, and transfers to/from the deployer.
Documentation Index
Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
Use this file to discover all available pages before exploring further.
types:
type | Meaning |
|---|---|
feeClaim | The deployer drained their accumulated trading fees from a protocol vault. Supported protocols: PumpFun bonding curve, PumpSwap AMM, and Meteora DBC — which is the backbone of Bags, Moonshot, Believe, Subs.fun, Cults.fun, Time.fun, and most Solana launchpads. |
swap | The deployer executed a swap on a pool that contains the queried token. side is buy if the deployer ended up with MORE of the queried token, sell otherwise. |
transfer | A direct transfer of the queried token to (direction: "in") or from (direction: "out") the deployer. |
| Parameter | Required | Description |
|---|---|---|
blockchain | Yes | Blockchain identifier (e.g., solana, base, ethereum). |
token | Yes | Token mint / contract address. |
type | No | Filter to a single entry type: feeClaim, swap, or transfer. |
limit | No | Page size. 1–200, default 50. |
offset | No | Pagination offset, default 0. |
feeClaim row under those protocols reflects the same on-chain claim event, but the amount may include fees from OTHER coins by the same creator. Rows from meteoradbc carry an exact tokenAddress and poolAddress and attribute 1:1 to a specific coin.data[i] is discriminated on the type field. Common fields across all variants:
"feeClaim" | "swap" | "transfer" — the discriminator."solana").feeClaim additional fields
"pumpfun" | "pumpswap" | "meteoradbc".null.null for per-creator vaults (PumpFun, PumpSwap).null for per-creator vaults.quoteAddress.swap additional fields
"buy" (deployer received the queried token) or "sell".transfer additional fields
"in" (deployer received) or "out" (deployer sent).null if unknown.{ offset, limit, count, hasMore }.Blockchain chain ID (e.g., "solana:solana")
Token mint address
Offset for pagination (default: 0)
x >= 0Page size, max 200 (default: 50)
1 <= x <= 200Filter to a single entry type: feeClaim, swap, or transfer
feeClaim, swap, transfer pumpfun, pumpswap, meteoradbc, clanker