Content
MemeClient
Generate on-brand memes from reference characters
VideoClient
Image-to-video and video generation pipeline
LootboxAssetsClient
Generate and manage lootbox asset presets
RiggingClient
Character rigging jobs and animation pipelines
Loading...
SDK
21 typed clients covering every surface of the Ponzinomics platform. Use individual clients or the main PonzinomicsClient for everything.
npm install @ponzinomics/sdk
# or
pnpm add @ponzinomics/sdk
# or
yarn add @ponzinomics/sdkimport { PonzinomicsClient } from '@ponzinomics/sdk';
const client = new PonzinomicsClient({
apiKey: process.env.PONZINOMICS_API_KEY,
projectId: process.env.PONZINOMICS_PROJECT_ID,
});
// List quests
const quests = await client.quests.list({ status: 'active' });
// Complete a quest
await client.quests.complete(questId, {
walletAddress: '0x...',
proof: { type: 'twitter', tweetUrl: 'https://x.com/...' },
});
// Get leaderboard
const leaderboard = await client.points.getLeaderboard({ limit: 10 });QuestClient
Create, list, and complete on-chain & social quests
PointsClient
Leaderboards, scoring, points history, and awards
AchievementsClient
Badge system and user achievement tracking
DailyPerksClient
Streaks, daily check-ins, and recurring rewards
MemeClient
Generate on-brand memes from reference characters
VideoClient
Image-to-video and video generation pipeline
LootboxAssetsClient
Generate and manage lootbox asset presets
RiggingClient
Character rigging jobs and animation pipelines
CharactersClient
Character selection, stats, and progression
LootboxClient
Open lootboxes, collections, and history
CharacterLootboxClient
Character-specific lootbox openings
BattleEngineClient
PvP battles, lobbies, equipment, and epochs
GameSessionsClient
Session tracking and game analytics
AuthClient
Login, refresh tokens, and session management
UserClient
Profiles, project memberships, and settings
ProjectClient
Multi-project management and team invites
ApiKeyClient
Create and rotate API keys
BillingClient
Credit balance, usage stats, and Solana payments
BuilderClient
Deploy sites, configure domains, and manage themes
BlockchainClient
Token deploy, NFT mint, wallet linking, reward pools
Social & Automation
TwitterTrackingClient
Track mentions, hashtags, and engagement
TwitterAutomationClient
Queue posts, auto-reply, and community monitors
TwitterRaidingClient
Coordinate raid campaigns and engagement bots
TelegramBotClient
Telegram bot management and channel setup