Obtain the latest collection according to the information provided
Request Address: /api/v2/meta/recentlyListed
Request Method: GET
Request Parameters:
Field Name
Field Description
Type
Notes
page
Page (default: 1)
integer
pageSize
Number in each page (default: 4)
integer
find
all: search all
string
Output Parameters: Array
Field Name
Field Description
Type
id
collection Key ID
integer
name
Theme Name
string
floorPrice
Floor Price
string
symbol
Token Name
string
imageUrl
Theme Image Url Address
string
nftImage
NFT Image Url Address
string
description
Theme Detail Information
string
Output example:
{
"resCode":"100",
"resMsg":"Success",
"data":{
"assets":[
{
"id":"386412091616029000",
"name":"Genesis Critterz",
"floorPrice":"0.35",
"symbol":"ETH",
"imageUrl":"https://lh3.googleusercontent.com/7x44eOJS6RMc4cumPwCYIjGZFIyEv6dGe01ncoj7ypeyWM35tznzuH9fYIdTvhGRqTZLJGaPnPp1BAPsV8S3W2zBa6YAzwQ_JonTcQ=s130",
"nftImage":"https://img.rarible.com/prod/image/upload/t_image_preview/prod-itemImages/0x8ffb9b504d497e4000967391e70d542b8cc6748a:2448",
"description":"Take the red bean to join the garden. View the collection at [azuki.com/gallery](https://azuki.com/gallery).\n\nAzuki starts with a collection of 10,000 avatars that give you membership access to The Garden: a corner of the internet where artists, builders, and web3 enthusiasts meet to create a decentralized future. Azuki holders receive access to exclusive drops, experiences, and more. Visit [azuki.com](https://azuki.com) for more details.\n\nWe rise together. We build together. We grow together."
},
{
"id":"386412091616029004",
"name":"Loomi Heads",
"floorPrice":"0.028",
"symbol":"ETH",
"imageUrl":"https://cdn.x2y2.io/nfts/9wy6o6xzg9pxs4s.gif/720.png",
"nftImage":"https://ipfs.moralis.io/ipfs/QmY4R9wxK2UCeXnaJC7WfqmZG7KdM5iTThzduVfRBU2hmG",
"description":"Take the red bean to join the garden. View the collection at [azuki.com/gallery](https://azuki.com/gallery).\n\nAzuki starts with a collection of 10,000 avatars that give you membership access to The Garden: a corner of the internet where artists, builders, and web3 enthusiasts meet to create a decentralized future. Azuki holders receive access to exclusive drops, experiences, and more. Visit [azuki.com](https://azuki.com) for more details.\n\nWe rise together. We build together. We grow together."
}
]
}
}