/accounts/:address:/nfts/:nft:
Returns details about a specific fungible token for a given address.
Parameters
address
REQUIRED(string)
- account bech32 addressidentifiers
REQUIRED(string)
- token identifier
Returns
identifier
:(string)
- token identifiercollection
:(string)
- represents additional information about the NFT or SFT, like picture traits or tags for your NFT/collection. The field should follow ametadata:ipfsCID/fileName.json;tags:tag1,tag2,tag3
formattimestamp
:(number)
- u64 formatattributes
:(string)
- raw bytes where any data can be storednonce:
(number)
- NFT/SFT token noncetype
:(string)
- enum [NonFungibleESDT, SemiFungibleESDT, MetaESDT]name
:(string)
- the username specific for this accountcreator
:(string)
- address of the account that created the NFTroyalties
:(number)
- a proportion out of 10000 that represents what percentage of an NFT sell price should be transferred to the creator. This is not enforced by the protocol or Mandos in any wayuris
:(array[string])
- a list of URIs associated to the NFT/SFTurl
:(string)
- the URL associated to the NFT/SFTmedia
:(array[string])
url
:(string)
filesize
:(number)
filetype
:(string)
originalUrl
:(string)
thumbnailUrl
:(string)
isWhitelistedStorage
:(boolean)
- return all NFTs that are whitelisted in storagethumbnailUrl
:(string)
tags
:(array[string])
metadata
:description
:(string)
fileType
:(string)
- the type of the filefileUri
:(string)
- the Uri of the filefileName
:(string)
- the name of the file
owner
:(string)
- the owner's addressbalance
:(number)
- account current balancesupply
:(number)
decimals
:(number)
- the number of decimals in order to display balanceassets
:website
:(string)
description
:(string)
status
:active/inactive
pngUrl
:(string)
svgUrl
:(string)
lockedAccounts
:(array[string])
extraTokens
:(array[string])
ticker
:(string)
- a random string that starts with “-” and has 6 more random charactersscaminfo
:scam
:(string)
info
:(string)
score
:(number)
rank
:(number)
isNsfw
:(boolean)
unlockSchedule
:(array[object])
remainingEpochs
:(number)
- the remaining epochs until unlock can be performedpercent
:(number)
- percent of token unlockable after the epochs pass
price
:(number)
- price valuevalueUsd
:(number)
Example Request and Return for /accounts/:address:/nfts/:nft:
Request:
curl -X 'GET' \
'https://elrond-api.public.blastapi.io/accounts/erd160y56egs9q7en67z06jk8ndsgxxuc0srf4kx8gfwc7xmap7zqvtqv973la/nfts/GNOGONS-73222b-085a' \
-H 'accept: application/json'
Result:
{
"identifier": "GNOGONS-73222b-085a",
"collection": "GNOGONS-73222b",
"attributes": "UE9XRVI6OTY7QVRUQUNLOjk4O0RFRkVOU0U6OTI7U1BFRUQ6OTI7SU5URUxMSUdFTkNFOjk4O0hFQVJUOjg5O0JBQ0tHUk9VTkQ6U3RhbmRhcmQgSXNzdWU7Q0lSQ0xFOlBsdW07RUxFTUVOVEFMOldhdGVyO0NPTE9SOkRlc3Rpbnk7RVlFUzpHb2xkO1NDQUxFUzpEcmFnb25ndWFyZDtDSEVTVDpNYWlhciBCbHVlO1NQSUtFUzpKaXJhO0FSTU9VUjpOb25lO0hPUk46R25vZ2VudDt0YWdzOkdOT0dFTjpHTk9HT05TOjEwSyBHRU5FUkFUSVZF",
"nonce": 2138,
"type": "NonFungibleESDT",
"name": "GNOGONS #2138",
"creator": "erd16uvwvu8egul7s50ypthn6es8h36wfzkwvf98uh2zal5s6vzkqleqvnhkdn",
"royalties": 10,
"uris": [
"aHR0cHM6Ly9pcGZzLmlvL2lwZnMvUW1kQ0VreWFhZnFaZ21leWRYZnlXbUI3MXFoSGYxV1N5R21SdHYxU3pERnEzMS8yMTM4LnBuZw=="
],
"url": "https://media.elrond.com/nfts/asset/QmdCEkyaafqZgmeydXfyWmB71qhHf1WSyGmRtv1SzDFq31/2138.png",
"media": [
{
"url": "https://media.elrond.com/nfts/asset/QmdCEkyaafqZgmeydXfyWmB71qhHf1WSyGmRtv1SzDFq31/2138.png",
"fileSize": 4491876,
"fileType": "image/png",
"originalUrl": "https://ipfs.io/ipfs/QmdCEkyaafqZgmeydXfyWmB71qhHf1WSyGmRtv1SzDFq31/2138.png",
"thumbnailUrl": "https://media.elrond.com/nfts/thumbnail/GNOGONS-73222b-2c1c2f24"
}
],
"isWhitelistedStorage": true,
"tags": [
"GNOGEN"
],
"ticker": "GNOGONS-73222b"
}