Supercharge your crypto venture with Moralis’ Solana NFT API! Immediately fetch pockets balances, wealthy metadata, media objects, and extra – all with a single API name. Minimize complexity, save time, and produce your platform to life with the trade’s greatest and most intuitive device for constructing NFT-related tasks!
To begin issues off, we’ll dive straight right into a code instance and present you the best way to fetch NFT metadata with the Solana NFT API:
import fetch from ‘node-fetch’;
const choices = {
technique: ‘GET’,
headers: {
settle for: ‘utility/json’,
‘X-API-Key’: ‘YOUR_API_KEY’
},
};
fetch(‘https://solana-gateway.moralis.io/nft/mainnet/B3VUvy9hZKmsn2XdDtefTN8fY9ivov3nNPeTw15QonWy/metadata’, choices)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
Calling the script above offers you the metadata of the required NFT, together with its title, description, attributes, Metaplex information, and way more. Right here’s a pattern response:
{
“handle”: “B3VUvy9hZKmsn2XdDtefTN8fY9ivov3nNPeTw15QonWy”,
“mint”: “B3VUvy9hZKmsn2XdDtefTN8fY9ivov3nNPeTw15QonWy”,
“normal”: “metaplex”,
“title”: “Mad Lads #7519”,
“image”: “MAD”,
“description”: “Fock it.”,
“imageOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/7519.png”,
“externalUrl”: “https://madlads.com”,
“metadataOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/json/7519.json”,
“totalSupply”: “1”,
“metaplex”: {
“metadataUri”: “https://madlads.s3.us-west-2.amazonaws.com/json/7519.json”,
“updateAuthority”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“sellerFeeBasisPoints”: 420,
“primarySaleHappened”: 1,
“isMutable”: true,
“masterEdition”: false
},
“attributes”: [
{
“traitType”: “Gender”,
“value”: “Male”
},
{
“traitType”: “Type”,
“value”: “Dark”
},
//…
],
“contract”: {
“kind”: “non-fungible-programmable”,
“title”: “Mad Lads”,
“image”: “MAD”
},
“assortment”: {
“collectionAddress”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“title”: “Mad Lads”,
“description”: “Fock it.”,
“imageOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/7519.png”,
“externalUrl”: “https://madlads.com”,
“metaplexMint”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“sellerFeeBasisPoints”: 500
},
“firstCreated”: {
“mintTimestamp”: 1682119202,
“mintBlockNumber”: 189744777,
“mintTransaction”: “4sfSDiAvaci4hBVTa4xxKvkTXCAMWNeitprnwKJPgwGroNaL8h6VZRdDtVHQBopYf7UZbuXT3fYfap3ULwjpCkEY”
},
“creators”: [
{
“address”: “5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv”,
“share”: 0,
“verified”: true
},
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100,
“verified”: true
}
],
“properties”: {
“information”: [
{
“id”: “portrait”,
“uri”: “https://madlads.s3.us-west-2.amazonaws.com/images/7519.png”,
“type”: “image/png”
},
{
“id”: “rug”,
“uri”: “https://arweave.net/qJ5B6fx5hEt4P7XbicbJQRyTcbyLaV-OQNA1KjzdqOQ/7519.png”,
“type”: “image/png”
}
],
“class”: “picture”,
“assortment”: {
“title”: “Mad Lads”,
“household”: “MAD”
},
“creators”: [
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100
}
]
},
“media”: {
“standing”: “processing”,
“originalMediaUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/7519.png”,
“updatedAt”: “2025-05-21T09:16:34.369Z”
},
“possibleSpam”: false
}
That’s it; that is how simple it’s to get NFT metadata when working with Moralis!
To be taught extra in regards to the Solana NFT API, please be a part of us in at the moment’s information or try the YouTube video under for more information on our most up-to-date updates:
Should you instantly need to begin utilizing this premier device your self, click on the button under to join a free Moralis account:
Overview
Constructing a Solana crypto venture that wants NFT information? Whether or not it’s an NFT market, token explorer, pockets, or analytics platform, you’ll rapidly run into a significant hurdle: accessing, decoding, and indexing NFT information from the Solana blockchain isn’t simple. It’s time-consuming, resource-intensive, and tough to do from scratch.
Thankfully, that’s the place Solana NFT APIs come into play. With only a single API name, you may fetch every little thing from NFT balances to complete metadata with out breaking a sweat.
However which is the most effective Solana NFT API? And the way can it enable you to construct quicker and smarter?
For the solutions to the above questions, be a part of us in at the moment’s information as we lay all of it out for you. Let’s dive straight in!
What’s a Solana NFT API?
A Solana NFT API – quick for ”utility programming interface” – is a device that permits customers to seamlessly entry NFT information on the Solana community. The sort of interface simplifies blockchain interactions, streamlining the method of constructing NFT-related purposes, resembling marketplaces, explorers, analytics platforms, and wallets.
Right here’s why you need to use an NFT API:
Straightforward On-Chain Knowledge Entry: Entry on-chain information – together with balances, metadata, and so forth. – with ease. With out an API, you’d should handle nodes and index the knowledge your self, which is each cumbersome and time-consuming.
Seamless Knowledge Integration: Combine on- and off-chain information into your purposes or web sites with minimal improvement effort. One API name is all it takes to counterpoint your venture with NFT-related insights.
Save Time & Scale back Prices: Using a distinguished NFT API can minimize weeks and even months of improvement time and related prices, as you don’t should hassle with any of the underlying complexities.
All in all, a Solana NFT API simplifies your improvement workflow, serving to you construct NFT-powered tasks quicker and extra effectively.
With that stated, let’s dive into Web3’s #1 API supplier: Moralis for Builders!
What’s Moralis for Builders?
Moralis for Builders is the trade’s prime crypto information supplier, that includes world-class APIs and RPC nodes designed to make your improvement efforts a breeze. Get NFT balances, decoded pockets historical past, dwell costs, OHLCV information, and way more with only a single API request. Supercharge your platform with correct, real-time blockchain information with out breaking a sweat!

Listed here are three the explanation why builders select Moralis:
Extra Knowledge. Fewer Requests: With outcome-oriented APIs, Moralis provides you extra information with fewer requests. Construct every little thing from complete portfolio views to interactive candlestick charts utilizing solely a single endpoint.
Cross-Chain Help: Moralis helps all main chains, together with Solana, Ethereum, Base, Optimism, BNB Good Chain (BSC), and lots of extra. Construct crypto tasks for the whole Web3 ecosystem with one unified toolkit.
Enterprise-Grade Safety: With a SOC 2 Sort 2 certificates, Moralis provides world-class reliability and safety throughout all instruments and options.
Let’s now dive straight into our premier NFT API!
Introducing the Solana NFT API
With Moralis’ Solana NFT API, you may simply get NFT balances, complete metadata, media objects, and extra with only one line of code. It’s the right device for those who’re seeking to combine NFT-related insights into your venture, whether or not you’re constructing a pockets, NFT market, NFT explorer, or every other platform.

Listed here are some key advantages of the Solana NFT API:
Full Metadata: Obtain detailed metadata for all NFTs, together with descriptions, attributes, traits, verification standing, exterior hyperlinks, creator info, Metaplex information, and way more.
Media Gadgets: Get high-quality picture previews for all NFTs.
Assortment Knowledge: Entry assortment information for all NFTs, together with addresses, names, descriptions, URLs, and so forth.
Spam Indicators: Filter out potential spam tokens with superior indicators.
With an summary of the Solana NFT API, we’ll now discover the endpoints of this premier device!
Solana NFT API Endpoints
On the time of writing, the Solana NFT API presently options two endpoints. These two share the next base URL: https://solana-gateway.moralis.io
Listed here are the out there endpoints:
/account/:community/:handle/nft: Question a listing of all NFTs owned by a pockets.
/nft/:community/:handle/metadata: Fetch the worldwide NFT metadata for any given handle.
Let’s take a more in-depth take a look at each these endpoints and their responses in separate sections under.
Get NFTs by Pockets
With the /account/:community/:handle/nft endpoint, you may question an array of all NFTs owned by a pockets. To name this endpoint, you merely have to go alongside two required parameters: community and handle. You may as well embrace the elective nftMetadata, mediaItems, and excludeSpam parameters to obtain full metadata and exclude potential spam tokens. Right here’s an instance of what it will possibly appear to be:
import fetch from ‘node-fetch’;
const choices = {
technique: ‘GET’,
headers: {
settle for: ‘utility/json’,
‘X-API-Key’: ‘YOUR_API_KEY’
},
};
fetch(‘https://solana-gateway.moralis.io/account/mainnet/HHzFhe3RhaGLCKK1bmjKZD71KNnji2Aqcjt2SgwssrnW/nft?nftMetadata=true&mediaItems=true&excludeSpam=true’, choices)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
Calling the endpoint above will return a listing of NFTs, full with metadata, media objects, and extra info. Right here’s a pattern response:
[
{
“associatedTokenAddress”: “5BqdCLLgYgi2HSh8CHBLboGkYrVTD42ABGiBcttsi84d”,
“mint”: “GaZiBNFWjdnLXFqY2VWW4zn859o8hM3SnnRuxzLtnKiN”,
“name”: “Mad Lads #555”,
“symbol”: “MAD”,
“decimals”: 0,
“amount”: “1”,
“amountRaw”: “1”,
“possibleSpam”: false,
“media”: {
“status”: “processing”,
“originalMediaUrl”: “https://madlads.s3.us-west-2.amazonaws.com/images/555.png”,
“updatedAt”: “2025-05-21T09:08:11.436Z”
},
“totalSupply”: “1”,
“attributes”: [
{
“traitType”: “Gender”,
“value”: “Male”
},
{
“traitType”: “Type”,
“value”: “Light”
}
//…
],
“contract”: {
“kind”: “non-fungible-programmable”,
“title”: “Mad Lads”,
“image”: “MAD”
},
“assortment”: {
“collectionAddress”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“title”: “Mad Lads”,
“description”: “Fock it.”,
“imageOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/555.png”,
“externalUrl”: “https://madlads.com”,
“metaplexMint”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“sellerFeeBasisPoints”: 500
},
“firstCreated”: {
“mintTimestamp”: 1681947991,
“mintBlockNumber”: 189387012,
“mintTransaction”: “3bAFUGtMpUV6HTESy2LFMDARmbB4CgNbP5G9qzdrxN4HHkgNJ8DMQeZA7chJ3zUU2HtugcESCHuDM78ttSye4kij”
},
“creators”: [
{
“address”: “5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv”,
“share”: 0,
“verified”: true
},
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100,
“verified”: true
}
],
“properties”: {
“information”: [
{
“id”: “portrait”,
“uri”: “https://madlads.s3.us-west-2.amazonaws.com/images/555.png”,
“type”: “image/png”
},
{
“id”: “rug”,
“uri”: “https://arweave.net/qJ5B6fx5hEt4P7XbicbJQRyTcbyLaV-OQNA1KjzdqOQ/555.png”,
“type”: “image/png”
}
],
“class”: “picture”,
“assortment”: {
“title”: “Mad Lads”,
“household”: “MAD”
},
“creators”: [
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100
}
]
}
}
//…
]
Should you’d prefer to be taught extra about this endpoint and take a look at it out your self, please try the Get SOL NFTs documentation web page.
Get NFT Metadata
The /nft/:community/:handle/metadata endpoint returns an object with the required NFT’s metadata. To name this endpoint, it’s essential to go alongside community and handle parameters. Right here’s a pattern script exhibiting it in motion:
import fetch from ‘node-fetch’;
const choices = {
technique: ‘GET’,
headers: {
settle for: ‘utility/json’,
‘X-API-Key’: ‘YOUR_API_KEY’
},
};
fetch(‘https://solana-gateway.moralis.io/nft/mainnet/B3VUvy9hZKmsn2XdDtefTN8fY9ivov3nNPeTw15QonWy/metadata’, choices)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
Operating the code above will return an object containing the metadata of the NFT, together with its title, description, Metaplex information, attributes, assortment insights, media objects, spam indicator, and extra. Right here’s what it will possibly appear to be:
{
“handle”: “B3VUvy9hZKmsn2XdDtefTN8fY9ivov3nNPeTw15QonWy”,
“mint”: “B3VUvy9hZKmsn2XdDtefTN8fY9ivov3nNPeTw15QonWy”,
“normal”: “metaplex”,
“title”: “Mad Lads #7519”,
“image”: “MAD”,
“description”: “Fock it.”,
“imageOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/7519.png”,
“externalUrl”: “https://madlads.com”,
“metadataOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/json/7519.json”,
“totalSupply”: “1”,
“metaplex”: {
“metadataUri”: “https://madlads.s3.us-west-2.amazonaws.com/json/7519.json”,
“updateAuthority”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“sellerFeeBasisPoints”: 420,
“primarySaleHappened”: 1,
“isMutable”: true,
“masterEdition”: false
},
“attributes”: [
{
“traitType”: “Gender”,
“value”: “Male”
},
{
“traitType”: “Type”,
“value”: “Dark”
},
//…
],
“contract”: {
“kind”: “non-fungible-programmable”,
“title”: “Mad Lads”,
“image”: “MAD”
},
“assortment”: {
“collectionAddress”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“title”: “Mad Lads”,
“description”: “Fock it.”,
“imageOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/7519.png”,
“externalUrl”: “https://madlads.com”,
“metaplexMint”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“sellerFeeBasisPoints”: 500
},
“firstCreated”: {
“mintTimestamp”: 1682119202,
“mintBlockNumber”: 189744777,
“mintTransaction”: “4sfSDiAvaci4hBVTa4xxKvkTXCAMWNeitprnwKJPgwGroNaL8h6VZRdDtVHQBopYf7UZbuXT3fYfap3ULwjpCkEY”
},
“creators”: [
{
“address”: “5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv”,
“share”: 0,
“verified”: true
},
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100,
“verified”: true
}
],
“properties”: {
“information”: [
{
“id”: “portrait”,
“uri”: “https://madlads.s3.us-west-2.amazonaws.com/images/7519.png”,
“type”: “image/png”
},
{
“id”: “rug”,
“uri”: “https://arweave.net/qJ5B6fx5hEt4P7XbicbJQRyTcbyLaV-OQNA1KjzdqOQ/7519.png”,
“type”: “image/png”
}
],
“class”: “picture”,
“assortment”: {
“title”: “Mad Lads”,
“household”: “MAD”
},
“creators”: [
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100
}
]
},
“media”: {
“standing”: “processing”,
“originalMediaUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/7519.png”,
“updatedAt”: “2025-05-21T09:16:34.369Z”
},
“possibleSpam”: false
}
Take a look at the Get SOL NFT Metadata documentation web page to be taught extra about this endpoint.
Full Tutorial: How you can Get a Pockets’s NFT Stability
Now that you’ve familiarized your self with the Solana NFT API and its endpoints, let’s dive right into a tutorial exhibiting you the way it works in follow. Extra particularly, we’ll present you the best way to get the NFT steadiness of any pockets in three easy steps:
Get Your API Key
Write a Script
Run the Code
However earlier than we will kickstart this tutorial, it’s essential to cope with some stipulations!
Conditions
To observe alongside within the tutorial under, be sure you have these put in:
Step 1: Get Your API Key
To make use of the Solana NFT API, you first want a Moralis API key. To get one, begin by signing up for a free account utilizing the button on the prime proper:

When you log in to the admin panel, you’ll discover your API key immediately underneath the ”House” tab:

Save your Moralis API key for now, as you’ll want it within the subsequent step!
Step 2: Write a Script
After buying your API key, the subsequent step is to put in writing a script calling the /account/:community/:handle/nft endpoint. To take action, open your IDE, arrange a folder, and initialize a brand new venture with this terminal command:
npm init
Subsequent, set up the required dependencies with these two terminal instructions:
npm set up node-fetch –save
npm set up moralis @moralisweb3/common-evm-utils
Open your ”bundle.json” file and add ”kind”: ”module” to the listing:

Create a brand new ”index.js” file and add the next code:
import fetch from ‘node-fetch’;
const choices = {
technique: ‘GET’,
headers: {
settle for: ‘utility/json’,
‘X-API-Key’: ‘YOUR_API_KEY’
},
};
fetch(‘https://solana-gateway.moralis.io/account/mainnet/HHzFhe3RhaGLCKK1bmjKZD71KNnji2Aqcjt2SgwssrnW/nft?nftMetadata=true&mediaItems=true&excludeSpam=true’, choices)
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
Subsequent, it’s essential to configure the code. To begin with, add your Moralis API key by changing YOUR_API_KEY:

From right here, you may additionally need to modify the question parameters to fit your preferences by, as an illustration, changing the handle. Moreover, within the pattern code, we’ve included nftMetadata, mediaItems, and excludeSpam, all set to true, to fetch full metadata, media objects, and filter out spam tokens. Should you don’t want all this information, simply take away the parameters from the question:

Step 3: Run the Code
To execute the script, simply open a brand new terminal, cd into your venture’s root folder, and run this command:
node index.js
Doing so offers you a response containing all of the NFTs owned by the required handle. Right here’s an instance of what it will possibly appear to be:
[
{
“associatedTokenAddress”: “5BqdCLLgYgi2HSh8CHBLboGkYrVTD42ABGiBcttsi84d”,
“mint”: “GaZiBNFWjdnLXFqY2VWW4zn859o8hM3SnnRuxzLtnKiN”,
“name”: “Mad Lads #555”,
“symbol”: “MAD”,
“decimals”: 0,
“amount”: “1”,
“amountRaw”: “1”,
“possibleSpam”: false,
“media”: {
“status”: “processing”,
“originalMediaUrl”: “https://madlads.s3.us-west-2.amazonaws.com/images/555.png”,
“updatedAt”: “2025-05-21T09:08:11.436Z”
},
“totalSupply”: “1”,
“attributes”: [
{
“traitType”: “Gender”,
“value”: “Male”
},
{
“traitType”: “Type”,
“value”: “Light”
}
//…
],
“contract”: {
“kind”: “non-fungible-programmable”,
“title”: “Mad Lads”,
“image”: “MAD”
},
“assortment”: {
“collectionAddress”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“title”: “Mad Lads”,
“description”: “Fock it.”,
“imageOriginalUrl”: “https://madlads.s3.us-west-2.amazonaws.com/pictures/555.png”,
“externalUrl”: “https://madlads.com”,
“metaplexMint”: “J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w”,
“sellerFeeBasisPoints”: 500
},
“firstCreated”: {
“mintTimestamp”: 1681947991,
“mintBlockNumber”: 189387012,
“mintTransaction”: “3bAFUGtMpUV6HTESy2LFMDARmbB4CgNbP5G9qzdrxN4HHkgNJ8DMQeZA7chJ3zUU2HtugcESCHuDM78ttSye4kij”
},
“creators”: [
{
“address”: “5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv”,
“share”: 0,
“verified”: true
},
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100,
“verified”: true
}
],
“properties”: {
“information”: [
{
“id”: “portrait”,
“uri”: “https://madlads.s3.us-west-2.amazonaws.com/images/555.png”,
“type”: “image/png”
},
{
“id”: “rug”,
“uri”: “https://arweave.net/qJ5B6fx5hEt4P7XbicbJQRyTcbyLaV-OQNA1KjzdqOQ/555.png”,
“type”: “image/png”
}
],
“class”: “picture”,
“assortment”: {
“title”: “Mad Lads”,
“household”: “MAD”
},
“creators”: [
{
“address”: “2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW”,
“share”: 100
}
]
}
}
//…
]
Congratulations! You now know the best way to get the NFT steadiness of a pockets on the Solana community!
Past the Solana NFT API – Exploring Different High-Tier Moralis Instruments
Along with the NFT API, you’ll discover different top-tier improvement instruments in our Solana API suite. Listed here are three examples we’ll take a look at within the following sections:
Pockets API
Token API
Value API
Pockets API: Get a Pockets’s Portfolio Knowledge, Swaps, & Native Stability
When utilizing the Pockets API, you may simply get any pockets’s portfolio information, decoded transaction historical past, native steadiness, and extra with only a single API name. Construct every little thing from complete portfolio views to detailed transaction timelines with out breaking a sweat.

Listed here are three key endpoints of the Pockets API:
/account/:community/:handle/portfolio: Get all digital property owned by a pockets, together with native tokens, fungible tokens, and NFTs, full with media objects, metadata, and extra.
/account/:community/:walletAddress/swaps: Fetch all swap-related transactions of a pockets, enriched with class tags, handle labels, and so forth.
/account/:community/:handle/steadiness: Question a pockets’s native steadiness.
To be taught extra about this premier device, please try the Solana Pockets API documentation.
Token API: Fetch Token Metadata, Holders, & Pairs
With the Token API, you may effortlessly get token metadata, holders, pairs, snipers, swaps, and way more. Use this premier interface to construct superior token search performance, transaction tables, holder charts, and extra with minimal improvement effort.

Listed here are three Token API endpoints you’ll seemingly discover useful:
/token/:community/:handle/metadata: Question the metadata of any fungible token.
/token/:community/:handle/top-holders: Get a listing of a token’s prime holders.
/tokens/search: Seek for any token by title, image, handle, or pair handle.
Take a look at the Solana Token API documentation to be taught extra about this top-tier device.
Value API: Question Actual-Time Costs & OHLCV Knowledge
The Value API is the last word device for anybody seeking to combine costs into their crypto tasks. With only a single API name, you should use this premier device to get any token’s real-time worth, OHLCV information, and extra.

Listed here are three endpoints of the Value API:
/token/:community/:handle/worth: Fetch the real-time worth of a token, denominated in each the chain’s native foreign money and USD.
/token/mainnet/costs: Question the costs of a number of tokens concurrently.
/token/:community/pairs/:pairAddress/ohlcv: Get OHLCV candlestick information for any token.
To be taught extra about this premier device, please try the Solana Value API documentation web page.
Abstract: Solana NFT API – Exploring the #1 API for Solana NFTs
In search of a straightforward method to enrich your platform with NFT information from the Solana blockchain? If that’s the case, then you definitely’ll undoubtedly need to try Moralis’ Solana NFT API. With this premier device, you may effortlessly combine NFT balances, full metadata, media objects, and way more into your platform with only a single request!

Listed here are some distinguished advantages of the Solana NFT API:
Complete Metadata: Get in-depth metadata for all tokens, together with attributes, traits, description, Metaplex information, and extra.
Media Gadgets: Question picture previews for all NFTs.
Spam Filters: Make the most of spam indicators to filter out undesirable NFTs.
Assortment Knowledge: Obtain assortment information for all NFTs, together with names, addresses, descriptions, and extra.
So, for those who’re searching for the most effective Solana NFT API, make certain to join a free Moralis account at the moment!