Get <Top NFT Collections> Interface
Obtain the list of popular collections according to the specified filter parameters, and also obtain detailed information such as the floor price and transaction volume of the collection
Request Address: /api/v2/meta/topCollections
Request Method: GET
Request Parameters:
page
Page (default: 1)
integer
pageSize
Number in each page (default: 10)
integer
time
Time Frame (default: 1)(1:1 day, 7:7 days, 30:30 days)
integer
orderField
Sort Field (default vol) (owners|floor_price|supply|vol|volPercent)
string
orderType
Sort Type (default: desc)
string
keyWords
Search Key Words (support collections, address)
string
find
all: search all
string
Output Parameters:
id
collection Key ID
integer
name
Collection Name
string
imageUrl
Collection Image Url Address
string
Owners
Holder addresses
integer
floorPrice
Floor Price
string
symbol
Token Name
string
supply
Total Supply
integer
vol
Transaction Volume
integer
volPercent
Transaction Volume percentage
integer
Output example:
Last updated