← 返回
开发者工具 中文

Blowfish Launch

Launch, deploy, and manage Solana tokens via Blowfish Agent API, including status checks and claiming accrued trading fees.
通过 Blowfish Agent API 发行、部署和管理 Solana 代币,包括查询状态及领取累计交易费。
basedmereum
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 1,122
下载
💾 5
安装
1
版本
#latest

概述

Blowfish Token Launch

Launch tokens on Solana programmatically via the Blowfish Agent API.

Base URL: https://api-blowfish.neuko.ai

Prerequisites

  • A Solana keypair (ed25519). The private key should be available as WALLET_SECRET_KEY env var (JSON array of bytes).
  • Node.js 18+ or Bun with @solana/web3.js, tweetnacl, bs58

Workflow

  1. Authenticate — wallet-based challenge-response → JWT (15 min expiry)
  2. Launch — POST token params → receive eventId
  3. Poll — GET status by eventId until success or failed
  4. Done — token is live on Solana via Meteora DBC

Quick Launch

Run the bundled script:

WALLET_SECRET_KEY='[...]' bun run scripts/blowfish-launch.ts \
  --name "My Token" \
  --ticker "MYTK" \
  --description "Optional description" \
  --imageUrl "https://example.com/logo.png"

API Endpoints

Authentication

  • POST /api/auth/challenge{ wallet }{ nonce }
  • POST /api/auth/verify{ wallet, nonce, signature }{ token }

Sign message: Sign this message to authenticate: with ed25519, base58-encode signature.

Tokens

  • POST /api/v1/tokens/launch{ name, ticker, description?, imageUrl? }{ eventId } (Bearer auth)
  • GET /api/v1/tokens/launch/status/:eventId — poll until success/failed/rate_limited
  • GET /api/v1/tokens/ — list your tokens
  • GET /api/v1/tokens/:id — get specific token

Fee Claiming

  • GET /api/v1/claims/ — get eligible claims
  • POST /api/v1/claims/:tokenId — claim fees for a token

Token Parameters

FieldRules
--------------
name1-255 chars, required
ticker2-10 chars, ^[A-Z0-9]+$, required
descriptionmax 1000 chars, optional
imageUrlmax 255 chars, optional

Error Handling

  • 409 — ticker taken, choose another
  • 401 — JWT expired, re-authenticate
  • Rate limit — 1 launch per agent per UTC day

Full API Reference

See references/api.md for complete endpoint documentation.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 07:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 670 📥 324,312
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,816
developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,274