It describes the introduction of the NFT.Return “null” means there is no description of the NFT.
NFT ERC
nft_erc
It describes the ERC protocol of the NFT.Example:"nft_erc": "erc721"
Creator Address
creator_address
It describes the creator address of the NFT.Example:"creator_address":"0x1ee0af784b96bb55ece98c9b15675726b0da1b6b"Return “null” means that we didn't find the creator address.
The number of blocks created
create_block_number
It describes the number of blocks created for the NFT.Return “null” means that we didn't find the number of blocks created for the NFT.
Website URL
website_url
It describes the website url of the NFT.Return “null” means there is no website url or didn't find the website url.
Discord URL
discord_url
It describes the discord url of the NFT.Return “null” means there is no discord url or didn't find the discord url.
Github URL
github_url
It describes the github url of the NFT.Return “null” means there is no github url or didn't find the github url.
Twitter URL
twitter_url
It describes the twitter url of the NFT.Return “null” means there is no twitter url or didn't find the twitter url.
Medium URL
medium_url
It describes the medium url of the NFT.Return “null” means there is no medium url or didn't find the medium url.
Telegram URL
telegram_url
It describes the telegram url of the NFT.Return “null” means there is no telegram url or didn't find the telegram url.
NFT Items
nft_items
It describes the numbers of the NFT.
NFT Holders
nft_owner_number
It describes the holders of the NFT.
The average price in 24h
average_price_24h
It describes the average price of the NFT in 24h.
The lowest price in 24h
lowest_price_24h
It describes the lowest price of the NFT in 24h.
The sales in 24h
sales_24h
It describes the sales of the NFT in 24h.
The trading volume in 24h
traded_volume_24h
It describes the trading volume of the NFT in 24h.
The total volume
total_volume
It describes the total volume of the NFT.
Sample Response
Response for a successful request:
{
"code": 1,
"message": "string",
"result": {
"average_price_24h": 0,
"create_block_number": 0,
"creator_address": "string",
"discord_url": "string",
"github_url": "string",
"highest_price": 0,
"lowest_price_24h": 0,
"medium_url": "string",
"nft_address": "string",
"nft_description": "string",
"nft_erc": "string",
"nft_items": 0,
"nft_name": "string",
"nft_owner_number": 0,
"nft_symbol": "string",
"nft_verified": 1,
"sales_24h": 0,
"same_nfts": [
{
"create_block_number": 0,
"nft_address": "string",
"nft_name": "string",
"nft_owner_number": 0,
"nft_symbol": "string"
}
],
"telegram_url": "string",
"total_volume": 0,
"traded_volume_24h": 0,
"trust_list": 1,
"twitter_url": "string",
"website_url": "string"
}
}
Code
code
description
1
Complete data prepared
2
Partial data obtained. The complete data can be requested again in about 15 seconds.