V2 Vending Machine is being refueled for more features, better UX and bigger launches. We're in maintenance mode.
// X402 Protocol
POST /x402/buy ($1.00)
→ Buy $1.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy2x ($2.00)
→ Buy $2.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy3x ($3.00)
→ Buy $3.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy4x ($4.00)
→ Buy $4.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy5x ($5.00)
→ Buy $5.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy6x ($6.00)
→ Buy $6.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy7x ($7.00)
→ Buy $7.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy8x ($8.00)
→ Buy $8.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy9x ($9.00)
→ Buy $9.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy10x ($10.00)
→ Buy $10.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy11x ($11.00)
→ Buy $11.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy12x ($12.00)
→ Buy $12.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy13x ($13.00)
→ Buy $13.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy14x ($14.00)
→ Buy $14.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy15x ($15.00)
→ Buy $15.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy16x ($16.00)
→ Buy $16.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy17x ($17.00)
→ Buy $17.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy18x ($18.00)
→ Buy $18.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy19x ($19.00)
→ Buy $19.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/buy20x ($20.00)
→ Buy $20.00 USDC worth of tokens from the vending machine. The token launch must be open to buy, and the allocation cap must not have been reached.
\n
POST /x402/launches ($0.01)
→ List token launches in the vending machine. Results include the token information and launch progress (amount of USDC raised, queued, and completed purchases). Useful for searching ongoing or completed launches, or to get the token information for a specific launch.
\n
POST /x402/token_info ($0.001)
→ Get detailed information about a specific token, including launch status and purchase statistics, and token metadata.