Created assets

get

Lookup an account's created asset parameters, optionally for a specific ID.

Path parameters
account-idstringRequired

account string

Query parameters
asset-idintegerOptional

Asset ID

include-allbooleanOptional

Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.

limitintegerOptional

Maximum number of results to return. There could be additional pages even if the limit is not reached.

nextstringOptional

The next page of results. Use the next token provided by the previous results.

Responses
200
(empty)
application/json
get
GET /v2/accounts/{account-id}/created-assets HTTP/1.1
Host: algo-index.nownodes.io
Accept: */*
{
  "assets": [
    {
      "created-at-round": 1,
      "deleted": true,
      "destroyed-at-round": 1,
      "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="
      }
    }
  ],
  "current-round": 1,
  "next-token": "text"
}