Partners and integrations

Embed OpenChainBench measurements anywhere

Every measurement on OpenChainBench is published under the Creative Commons Attribution 4.0 license. You can mirror, embed, cite and reformat any value as long as the source link points back to the benchmark page it came from. The assets below are the ones we maintain so you do not have to.

Live ranking badges

SVG badges that render the live rank + headline figure for one provider on one benchmark. The SVG refreshes on the OpenChainBench CDN every five minutes so an embedded copy stays in sync without any work on your side.

Endpoint

GET https://openchainbench.com/api/badge/<benchmark-slug>/<provider-slug>

Direct SVG (example)

https://openchainbench.com/api/badge/rpc-capabilities/helius

Markdown for a README

[![OpenChainBench rpc-capabilities ranking for Helius](https://openchainbench.com/api/badge/rpc-capabilities/helius)](https://openchainbench.com/benchmarks/rpc-capabilities)

HTML embed

<a href="https://openchainbench.com/benchmarks/rpc-capabilities" target="_blank" rel="noopener"><img src="https://openchainbench.com/api/badge/rpc-capabilities/helius" alt="OpenChainBench rpc-capabilities ranking for Helius" /></a>

Optional query params ?chain=, ?region= and ?kind= scope the rank to a single cell when the benchmark publishes a chain x region ranking matrix. The badge prints the scope as a subscript so a reader never reads a chain-scoped #1 as a global finish.

Need a copy-paste string instead of a URL? Append /snippet?format=markdown (or html, url, json) to the badge endpoint and the server returns the formatted snippet directly.

Share cards (1200 x 630)

High-resolution PNG poster of any benchmark. Five layouts: full ranking, leaderboard, 24h chart snapshot, single-provider headline, two-provider compare. Each is rendered server-side from React, so the values are always the most recent ones the benchmark holds at request time.

Endpoint

GET https://openchainbench.com/benchmarks/<benchmark-slug>/share-card?template=<layout>

Templates accepted: ranking, leaderboard, snapshot, headline, compare. Each benchmark page ships with a Share dialog that previews every template and downloads the PNG, so you can pick visually if the URL form is not your preference.

Citation snippets

Plain-text quotes and pre-formatted headline sentences for journalists, researchers and LLMs that need a one-liner with the source link baked in.

Per-benchmark JSON

GET https://openchainbench.com/api/stat/<benchmark-slug>

Full index

GET https://openchainbench.com/api/citable

Each /api/stat response carries a ready-to-paste headline sentence and a citation quote with the canonical bench URL embedded. The citation index covers every live benchmark in a single response so an LLM or aggregator can ingest the catalog in one call.

Public data APIs

REST endpoints and an MCP server expose the raw rankings, sparkline series, methodology and provider metadata. Same data the OCB site renders, no scraping required.

OpenAPI

GET https://openchainbench.com/api/openapi.json

MCP server (Streamable HTTP)

https://openchainbench.com/api/mcp/mcp

LLM-ready context dump (~80 KB markdown)

GET https://openchainbench.com/api/llm-context

llms.txt index

https://openchainbench.com/llms.txt

License

Every measurement on this site is published under Creative Commons Attribution 4.0 International. You can mirror, transform, embed and quote the data freely as long as the source link points back to the benchmark page it came from.

Talk to us

If you are integrating OpenChainBench in a product, a research note, or a comparison page and want methodology coverage notes, custom variant URLs, or anything more involved, we are happy to coordinate.

Email openchainbench@gmail.com or DM @OpenChainBench on X. Source code lives on GitHub.

Looking for the full benchmark catalog? /benchmarks lists every live measurement. The methodology page documents how each headline figure is computed.