assets
Information about asset
Get detailed information about a given asset. See fields descriptions
get/assets/details/{assetId}
Path parameters
assetIdstring required
Example:DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p
Asset ID base58 encoded
Query parameters
fullboolean
If true, the response contains scriptDetails for scripted assets. False by default
Response
successful operation
Example response
{
"assetId": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p",
"decimals": 2,
"issueHeight": 1610000,
"issueTimestamp": 1460678400000,
"issuer": "3P274YB5qseSE9DTTL3bpSjosZrYBPDpJ8k",
"issuerPublicKey": "2eEUvypDSivnzPiLrbYEW39SM8yMZ1aq4eJuiKfs4sEY"
}