Overview
This section contains practical tutorials and guides to help you build with Moralis APIs. Each tutorial walks through a specific use case with code examples you can adapt for your own projects.What You’ll Find
Data API Tutorials
Step-by-step guides covering common blockchain data queries:- Tokens and Markets - Query token balances, swaps, metadata, and market data
- Prices and Charts - Fetch historical prices and OHLC data for charting
- Blocks and Transactions - Look up blocks by timestamp and query transactions
- NFTs - Get NFT ownership, floor prices, metadata, and traits
Migration Guides
Guides for migrating from other blockchain data providers:- From Reservoir - Migrate NFT data queries to Moralis
- From OK Link - Migrate blockchain data queries to Moralis
- From SimpleHash - Migrate NFT API calls to Moralis
Tutorial Categories
Tokens and Markets
| Tutorial | Description |
|---|---|
| Get ERC-20 Token Balance | Query token holdings for a wallet |
| Get Token Metadata | Retrieve token details and decimals |
| Get Top Tokens by Market Cap | Discover trending tokens |
Prices and Charts
| Tutorial | Description |
|---|---|
| Get Historical Token Prices | Query price history for tokens |
| Get OHLC Data | Fetch candlestick data for charts |
NFTs
| Tutorial | Description |
|---|---|
| Get NFT Owners | List all owners of an NFT collection |
| Get NFT Floor Price | Query collection floor prices |
| Get NFT Metadata | Retrieve NFT attributes and media |
Get Started
Choose a tutorial based on what you want to build:- Building a wallet? Start with Token Balances
- Building charts? Start with OHLC Data
- Building NFT features? Start with NFT Metadata

