MetaPath API
  • API Introduction
    • General Instruction
    • Major Blockchain Name Conventions
  • Cross-platform Aggregator Interface
    • Token Swap Flow
    • Get <The Token List> Interface
    • <Price Inquiry> Interface
    • <Swap> Interface
    • <BlackList> Interface
  • Upload gas free orders
  • Aggregate NFTs Interface V1.0
    • Get <Basic Information> Interface
    • Get <NFT List> Interface
    • <Price Inquiry> Interface
    • <Swap> Interface
    • Get <NFT List Held by User> Interface
  • Aggregate NFTs Interface V2.0
    • Get <Latest Collections> Interface
    • Get <Top NFT Collections> Interface
    • <List Page> Interface
    • Get <NFT Details> Interface
    • Get <NFT Details> Other Related Interface
    • <Price Inquiry> Interface
    • <Swap> Interface
    • <Batch Purchase> Interface
  • List Related Interface
    • Get <User's NFT> Interface
    • Get <Listed NFT List (My List)> Interface
    • <Create/Update Listing> Interface
    • <Create/Update Listing in the Backend> Interface
    • <Cancel Listing> Interface
    • <Change Listing> Interface
  • Swap Information Related Interface
    • <Add Swap Information> Interface
    • <Get Swap Information List> Interface
    • <Get Detailed Transation Infromation > Interface
Powered by GitBook
On this page
  1. Aggregate NFTs Interface V2.0

Get <Latest Collections> Interface

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."
            }
        ]
    }
}

PreviousAggregate NFTs Interface V2.0NextGet <Top NFT Collections> Interface

Last updated 2 years ago