Skip to main content
The Launchpad API is part of the broader Binibit ecosystem API. The endpoints below are documented per the canonical spec. Final base URL and auth requirements ship with mainnet.

Endpoints

Base URL: TBD (production), pending mainnet.

POST /api/launchpad/spawn

Spawn a new Agent Token. Requires authenticated user (HMAC signature, see Authentication).

Request

Parameters

Response

Errors

GET /api/launchpad/tokens

List Agent Tokens with pagination and filters.

Query parameters

Response

GET /api/launchpad/tokens/:id

Detailed info for one Agent Token. :id can be the Agent Token address or its registry NFT ID.

Response

GET /api/launchpad/tokens/:id/worker

Detailed Worker info plus action log.

Rate limits

Standard public-API rate limits apply (60 req/min per IP, see Rate Limits). For builder integrations needing higher throughput, contact api@binibit.com.

Spawn flow

What POST /spawn triggers

Authentication

HMAC for authenticated routes

Agent Hive API

Worker / governance endpoints

Registry

The NFT data model