OP RETURN Chain Share
Share of OP RETURN chain space used by each detected protocol.
Percentage breakdown of Bitcoin's OP RETURN output space by the protocol writing to it (Runes, Omni, Stacks, OpenTimestamps, plain text, and unclassified), plus an Other slice for every remaining protocol not broken out individually. Other is computed as the Bitview-reported OP RETURN chain-share total minus the six named protocols.
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/op-return-chain-share/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.
before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.
limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.
:metric_name — one of the metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each metric is fetched independently. Responses are trimmed samples to show structure.
Op Return Runes Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_runes_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.34690002
],
[
1788739200000,
0.348
],
[
1788825600000,
0.3489
]
]
Op Return Omni Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_omni_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.0537
],
[
1788739200000,
0.0537
],
[
1788825600000,
0.0537
]
]
Op Return Stacks Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_stacks_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.0163
],
[
1788739200000,
0.0163
],
[
1788825600000,
0.0163
]
]
Op Return Open Timestamps Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_open_timestamps_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.0
],
[
1788739200000,
0.0
],
[
1788825600000,
0.0
]
]
Op Return Text Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_text_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.0319
],
[
1788739200000,
0.031999998
],
[
1788825600000,
0.031999998
]
]
Op Return Unknown Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_unknown_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.031
],
[
1788739200000,
0.031
],
[
1788825600000,
0.031
]
]
Op Return Other Chain Share
Data used by the OP RETURN Chain Share chart.
https://newhedge.io/api/v2/metrics/op-return-chain-share/op_return_other_chain_share?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1788652800000,
0.29340002
],
[
1788739200000,
0.293300002
],
[
1788825600000,
0.293300002
]
]