v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
assets

Account NFTs

Get a list of non-fungible tokens at a given address. Max for 1000 tokens. For pagination, use the field {after}. See fields descriptions.<br>Since activation of feature #15 this method returns only tokens that are issued as NFT (amount: 1, decimal places: 0, reissuable: false) after activation of feature #13. Before activation of feature #15 the method returned all the assets that are issued as NFT.

get/assets/nft/{address}/limit/{limit}

Path parameters

addressstring required
Example:3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k

Address base58 encoded

limitinteger required

Number of tokens to be returned

Query parameters

afterstring

ID of the token to paginate after

Response

successful operation

assetIdstring required
namestring required
descriptionstring required
quantityinteger required

Total supply of the asset

decimalsinteger required
issueHeightinteger required
issueTimestampinteger required
issuerstring required
issuerPublicKeystring
reissuableboolean required
scriptedboolean required
sequenceInBlockinteger
minSponsoredAssetFeeinteger required
originTransactionIdstring required

Example response

[
  {
    "assetId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
    "decimals": 2,
    "issueHeight": 1610000,
    "issueTimestamp": 1460678400000,
    "issuer": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
    "issuerPublicKey": "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY"
  }
]