Buy a custom USDC amount of DEV tokens (0x64a3…1b07) via x402 payment on Base.
What it does
This x402-enabled endpoint on the x420.dev platform lets callers spend a custom USDC amount to purchase DEV tokens (contract 0x64a3fc16f47d5c39D526eF40adEcc8C050751b07). The DEV token was created via Clanker and is associated with the "adevcooks" project. The endpoint is hosted at dev.x420.dev and is part of the x420 ecosystem, which wraps Clanker-launched tokens with x402 payment-gated actions.
The site exposes a "Puff" action where users enter a USDC amount and execute a token purchase. Clanker reward claiming (WETH) is also referenced on the landing page. However, documentation is essentially nonexistent — the /docs, /api, /pricing, and /README paths all return placeholder pages stating the subdomain hasn't been fully created. No OpenAPI schema, no formal API documentation, and no pricing details beyond the USDC-denominated input are available. The probe did not receive a standard 402 challenge from the endpoint (HTTP 405 was returned instead), raising questions about the current operational status of this specific route.
Because of the lack of documentation, schema, and the 405 response on probe, this listing should be treated as experimental. Users and agents should verify endpoint availability before relying on it in production workflows.
Capabilities
Use cases
- —Programmatically purchasing DEV tokens with a specified USDC amount via an x402 payment flow
- —Integrating Clanker-launched token purchases into agent-driven DeFi workflows
- —Automating small token buys on Base using x402-compatible wallets
Fit
Best for
- —Agents or users wanting to buy DEV tokens with USDC in a single API call
- —x402-native payment flows on Base
- —Experimenting with Clanker token ecosystems
Not for
- —Production trading requiring reliable uptime and documented APIs
- —Non-crypto or fiat-only payment workflows
- —Users needing detailed API documentation or SLAs
Quick start
# No formal API docs available. The endpoint expects an x402 payment flow.
# Based on the UI, you POST a USDC amount to purchase DEV tokens:
curl -X POST https://dev.x420.dev/api/puff-custom \
-H "Content-Type: application/json" \
-d '{"amount": "1.00"}'Example
Request
{
"amount": "1.00"
}Endpoint
Quality
No API documentation, no OpenAPI schema, no examples, and the probe returned HTTP 405 instead of a 402 challenge. The /docs, /api, /pricing, and /README pages are all non-functional placeholders. Nearly all listing details are inferred from the landing page UI and existing title/description.
Warnings
- —Probe returned HTTP 405, not 402 — endpoint may not be operational or may require specific request format
- —No documentation exists: /docs, /api, /pricing, /README all return 'doesn't exist' pages
- —No OpenAPI or schema available; request/response formats are entirely inferred
- —Token purchase endpoints involve financial transactions — verify independently before use
- —The DEV token is a Clanker-launched token with unknown liquidity and risk profile
Citations
- —DEV token contract is 0x64a3fc16f47d5c39D526eF40adEcc8C050751b07, created via Clanker, associated with 'adevcooks'https://dev.x420.dev
- —The site exposes a 'Puff' action where users enter a USDC amount to purchase tokenshttps://dev.x420.dev
- —Clanker rewards (WETH) claiming is referenced on the landing pagehttps://dev.x420.dev
- —/docs, /api, /pricing, /README all return placeholder 'doesn't exist' pageshttps://dev.x420.dev/docs
- —Probe returned HTTP 405 instead of a 402 challengehttps://dev.x420.dev/api/puff-custom