Networks

Blockchain network endpoints

List supported networks

get

Returns a minimal summary of all supported networks (id, code, name, native symbol, PoS flag, and status).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successful response

application/json
idintegerRequiredExample: 1
codestringRequiredExample: ETH
namestringRequiredExample: Ethereum
nativeSymbolstringRequiredExample: ETH
isPosbooleanRequiredExample: true
statusstring · enumRequiredExample: StablePossible values:
get
/networks

Get single network

get

Returns the same minimal summary as /networks, but for a single network identified by its code.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
codestringRequired

Network code (e.g., ETH, SOL, DOT)

Responses
chevron-right
200

Successful response

application/json
idintegerRequiredExample: 1
codestringRequiredExample: ETH
namestringRequiredExample: Ethereum
nativeSymbolstringRequiredExample: ETH
isPosbooleanRequiredExample: true
statusstring · enumRequiredExample: StablePossible values:
get
/networks/{code}

Get network KPI

get

Returns core infrastructure metrics for a single network — active nodes, validators, total blocks, and last update time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
codestringRequired

Network code (e.g., ETH, SOL, DOT, ...)

Responses
chevron-right
200

Successful response

application/json
activeNodesintegerRequiredExample: 178
activeValidatorsintegerRequiredExample: 1672
totalBlocksintegerRequiredExample: 21192392
updatedAtstringRequiredExample: 2022-10-01 13:00:00
get
/networks/{code}/kpi

Get network performance

get

Returns performance metrics for a single network — TPS, fees, block time, status, and last update time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
codestringRequired

Network code (e.g., ETH, SOL, DOT, ...)

Responses
chevron-right
200

Successful response

application/json
tpsstringRequiredExample: 3412.55
avgFeeNativestringRequiredExample: 0.000005
avgFeeUsdstringRequiredExample: 0.0009
blockTimeSstringRequiredExample: 0.41
statusstring · enumRequiredExample: StablePossible values:
updatedAtstringRequiredExample: 2022-10-01 13:00:00
get
/networks/{code}/performance

Get network APR and staking data

get

Returns economic metrics for a single network — validator APR, staking ratios, TVL, total supply, and last update time.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
codestringRequired

Network code (e.g., ETH, SOL, DOT, ...)

Responses
chevron-right
200

Successful response

application/json
validatorAprstringRequiredExample: 6.342
stakingRatiostringRequiredExample: 0.672
stakingTvlNativestringRequiredExample: 4321546.38200000
stakingTvlUsdstringRequiredExample: 13432154.22
totalSupplyNativestringRequiredExample: 98231544.00000000
totalSupplyUsdstringRequiredExample: 302130123.11
sourcestringRequiredExample: stakingrewards.com
updatedAtstringRequiredExample: 2022-10-01 13:00:00
get
/networks/{code}/apr

Last updated