Token
Launch SPL tokens with liquidity, poll the creation job, and claim creator rewards.
Two pool types: CPMM (Raydium) and PumpFun bonding curve.
All endpoints require:
Authorization: Bearer <accessToken>
x-user-id: <end-user id>
Endpoints
POST /token/create— launch a token + LPGET /token/creation-status/:botId— poll progressGET /token/all— list user's tokensPOST /token/claim-rewards— claim creator feesPOST /token/burn-and-lock— burn + lock LP (CPMM only)