Moralis helps leading cryptocurrency and blockchain companies to grow and innovate faster with high-quality and insightful data tools on Cronos and other major EVM chains. By using Moralis, you can focus on growing your product and your business while minimizing the time and money you spend on data infrastructure.
Moralis offers APIs and real-time data Streams for NFT data, token data, wallet data, raw blockchain data, as well as market insights and discovery data.
Getting Started
In order to use any of the Moralis APIs, you need to for a free Moralis account and get your API key.
You will find your API key under your account settings.
Moralis APIs
Below you'll find details about the different APIs that Moralis offers and some examples of the endpoints available.
NFT API
The Moralis can be used to quickly build NFT functionality in your wallet, portfolio application or to spin up an NFT marketplace. You can use it to fetch NFTs owned by particular wallets, or get NFT transfers and sales, or track prices of recent NFT sales.
The NFT API automatically indexes all NFTs and metadata across all available chains.
Endpoints
Example call
Below is an example where we call the Get NFTs by Wallet endpoint ( {wallet_address}/nft) with the Moralis JS SDK.
Here are additional resources to help you get started with the Moralis:
The Moralis has all the information you need about ERC20 tokens, including ownership, transfers and token prices. Use it to add ERC20 support in your wallet or enrich your token pages with in-depth token metadata.
The Moralis helps you retrieve top coins and NFT collection based on market cap and trading volume. You can use it to build market discovery pages, coin listing pages or displaying winners and losers.
Using the Moralis you can fetch basic data about blocks, transactions, logs and events. The Blockchain API also supports transaction decoding, which automtically decodes the transaction logs for you, without submitting any ABIs.
is an API for real-time blockchain data, sent over webhooks. Using Streams you can avoid polling of other APIs and instead only be notified when something has actually happened. You can configure the Stream to notify you only when specific things happen on-chain, like transactions, transfers, mints, or any other custom event. Streams support custom events and customer filters.
Streams can be created either in the once you're signed into the Moralis Admin Panel, or through the .