Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmartinsson committed Oct 16, 2023
1 parent 41453e8 commit d89d2d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions for-dapp-developers/useful-projects-on-cronos/moralis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## **Introduction**

Moralis helps leading cryptocurrency and blockchain companies like Metamask, Blockchain.com and Opera Crypto Wallet to grow and innovate faster with high quality, insightful data tools on Cronos, and on all other major EVM chains. By using Moralis, your team can focus on growing your product and your business while minimizing the time and money you spend on data infrastructure.
Moralis helps leading cryptocurrency and blockchain companies like MetaMask, Blockchain.com and Opera Crypto Wallet to grow and innovate faster with high quality, insightful data tools on Cronos, and on all other major EVM chains. By using Moralis, your team 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.
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

Expand All @@ -18,7 +18,7 @@ You will find your API key under your account settings.
Below you'll find details about the different APIs that Moralis offers and some examples of the endpoints available.

### NFT API
The [Moralis NFT API](https://moralis.io/api/nft/) can be used 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 Moralis [NFT API](https://moralis.io/api/nft/) 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.

Expand Down Expand Up @@ -156,7 +156,7 @@ Below is an example where we call the Get NFTs by Wallet endpoint ( `{wallet_add
```

### Token API
The [Moralis Token API](https://moralis.io/api/token/?utm_source=cronos-docs) 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 [Token API](https://moralis.io/api/token/?utm_source=cronos-docs) 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 Token API includes token logos and spam detection.

Expand Down Expand Up @@ -195,7 +195,7 @@ The Token API includes token logos and spam detection.
```

### Market Data API
The [Moralis Market Data API](https://moralis.io/api/market-data/?utm_source=cronos-docs) 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 loosers.
The Moralis [Market Data API](https://moralis.io/api/market-data/?utm_source=cronos-docs) 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.

#### Endpoints
- [Get the top ERC20 tokens by market cap](https://docs.moralis.io/web3-data-api/evm/reference/get-top-erc20-tokens-by-market-cap)
Expand Down Expand Up @@ -226,7 +226,7 @@ const response = await Moralis.EvmApi.marketData.getTopERC20TokensByMarketCap({}
```

### Blockchain API
Using the [Moralis Blockchain API](https://moralis.io/api/block/?utm_source=cronos-docs) 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.
Using the Moralis [Blockchain API](https://moralis.io/api/block/?utm_source=cronos-docs) 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.

#### Endpoints
- [Get Block by Block number or Block Hash](https://docs.moralis.io/web3-data-api/evm/reference/get-block)
Expand Down Expand Up @@ -324,7 +324,7 @@ Using the [Moralis Blockchain API](https://moralis.io/api/block/?utm_source=cron


## Moralis Streams
[Moralis Streams](https://moralis.io/streams/?utm_source=cronos-docs) 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.
[Moralis Streams](https://moralis.io/streams/?utm_source=cronos-docs) 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 [Streams User Interface](https://admin.moralis.io/streams) once you're signed into the Moralis Admin Panel, or through the [API](https://docs.moralis.io/streams-api/evm).

Expand All @@ -345,4 +345,4 @@ Here are additional resources to help you get started with the Moralis:
* [Moralis Account Login](https://admin.moralis.io/login)
* [Moralis Tutorials](https://www.youtube.com/@MoralisWeb3)
* [Tutorial: Build a DEX with Moralis](https://www.youtube.com/watch?v=t8U7GRrlYW8)
* [Tutorial: Get Any Token Price with Moralis](https://www.youtube.com/watch?v=laDsODyofVU)
* [Tutorial: Get Any Token Price with Moralis](https://www.youtube.com/watch?v=laDsODyofVU)

0 comments on commit d89d2d5

Please sign in to comment.