πMorpheus Builders API
The Morpheus Builder Ecosystem was designed to allow builders to create subnets where users can stake MOR to gain access to their services.
Subnets incentivize staking by offering perks. Examples: product access, airdrops, premium tiers.
Subnets are rewarded with MOR emissions, which are currently proportional to the MOR staked to their subnet.
For subnets to properly provide users with access to their services, they need a simple & sustainable method to access blockchain data to determine:
1) Who is staking to their subnet?
2) How much MOR are they staking?
This data is now available through the Morpheus Builders API
You can call these endpoints from code or directly via URL.
Base URLs
https://dashboard.mor.org/api/builders/subnetshttps://dashboard.mor.org/api/builders/stakersNetwork
Responses are for the Base network. Amounts are in wei unless the field ends with Formatted.
Endpoints
Get subnets β list all subnets and global totals.
Get stakers β list stakers for a subnet (paged).
Common use cases
Gate access based on stake.
Build staker lists and leaderboards.
Track subnet growth.
Last updated
Was this helpful?