Get <NFT List> Interface
Obtain the corresponding NFT list through the keyId returned by the Get Basic Information Interface and the specified filter parameters
Request Address: /api/v1/meta/getLists
Request Method: GET
Request Parameter:
type
Type:collection、platform
string
Y
keyId
Primary Key id
integer
Y
Referring to Basic Info Return platform or Classification ID
priceOrder
Price sort: asc Ascending, desc Descending
string
Y
buyNow
Buy Now: 1 Yes, 0 No
integer
Y
page
Page
integer
Y
pageSize
Number in page
integer
Y
Output Parameter:
id
NFT Primary Key id
integer
name
NFT name
string
platformId
Platform Primary Key id
integer
contractAddress
NFT contract address
string
tokenId
tokenId
string
currentPrice
Price
string
paymentContract
Payment contract address
string
paymentDecimals
Payment token decimal
integer
paymentUrl
Payment token logo address
string
ownerAddress
Current owner address
string
imageUrl
NFT image address
string
mainnet
NFT chain
string
paymentTokenName
Payment token name
string
isSupportAny
Whether it supports any token to NFT: 1: Yes, 0: No
integer
Input Example:
Output Example:
Postman Call Example
Last updated