Collection API
Get list of supported NFT collections
Interface: /nft/v1/collection/list
Method: GET
Data Format: JSON
Response Data:
collection
String
The NFT collection.
name
String
The name of the NFT collection.
verified
String
The verified creator address of the NFT collection.
symbol
String
The symbol of the NFT collection.
Response Example:
Get NFT collection information
Interface: /nft/v1/collection
Method: POST
Data Format: JSON
Request Parameter:
collection
String
Y
The NFT collection.
Request Example:
Response Data:
name
String
The name of the NFT collection.
verified
String
The verified creator address of the NFT collection.
symbol
String
The symbol of the NFT collection.
description
String
The description of the NFT collection.
image_url
String
The image url of the NFT collection.
external_url
String
The external url of the NFT collection.
discord_url
String
The discord url of the NFT collection.
twitter_url
String
The twitter url of the NFT collection.
items
Number
The items number of the NFT collection.
sales_7_days
Number
The number of transactions to buy the NFTs of the collection over the past 7 days.
liquidity_7_days
Number
The liquidity rate measures the relative liquidity of each collection over the past 7 days. liquidity_7_days = sales_7_days / The number of NFTs * 100%.
volume_24_hours
Number
Total volume of NFT sales of the collection over the past 24 hours.
avg_price_24_hours
Number
Average price of NFT sales of the collection over the past 24 hours.
volume_7_days
Number
Total volume of NFT sales of the collection over the past 7 days.
avg_price_7_days
Number
Average price of NFT sales of the collection over the past 7 days.
market_cap
Number
The market capitalization based on the last price of each NFT in this collection.
market_cap_change
Object
The variation of the collection market cap over the past 24 hours, 7 days and 30 days.
market_cap_change.rate_24_hours
Number
The variation of the collection market cap over the past 24 hours
market_cap_change.rate_7_days
Number
The variation of the collection market cap over the past 7 days.
market_cap_change.rate_30_days
Number
The variation of the collection market cap over the past 30 days.
floor_price
Number
The floor price.
collection_popularity
Number
The collection popularity refers to the attention of the NFT series in the entire NFT market.
market_popularity
Number
The popularity of the market is calculated based on the statistics of BTC and ETC's one-day trading volume and market value in the past time. The TR (turnover rate), which is used to indicate the market heat.
media_popularity
Number
Based on the variation in the number of historical fans, tweets, subscribers and other indicators on social media, media popularity is generated comprehensively.
attribute_popularity
List
The collection attribute popularity top 50.
attribute_popularity.trait_type
String
Attribute type.
attribute_popularity.value
String
Attribute value.
attribute_popularity.popularity
Number
Attribute popularity.
Response Example:
Get NFT collection basic information
Interface: /nft/v1/collection/info
Method: POST
Data Format: JSON
Request Parameter:
collection
String
Y
The NFT collection.
Request Example:
Response Data:
name
String
The name of the NFT collection.
verified
String
The verified creator address of the NFT collection.
symbol
String
The symbol of the NFT collection.
description
String
The description of the NFT collection.
image_url
String
The image url of the NFT collection.
external_url
String
The external url of the NFT collection.
discord_url
String
The discord url of the NFT collection.
twitter_url
String
The twitter url of the NFT collection.
items
Number
The items number of the NFT collection.
Response Example:
Get NFT collection market cap
Interface: /nft/v1/collection/market_cap
Method: POST
Data Format: JSON
Request Parameter:
collection
String
Y
The NFT collection.
Request Example:
Response Data:
market_cap
Number
The market capitalization based on the last price of each NFT in this collection.
market_cap_change
Object
The variation of the collection market cap over the past 24 hours, 7 days and 30 days.
market_cap_change.rate_24_hours
Number
The variation of the collection market cap over the past 24 hours
market_cap_change.rate_7_days
Number
The variation of the collection market cap over the past 7 days.
market_cap_change.rate_30_days
Number
The variation of the collection market cap over the past 30 days.
floor_price
Number
The floor price.
Response Example:
Get NFT collection popularity
Interface: /nft/v1/collection/popularity
Method: POST
Data Format: JSON
Request Parameter:
collection
String
Y
The NFT collection.
Request Example:
Response Data:
collection_popularity
Number
The collection popularity refers to the attention of the NFT series in the entire NFT market.
media_popularity
Number
Based on the variation in the number of historical fans, tweets, subscribers and other indicators on social media, media popularity is generated comprehensively.
attribute_popularity
List
The collection attribute popularity top 50.
attribute_popularity.trait_type
String
Attribute type.
attribute_popularity.value
String
Attribute value.
attribute_popularity.popularity
Number
Attribute popularity.
Response Example:
Get NFT collection volume
Interface: /nft/v1/collection/volume
Method: POST
Data Format: JSON
Request Parameter:
collection
String
Y
The NFT collection.
Request Example:
Response Data:
sales_7_days
Number
The number of transactions to buy the NFTs of the collection over the past 7 days.
liquidity_7_days
Number
The liquidity rate measures the relative liquidity of each collection over the past 7 days. liquidity_7_days = sales_7_days / The number of NFTs * 100%.
volume_24_hours
Number
Total volume of NFT sales of the collection over the past 24 hours.
avg_price_24_hours
Number
Average price of NFT sales of the collection over the past 24 hours.
volume_7_days
Number
Total volume of NFT sales of the collection over the past 7 days.
avg_price_7_days
Number
Average price of NFT sales of the collection over the past 7 days.
Response Example:
Last updated