Pay-per-call GitHub secret endpoint on Base via x402, settling in USDC at $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides a "Premium API Access" resource at the path `/api/v1/integrations/github/secret`. It is part of a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint probed (`/api/v1/integrations/github/secret`) is live and returns a valid x402 challenge. The challenge advertises a maximum amount of 20,000 base units of USDC (0x8335… on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the `exact` scheme with a 300-second timeout. No API keys or rate limits are advertised; access is gated purely by the x402 payment header.
The endpoint accepts HTTP POST and returns `application/json`. However, the exact request body schema and response schema are not documented — there is no OpenAPI spec, no detailed docs page, and the crawled /api, /pricing, and /README pages all returned only a "Connect wallet" prompt with no additional content. The name "github/secret" suggests it may expose some form of GitHub integration or secret-management functionality, but the precise behavior cannot be confirmed from available material.
Capabilities
Use cases
- —Accessing a GitHub-related secret or integration data via a single paid API call
- —Agent-driven workflows that need on-demand GitHub data without managing API keys
- —Programmatic access to premium GitHub features settled in USDC on Base
Fit
Best for
- —Developers or agents needing keyless, pay-per-call GitHub integration
- —x402-compatible agent wallets on the Base network
- —Low-volume, on-demand API consumption without subscriptions
Not for
- —High-volume GitHub API usage where a direct GitHub token would be cheaper
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Non-crypto workflows that cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/integrations/github/secret \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation of request/response schemas, and the endpoint's actual functionality ("github/secret") is entirely opaque. The crawled docs pages were empty beyond wallet-connect prompts. This is effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown
- —The endpoint name 'github/secret' is ambiguous; actual functionality cannot be verified from available material
- —All non-root crawled pages (/api, /pricing, /README) returned only 'Connect wallet' with no useful content
- —No examples of successful responses are available
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/integrations/github/secret
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —The USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/integrations/github/secret