Skip to main content
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 Templates column tells you exactly what to turn on. Each template 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 templates: the first template 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 removed Solana token-holder endpoints map onto the same holder templates, pointed at Solana (the feed’s SPL tokenTransfers carry absolute post-balances, so the templates run unchanged): The removed launchpad / discovery endpoints (pump.fun, Raydium LaunchLab) are all served by the one Token Bonding Status template over the launchpadEvents feed:

Not covered yet

  • Other Solana endpoints (prices, swaps, portfolio, metadata) are not yet covered.
  • Search and discovery endpoints (/tokens/search) are a search product, not an indexed feed.
  • RPC node methods (eth_*) belong to the node product, not Data Feeds.