website logo
Join the CommunityContact Us
Navigate through spaces
Main
⌘K
Palm Network Developer Portal
The Palm Network
Submit an Article
Network Details
Validators
Get Started
Get PALM Tokens
Gas Fees
Connect to Palm network
Run a Transaction Node
How To Tutorials
MetaMask Wallet Setup
Deploy NFT Contracts
Verifying NFT Contracts
Mint NFTs with Hardhat
Bridge
Use the Bridge
Integrate With the Bridge
Bridge Component Addresses
Deprecated
Use Supported Tools
Block Explorer
Moralis
The Graph
Covalent API
Docs powered by archbee 
28min

Moralis

Overview

Moralis provides enterprise-grade web3 APIs and SDKs that enable you to index NFT and blockchain data quickly and easily, empowering you to build high-performance, scalable NFT dApps on the Palm network quickly. 

Fetch real-time NFT metadata, ownership data, transfer data, NFT prices, and more.

Moralis APIs Key Features

  • Fetch all NFTs of a specific contract
  • Fetch all NFTs of a specific wallet
  • Fetch collection metadata
  • Fetch NFT metadata
  • Verify signed messages by wallet
  • Receive real-time NFT transfer notifications
  • More

Popular Use Cases

  • NFT Marketplaces
  • NFT Auction Sites
  • Portfolio Apps
  • NFT-based Authentication

Account Setup

🏁 Prerequisites

  • NodeJS 14+
  • NPM/Yarn/PNPM

This tutorial will walk you through how to create your account and install and initialize the Moralis SDK. You can then use the API to:

  • Get NFTs by Wallet
  • Get Transfers by Contract
  • Get Owners by Contract

1. Create your account

  • Go to Moralis Admin to create your Moralis account to get started.
Document image



  • Once logged in, go to the Web3 Apis tab and copy the API Key.
Document image

2. Install Moralis SDK

To add Moralis to your existing project, run the following command

npm
yarn
pnpm
|

3. Initialize Moralis SDK

Once you have the Moralis SDK installed to your project, initialize it with your Moralis API key to have the permission to use all Moralis APIs.



index.js
index.ts
|

API Next Steps 👉

Get NFTs by Wallet

Get Transfers by Contract

Get Owners by Contract

💡 Learn More

  • API Reference
Updated 13 Dec 2022
Did this page help you?
Yes
No
UP NEXT
Get NFTs by Wallet
Docs powered by archbee 
TABLE OF CONTENTS
Overview
Moralis APIs Key Features
Popular Use Cases
Account Setup
🏁 Prerequisites
1. Create your account
2. Install Moralis SDK
3. Initialize Moralis SDK
API Next Steps 👉
💡 Learn More