
OpenChainBench is a public API providing open dataset of crypto infrastructure benchmarks: rpc latency, oracles, bridges, prediction markets.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://openchainbench.com/api/openapi.json | Primary API endpoint. |
curl -X GET "https://openchainbench.com/api/openapi.json" \ -H "Accept: application/json"