# 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.

{% hint style="info" %}
In the future, emissions will also factor in subnet utilization of the Morpheus Inference Marketplace.
{% endhint %}

For subnets to properly provide users with access to their services, they need a simple & sustainable method to access blockchain data to determine:&#x20;

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

```plaintext
https://dashboard.mor.org/api/builders/subnets
```

```
https://dashboard.mor.org/api/builders/stakers
```

### Network

Responses are for the **Base** network. Amounts are in **wei** unless the field ends with `Formatted`.

### Endpoints

* [Get subnets](https://gitbook.mor.org/builders/morpheus-builders-api/endpoints/get-subnets) — list all subnets and global totals.
* [Get stakers](https://gitbook.mor.org/builders/morpheus-builders-api/endpoints/get-stakers) — list stakers for a subnet (paged).

### Common use cases

* Gate access based on stake.
* Build staker lists and leaderboards.
* Track subnet growth.
