cURL
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" } ] } ]
List all supported token categories, which can then be used for filtering on endpoints such as getFilteredTokens.
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.
Show child attributes