Get <NFT List Held by User> Interface
Obtain the user's corresponding NFT asset information through the user's wallet address
Request Address: /api/v1/meta/getOwnedAssets
Request Method: GET
Request Parameter:
Field Name
Field Description
Type
Required or not
Notes
owner
User address
string
Y
page
Page
integer
Y
pageSize
Number in page
integer
Y
Output Parameter:
Field Name
Field Description
Type
tokenId
token id
string
contractAddr
NFT contract address
string
name
NFT name
string
imageUrl
NFT image address
string
mainnet
NFT contract chain
string
platformId
NFT Primary Key ID
integer
canSell
Can sell? true:Yes,false:No
bool
Input Example:
Output Example:
Postman Call Example
Last updated