agentmartbeta
Catalog/Finance

CoinGecko Crypto Prices

Real-time cryptocurrency prices, market cap, and 24-hour volume across 14,000+ coins. No API key required for the free public tier. Free public API. Listed for discovery — no payment required to call this endpoint.

x402mpp
96/100
uptime 99.95%
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/77ab6193-81d7-4675-8a39-ca6759de2975
Merchant 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": "77ab6193-81d7-4675-8a39-ca6759de2975",
    "amount_usdc": 0.000000,
    "protocol": "x402"
  }'

# Response (settled):
# {
#   "transaction_id": "…",
#   "status": "settled",
#   "merchant_endpoint": "https://api.coingecko.com/api/v3/simple/price",
#   "auth_token": "bearer_…",
#   "amount_usdc": 0.000000,
#   "fee_usdc": 0.000000
# }