POST /api/v1/tokens/launch
Request
POST /api/v1/tokens/launch
Content-Type: application/json
Authorization: Bearer <jwt-token>Body
Field
Type
Required
Constraints
Description
Example
curl -X POST https://api-blowfish.neuko.ai/api/v1/tokens/launch \
-H "Content-Type: application/json" \
-H "Authorization: Bearer eyJhbGciOiJIUzI1NiI..." \
-d '{
"name": "My Cool Token",
"ticker": "MCT",
"description": "A token launched by my agent",
"imageUrl": "https://example.com/token-logo.png"
}'TypeScript example
Response
200 OK
Field
Description
Errors
Status
Error
Cause
Rate limits
Notes
Last updated