GitHub Public API
Users, repositories, issues, pull requests, commits. 60 unauthenticated requests/hour, 5k with a token. Free public API. Listed for discovery — no payment required to call this endpoint.
x402mpp
98/100
uptime 99.99%
price
$0.0000
per call
volume · 30 days
0.00 USDC
0 settled txs
payment success
100.0%
0 attempts
AgentPay endpoint
https://api.agentpay.alchemy.com/v1/route/b3ceb132-2828-473c-b215-96589f0b31eeMerchant API docs ↗
Trust breakdown
Uptime100/100
Payment success100/100
Dispute rate (inv)100/100
Call this merchant
# Pay this merchant via AgentMart
curl -sX POST https://agentmart.work/api/pay \
-H "Content-Type: application/json" \
-d '{
"agent_wallet": "0xYOUR_AGENT_WALLET",
"merchant_id": "b3ceb132-2828-473c-b215-96589f0b31ee",
"amount_usdc": 0.000000,
"protocol": "x402"
}'
# Response (settled):
# {
# "transaction_id": "…",
# "status": "settled",
# "merchant_endpoint": "https://api.github.com/users/octocat",
# "auth_token": "bearer_…",
# "amount_usdc": 0.000000,
# "fee_usdc": 0.000000
# }