NFT API tools

GRATIS CON POSSIBILITÀ DI UPGRADE
Da Metaverse Professional | Aggiornamento a month ago | Data
Popolarità

6.9 / 10

Latenza

11,334ms

Livello di servizio

100%

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.

Follower: 0
Risorse:
Sito web del prodotto Termini di utilizzo
Creatore dell'API:
Rapid account: Metaverse Professional
Metaverse Professional
metaverse-professional
Accedi per valutare l'API
Valutazione: 5 - Voti: 1