v1

latestOpenAPI 3.1.0MIT License2026-07-17107133186.6 KB
assets

Information about multiple assets

Get detailed information about given assets. See fields descriptions. Limited by rest-api.asset-details-limit, 100 by default.

post/assets/details

Query parameters

fullboolean

If true, the response contains scriptDetails for scripted assets. False by default

Request body

idsAssetId[]

Example request

{
  "ids": [
    "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"
  ]
}

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"
  }
]