x402basequality 0.35

Pay-per-call GitHub token endpoint on Base via x402, settling in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com provides a GitHub integration token via a simple POST request. Payment is handled inline using the x402 protocol on the Base network, settling in USDC (contract 0x8335…2913). The advertised maximum cost per call is $0.02 (20,000 base units of USDC with 6 decimals). No API keys, accounts, or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs across categories including data analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request. This specific endpoint (`/api/v1/integrations/github/token`) appears to return a GitHub access token, though the exact scope, lifetime, and permissions of the returned token are not documented in the available material.

Because no OpenAPI schema, request body documentation, or response examples are published, the precise input parameters and output format remain unknown. The endpoint is confirmed live (returns a proper 402 x402 challenge on unauthenticated POST). Callers should be aware that the nature of the GitHub token (personal access token, installation token, OAuth token, etc.) and what repositories or organizations it grants access to are entirely unspecified in the crawled content.

Capabilities

x402-paymentusdc-settlementbase-networkgithub-integrationpay-per-callno-api-keyno-rate-limit

Use cases

  • Obtaining a GitHub token for automated CI/CD pipelines without managing credentials
  • Agent-driven GitHub API access where the agent pays per call with USDC
  • Ephemeral GitHub token generation for short-lived tasks without long-lived secrets

Fit

Best for

  • AI agents needing on-demand GitHub API access with crypto micropayments
  • Developers who want keyless, pay-as-you-go GitHub token provisioning
  • Automated workflows on Base that need GitHub integration without OAuth setup

Not for

  • Users who need well-documented token scopes and permissions before purchasing
  • High-volume GitHub API consumers who would benefit from a flat-rate plan
  • Anyone requiring non-USDC or non-Base-network payment options

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid x402 402 challenge, but there is no OpenAPI schema, no request/response documentation, no examples, and no explanation of what kind of GitHub token is returned or what scopes it carries. The listing is essentially a stub with pricing and liveness confirmed but little else.

Warnings

  • No documentation on what type of GitHub token is returned (PAT, installation token, OAuth, etc.)
  • No request body schema or response schema available
  • No information on token scope, lifetime, or associated GitHub account/organization
  • The /api, /pricing, and /README pages all returned only a 'Connect wallet' prompt with no useful content

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 22:02:36Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-26

Agent access