This is the full list of Moralis REST endpoints covered by Data Feeds, ordered by how widely each is used
(most-used first). Find the endpoint you call today; the Recipes column tells you exactly what to turn on.
Each recipe page has a “Migrating from the REST API” section with the field-by-field mapping for the
endpoints it replaces.
Data Feeds are not a 1:1 endpoint swap. Many endpoints return pre-joined objects that map to a
combination of recipes: the first recipe listed is the core dataset, the rest complete the response. Plan
for a join (usually one SQL view) rather than a drop-in replacement.
New to Data Feeds first? Read the migration overview for how the API and
Data Feeds differ, then come back here to pick your endpoint.
Endpoints by usage
Solana endpoints
The sunsetting Solana token-holder endpoints map onto the same holder recipes, pointed at Solana (the feed’s
SPL tokenTransfers carry absolute post-balances, so the recipes run unchanged):
The sunsetting launchpad / discovery endpoints (pump.fun, Raydium LaunchLab) are all served by the one
Token Bonding Status recipe over the launchpadEvents feed:
Not covered yet
- Other Solana endpoints (prices, swaps, portfolio, metadata) are not yet covered.
- Search and discovery endpoints (
/tokens/search, /discovery/*) are a search product, not an indexed feed.
- RPC node methods (
eth_*) belong to the node product, not Data Feeds.