> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Get All Asset Categories and Market Cap Changes

> Use the Metadata Categories endpoint to retrieve a list of all asset categories with market cap and percentage changes over 24h and 7d.

The [**Metadata Categories**](https://docs.mobula.io/rest-api-reference/endpoint/metadata-categories) endpoint lets you retrieve a list of all asset categories available in Mobula metadata.

It returns each category’s market cap plus percentage changes over the last 24 hours and 7 days.

This is useful for building category dashboards and market overviews.

***

<div style={{ position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden' }}>
  <iframe src="https://www.youtube.com/embed/eb-HVwRM50k" title="YouTube video player" style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: 0 }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />
</div>

***

## What this endpoint does

With this API, you can:

* Retrieve all asset categories available in Mobula metadata
* Return category-level market cap
* Return category market cap percentage change over `24h` and `7d`

***

## What you’ll need

* Basic knowledge of REST APIs
* No parameters required for this endpoint
* A Mobula API key

Note: All Mobula endpoints require an API key.\
Get a free API key: [Here](https://admin.mobula.io/)

***

## When to use Metadata Categories

Use this endpoint when you want to:

* Build a category overview page with market cap and trends
* Compare category performance across 24h and 7d windows
* Rank categories by market cap
* Track which sectors are gaining or losing market share

If you want metadata for a single asset (description, links, tags), use: [**Metadata**](https://docs.mobula.io/rest-api-reference/endpoint/metadata)

If you want metadata for many assets in one call, use: [**Multi Metadata**](https://docs.mobula.io/rest-api-reference/endpoint/multi-metadata)

If you want asset-level market data and supply stats across chains, use: [**Asset Details**](https://docs.mobula.io/rest-api-reference/endpoint/asset-details)

***

## Walkthrough to Get Metadata Categories

### 1. Click the API form

This endpoint does not have a required parameter, you may just click **Send**.

***

## Reviewing the response

Each item in the response represents one category:

* `name`: Category name
* `market_cap`: Total market cap for the category
* `market_cap_change_24h`: Market cap percentage change over the last 24 hours
* `market_cap_change_7d`: Market cap percentage change over the last 7 days

***

## Try It Live with Mobula Metadata Categories Demo (UI)

You can also test this endpoint using our demo UI:

[Demo UI Homepage](https://mobula-demo-endpoint-production.up.railway.app/)

[Metadata Categories Demo UI](https://mobula-demo-endpoint-production.up.railway.app/metadata-categories)

[Docs](https://docs.mobula.io/rest-api-reference/endpoint/metadata-categories)

***

## Summary

The [**Metadata Categories**](https://docs.mobula.io/rest-api-reference/endpoint/metadata-categories) endpoint helps you:

* Retrieve all asset categories with market cap and 24h and 7d changes
* Call the endpoint with no parameters required
* Build category dashboards and sector performance tracking views
* Visualize results instantly in the Metadata Categories Demo UI

***

## Try Mobula for Free

Try our free API today and start building in minutes.\
Get your free API key: [Here](https://admin.mobula.io/)
