cURL
curl --request GET \ --url https://explorer-api.mobula.io/api/1/metadata/categories
[ { "name": "<string>", "market_cap": 123, "market_cap_change_24h": 123, "market_cap_change_7d": 123 } ]
Retrieves a list of all asset categories along with their marketcap and percentage changes over the last 24 hours and 7 days.
marketcap
percentage changes
last 24 hours
7 days
Metadata categories response
The response is of type object[].
object[]