x402basequality 0.30

GCP token endpoint via x402 micropayment on Base — $0.02 per request in USDC

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a GCP (Google Cloud Platform) integration token accessible via the x402 payment protocol. Callers send a POST request with an X-PAYMENT header containing a USDC payment on the Base network, and receive a JSON response. The specific endpoint path `/api/v1/integrations/gcp/token` suggests it vends short-lived GCP access tokens, though the exact response schema is not documented.

The endpoint is part of a broader platform at lowpaymentfee.com that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request. The x402 challenge confirms the price: maxAmountRequired of 20,000 base units of USDC (6 decimals) equals $0.02. Payment settles on the Base L2 network to a specified wallet address. No API keys, rate limits, or subscriptions are required; access is purely payment-gated.

Documentation is extremely thin. The landing page lists available endpoints with one-line descriptions and prices, but there is no OpenAPI spec, no request/response schema, and no usage examples. The `/api`, `/pricing`, and `/README` pages all resolve to a minimal "Connect wallet" prompt with no additional content. The GCP token endpoint itself is not listed on the landing page, making it unclear whether it is a publicly advertised product or an internal/experimental route.

Capabilities

x402-paymentusdc-basegcp-tokenpay-per-callno-api-keymicropayment

Use cases

  • Obtaining a short-lived GCP access token without managing service account keys directly
  • Programmatic cloud resource access gated by micropayment rather than subscription
  • Agent-driven workflows that need on-demand GCP credentials

Fit

Best for

  • Agents or scripts needing ephemeral GCP tokens without pre-provisioned credentials
  • Developers who want pay-per-use cloud access with no signup
  • x402-compatible clients on the Base network

Not for

  • Production workloads requiring guaranteed SLA or documented response contracts
  • Users who need high-volume GCP tokens (per-call payment adds overhead)
  • Anyone without a Base-network USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/integrations/gcp/token \
  -H "X-PAYMENT: <x402-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation, and no usage examples. The GCP token endpoint is not even listed on the provider's landing page, raising questions about its intended audience and stability.

Warnings

  • No OpenAPI spec or response schema available — callers cannot know the response format in advance
  • This specific endpoint (/api/v1/integrations/gcp/token) is not listed on the provider's public landing page
  • All documentation pages (/api, /pricing, /README) return only a 'Connect wallet' prompt with no content
  • The nature of the GCP token returned (scope, lifetime, permissions) is completely undocumented
  • Unclear whether this endpoint actually proxies real GCP credentials or is a placeholder

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 22:03:38Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access