x402 List

x402 Protocol Service Directory

BlockRun

AI PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

x402 gateway giving pay-per-call access to LLM inference, web search, prediction market data and crypto data, paid in USDC on Base with no account or API key.

Pay from $0.003 to $0.011 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-01-01 · $402.9k all-time · settled via coinbase

BASE URL https://blockrun.ai ENDPOINTS 10 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 3h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
306ms
avg response
142ms
total checks
2,145

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.003 to $0.011 (p23 in AI)
price (min)
$0.003
price (max)
$0.011
category percentile (min)
p23 in AI
category percentile (max)
p27 in AI
endpoints / prices
10 / 4
model
tiered
stability
0%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $166732.002504 30d · 877 buyers · top buyer 99%
volume 30d
$166732.002504
buyers 30d
877
settlements 30d
4,611,423
first settlement
2026-01-01
last settlement
2026-08-13
top buyer share
99% of 30d volume
trend 7d vs 30d
1.46x the 30d daily rate
networks
eip155:8453
volume all-time
$402.9k
settlements all-time
22,582,386
median settlement 30d
$0.016623
max settlement 30d
$46.26897
settled via
coinbase ($166.7k, 4,611,423 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

CHANGES

1 event, detecting since 2026-07-24

Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.

changes price changed 15d ago (1 since 2026-07-24)

price changed · 15d ago

GET /api/v1/defillama/chains · eip155:8453 · USDC: 70006000

GET /api/v1/pm/kalshi/markets · eip155:8453 · USDC: 95008500

GET /api/v1/pm/markets · eip155:8453 · USDC: 95008500

GET /api/v1/pm/markets/search · eip155:8453 · USDC: 95008500

GET /api/v1/pm/polymarket/crypto-updown · eip155:8453 · USDC: 95008500

GET /api/v1/pm/polymarket/events · eip155:8453 · USDC: 95008500

GET /api/v1/pm/polymarket/markets · eip155:8453 · USDC: 95008500

POST /api/v1/exa/answer · eip155:8453 · USDC: 1200011000

POST /api/v1/exa/contents · eip155:8453 · USDC: 40003000

POST /api/v1/exa/search · eip155:8453 · USDC: 1200011000

Amounts are on-wire atomic units in the named asset.

see all changes for this service

WHAT IT DOES

ai-derived

BlockRun provides an AI gateway with APIs for chat completions, image generation, audio processing, and web search.

category
ai-gateway
in
body
auth
none
aichatimage-generationaudio-processingweb-search

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/v1/defillama/chains $0.006 Base USDC header
POST /api/v1/exa/answer $0.011 Base USDC header
POST /api/v1/exa/contents $0.003 Base USDC header
POST /api/v1/exa/search $0.011 Base USDC header
GET /api/v1/pm/kalshi/markets $0.0085 Base USDC header
GET /api/v1/pm/markets $0.0085 Base USDC header
GET /api/v1/pm/markets/search $0.0085 Base USDC header
GET /api/v1/pm/polymarket/crypto-updown $0.0085 Base USDC header
GET /api/v1/pm/polymarket/events $0.0085 Base USDC header
GET /api/v1/pm/polymarket/markets $0.0085 Base USDC header
10 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/v1/defillama/chains returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://blockrun.ai/api/v1/defillama/chains'
// 402 response (captured by monitor) · 10 payloads · click to expand
[
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xe9030014F5DAe217d0A152f02A043567b16c1aBf",
        "amount": "3000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/exa/contents",
      "mimeType": "application/json",
      "description": "Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyFields": {
              "urls": {
                "type": "array",
                "description": "URLs to fetch content from (1–100). Total cost = urls.length × $0.002."
              }
            },
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "urls"
                  ],
                  "properties": {
                    "urls": {
                      "type": "array",
                      "description": "URLs to fetch content from (1–100). Total cost = urls.length × $0.002."
                    }
                  }
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xe9030014F5DAe217d0A152f02A043567b16c1aBf",
        "amount": "11000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/exa/search",
      "mimeType": "application/json",
      "description": "Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyFields": {
              "query": {
                "type": "string",
                "description": "Natural-language search query."
              },
              "category": {
                "type": "string",
                "description": "Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report."
              },
              "numResults": {
                "type": "number",
                "description": "Number of results to return (default 10, max 100)."
              },
              "excludeDomains": {
                "type": "array",
                "description": "Exclude these domains from results."
              },
              "includeDomains": {
                "type": "array",
                "description": "Restrict results to these domains."
              }
            },
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "query"
                  ],
                  "properties": {
                    "query": {
                      "type": "string",
                      "description": "Natural-language search query."
                    },
                    "category": {
                      "type": "string",
                      "description": "Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report."
                    },
                    "numResults": {
                      "type": "number",
                      "description": "Number of results to return (default 10, max 100)."
                    },
                    "excludeDomains": {
                      "type": "array",
                      "description": "Exclude these domains from results."
                    },
                    "includeDomains": {
                      "type": "array",
                      "description": "Restrict results to these domains."
                    }
                  }
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6E007731870EDe419CfB31889Cd5C4493CEcb04c",
        "amount": "8500",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/pm/kalshi/markets",
      "mimeType": "application/json",
      "description": "Query Kalshi markets with filtering, sorting, and pagination"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6E007731870EDe419CfB31889Cd5C4493CEcb04c",
        "amount": "8500",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/pm/markets/search",
      "mimeType": "application/json",
      "description": "Search markets across Polymarket, Kalshi, Limitless, Opinion, and Predict.Fun in a single call"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6E007731870EDe419CfB31889Cd5C4493CEcb04c",
        "amount": "8500",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/pm/polymarket/crypto-updown",
      "mimeType": "application/json",
      "description": "List crypto up/down prediction markets"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xe9030014F5DAe217d0A152f02A043567b16c1aBf",
        "amount": "11000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/exa/answer",
      "mimeType": "application/json",
      "description": "Get an AI-generated answer to a question grounded in live web search results."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "POST",
            "bodyFields": {
              "query": {
                "type": "string",
                "description": "Question to answer (grounded in live web search)."
              }
            },
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [
                    "query"
                  ],
                  "properties": {
                    "query": {
                      "type": "string",
                      "description": "Question to answer (grounded in live web search)."
                    }
                  }
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "results": {
                      "type": "array"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6E007731870EDe419CfB31889Cd5C4493CEcb04c",
        "amount": "8500",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/pm/polymarket/events",
      "mimeType": "application/json",
      "description": "List Polymarket events with filtering and sorting"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6E007731870EDe419CfB31889Cd5C4493CEcb04c",
        "amount": "8500",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/pm/markets",
      "mimeType": "application/json",
      "description": "List canonical market/question containers with cross-venue Predexon IDs"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x6E007731870EDe419CfB31889Cd5C4493CEcb04c",
        "amount": "8500",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/pm/polymarket/markets",
      "mimeType": "application/json",
      "description": "Query Polymarket markets with filtering, sorting, and pagination"
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0xe9030014F5DAe217d0A152f02A043567b16c1aBf",
        "amount": "6000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 300
      }
    ],
    "resource": {
      "url": "https://blockrun.ai/api/v1/defillama/chains",
      "mimeType": "application/json",
      "description": "TVL by chain — every chain DefiLlama tracks with current TVL totals."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "bodyFields": {},
            "discoverable": true
          },
          "output": null
        },
        "schema": {
          "type": "object",
          "properties": {
            "input": {
              "type": "object",
              "properties": {
                "body": {
                  "type": "object",
                  "required": [],
                  "properties": {}
                }
              }
            },
            "output": {
              "type": "object",
              "properties": {
                "example": {
                  "type": "object",
                  "properties": {
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 24h selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/blockrun/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
08-13 · uptime 100.0% · 147ms avg08-1308-13
24h UPTIME 100%
RESPONSE TIME
08-13 · 147ms avg08-13 · 147ms avg08-1308-13
AVG RESP 142ms
PRICE (captured 402, USD)
08-12 · $0.008508-13 · $0.0085$0.008508-1208-13

Median across 10 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance08-1208-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-07-30 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● OK 139ms
● OK 124ms
● OK 133ms
● OK 133ms
● OK 97ms
● OK 124ms
● OK 139ms
● OK 176ms
● OK 131ms
● OK 107ms
● OK 121ms
● OK 155ms
● OK 126ms
● OK 192ms
● OK 90ms
● OK 102ms
● OK 91ms
● OK 152ms

EMBED THIS BADGE

Show that BlockRun is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

BlockRun listed on x402-list
status
BlockRun uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/blockrun?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/blockrun.svg" alt="BlockRun listed on x402-list" height="28">
</a>
// Markdown
[![BlockRun on x402-list](https://x402-list.com/badge/blockrun.svg)](https://x402-list.com/services/blockrun?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/blockrun?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/blockrun.svg?data=uptime" alt="BlockRun uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/blockrun/update.