Skip to main content
GET
/
tokens
/
categories
Get ERC20 token categories
curl --request GET \
  --url https://deep-index.moralis.io/api/v2.2/tokens/categories \
  --header 'X-API-Key: <api-key>'
[
  {
    "categories": [
      {
        "name": "Stablecoin",
        "id": "stablecoin"
      }
    ]
  }
]
Endpoint cost: CUs. Learn more about compute units.

Authorizations

X-API-Key
string
header
default:test
required

Response

200 - application/json

Returns a list of ERC20 token categories, such as stablecoin, meme, governance, and more. Use this endpoint to explore available token categories for filtering or analytics.

categories
object[]
required