Metacore
Get All Categories
Introduction
Octopus - Market API
- Docs
- Warehouse
- GETGet Market Data
- GETGet Market Data (batch)
- GETGet Market Pair
- GETGet All Pairs
- GETGet Pair Trades
- GETGet Historical Market Data
- GETGet Historical Market Data (batch)
- GETGet Historical Pair Data (OHLCV)
- GETQuery Asset Data
- GETQuery Token Data
- GETGet Token Holders
- GETGet Blockchain Pairs
- GETGet Pulse (new, bonding, bonded)
[BETA] Wallet Explorer API
Metacore
Metacore
Get All Categories
GET
/
1
/
metadata
/
categories
curl --request GET \
--url https://api.mobula.io/api/1/metadata/categories
[
{
"name": "<string>",
"market_cap": 123,
"market_cap_change_24h": 123,
"market_cap_change_7d": 123
}
]
Response
200 - application/json
Metadata categories response
The response is of type object[]
.
curl --request GET \
--url https://api.mobula.io/api/1/metadata/categories
[
{
"name": "<string>",
"market_cap": 123,
"market_cap_change_24h": 123,
"market_cap_change_7d": 123
}
]