Pay-per-call GitHub token endpoint on Base via x402, settling in USDC at $0.02/request.
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
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
Quality
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
- —Endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 USDC base units on Base networkhttps://lowpaymentfee.com/api/v1/integrations/github/token
- —Platform advertises $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/integrations/github/token