Skip to main content
GET
/
v1
/
block-enricher
/
block
Get an enriched block
curl --request GET \
  --url https://api.range.org/v1/block-enricher/block \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Query Parameters

network
enum<string>
required
Available options:
eth,
bnb,
base,
arb1,
pol,
osmosis-1,
cosmoshub-4,
neutron-1,
dydx-mainnet-1,
celestia,
dymension_1100-1,
agoric-3,
mantra-1,
stride-1,
pio-mainnet-1,
noble-1,
zigchain-1,
union-1,
thorchain-1,
axelar-dojo-1
height
number
required
Required range: x >= 0

Response

Enriched block payload forwarded from upstream

Last modified on May 15, 2026