Last updated 1 year ago
Given a asset ID, it returns asset information including creator, name, total supply and special addresses.
An asset identifier
Specifies both the unique identifier and the parameters for an asset
GET /v2/assets/{asset-id} HTTP/1.1 Host: algo.nownodes.io X-Algo-API-Token: YOUR_API_KEY Accept: */*
Asset information
{ "index": 1, "params": { "clawback": "text", "creator": "text", "decimals": 1, "default-frozen": true, "freeze": "text", "manager": "text", "metadata-hash": "Ynl0ZXM=", "name": "text", "name-b64": "Ynl0ZXM=", "reserve": "text", "total": 1, "unit-name": "text", "unit-name-b64": "Ynl0ZXM=", "url": "text", "url-b64": "Ynl0ZXM=" } }