NFT API tools

FREEMIUM
By Metaverse Professional | Updated hace un mes | Data
Popularity

8.1 / 10

Latency

11,487ms

Service Level

87%

Health Check

N/A

README

image

NFT API Tools

Set of APIs to get info about your NFTs directly from your Blockchain.

API Endpoints

1. Generate NFT Metadata

Enhance your NFT creation with our โ€˜Generate NFT Metadataโ€™ endpoint. It uses advanced computer vision to analyze images, crafting unique titles, descriptions, and traits for your NFTs, streamlining data generation.

  • HTTP Method: POST
  • URL: https://nft-api-tools.p.rapidapi.com/generateNFTMetadata
  • Headers:
    • X-RapidAPI-Host: nft-api-tools.p.rapidapi.com
    • X-RapidAPI-Key: <Your-RapidAPI-Key>
    • Content-Type: application/json
  • Data Body:
{
  "image_url": "https://res.cloudinary.com/.../thumbnailv2/base-mainnet/935d...",
  "context": "A T-Rex Jedi"
}
  • CURL Example:
curl --request POST \
  --url https://nft-api-tools.p.rapidapi.com/generateNFTMetadata \
  --header 'X-RapidAPI-Host: nft-api-tools.p.rapidapi.com' \
  --header 'X-RapidAPI-Key: <Your-RapidAPI-Key>' \
  --header 'content-type: application/json' \
  --data '{
    "image_url": "https://res.cloudinary.com/.../thumbnailv2/base-mainnet/935d547b...",
    "context": "A T-Rex Jedi"
}'

2. Count NFTs for Owner

Get the total number of NFTs from an account.

  • HTTP Method: GET
  • URL: https://nft-api-tools.p.rapidapi.com/countNFTsForOwner?owner=<owner_address>
  • Headers:
    • X-RapidAPI-Host: nft-api-tools.p.rapidapi.com
    • X-RapidAPI-Key: <Your-RapidAPI-Key>
  • Query Parameters:
    • owner: Blockchain address of the NFT owner.
  • CURL Example:
curl --request GET \
  --url 'https://nft-api-tools.p.rapidapi.com/countNFTsForOwner?owner=0xc71f8b89...' \
  --header 'X-RapidAPI-Host: nft-api-tools.p.rapidapi.com' \
  --header 'X-RapidAPI-Key: <Your-RapidAPI-Key>'

Please replace <Your-RapidAPI-Key> with your actual RapidAPI key and <owner_address> with the blockchain address of the NFT owner. This is a simplified documentation aimed at giving users an overview of how to use your API. Depending on your API complexity and audience needs, you might want to add more sections such as responses, error codes, more detailed descriptions, or examples.

Followers: 0
Resources:
Product Website Terms of use
API Creator:
Rapid account: Metaverse Professional
Metaverse Professional
metaverse-professional
Log In to Rate API
Rating: 5 - Votes: 1