accountNftCollections
This function is designed to retrieve the Non-Fungible Token (NFT) details for a specified account. It will take in the accountId as a parameter and return the NFT details associated with that account. This data can then be used to gain insights into the account’s ownership of NFTs, the composition of their NFT collection, and any associated market trends.
Path Parameters |
---|
accountId string — REQUIRED |
Responses |
---|
Schema |
---|
length int64 | token_id string | asset_contract objectaddress string | name string | symbol string | image_url string | external_url string |
| collection object | id number | description string | external_link string | image_original_url string | image_preview_url string | image_thumbnail_url string | name string | amount string | standard string |
|