NFT API tools

FREEMIUM
От Metaverse Professional | Обновлено a month ago | Data
Популярность

6.9 / 10

Задержка

11,334ms

Уровень обслуживания

100%

Health Check

N/A

ПРОЧТИ МЕНЯ

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.

Подписчики: 0
Ресурсы:
Сайт продукта Условия использования
Создатель API:
Rapid account: Metaverse Professional
Metaverse Professional
metaverse-professional
Войдите, чтобы оценить API
Оценки: 5 - Голосов: 1