Assets

Get asset information.

get

Given a asset ID, it returns asset information including creator, name, total supply and special addresses.

Authorizations
Path parameters
asset-idintegerRequired

An asset identifier

Responses
200
Asset information
application/json
get
GET /v2/assets/{asset-id} HTTP/1.1
Host: algo.nownodes.io
X-Algo-API-Token: YOUR_API_KEY
Accept: */*
{
  "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="
  }
}

Last updated