Get subnets

List all Builder Subnets on Base.

Returns every subnet registered in the Morpheus Builders ecosystem on Base.

Use this to:

  • Discover subnets currently available in the Morpheus Ecosystem

  • Fetch a subnet_id for a particular Builder Subnet

  • Calculate Totals for downstream calculations, like total MOR staked

Request

GET https://dashboard.mor.org/api/builders/subnets

No query params.

circle-info

Values ending in Formatted are already converted to human-readable MOR.

Response

Common top-level fields:

Field
Type
Description

success

boolean

Call status

network

string

Identifier (e.g. base)

timestamp

string

ISO 8601 timestamp

data.subnets

array

Array of subnets with metadata

data.totals

object

Aggregate subnet metrics

data.subnets[]

Field
Type
Description

id

string

subnet_id (bytes32 hash)

name

string

Subnet Name

admin

string

Admin Wallet Address

totalStaked

string

MOR Staked to Subnet (wei)

totalStakedFormatted

number

MOR Staked to Subnet (number)

totalUsers

number

Unique stakers to subnet

minimalDeposit

string

Min Deposit for subnet (wei)

minimalDepositFormatted

number

Min Deposit for subnet (number)

startsAt

string

Timestamp (safe to ignore)

data.totals

Field
Type
Description

totalSubnets

number

Number of subnets

totalStaked

string

Total Staked MOR (wei)

totalStakedFormatted

number

Total Staked MOR (number)

totalStakers

number

Total unique stakers

Examples

Sample response

Postman

Open in Postmanarrow-up-right

Last updated

Was this helpful?