Foreign assets

Get information and metadata associated with foreign assets.

get

Returns information associated with every foreign asset which includes the assets AssetDetails and AssetMetadata.

Query parameters
atstring · unsignedInteger or $hexOptional

Block identifier, as the block height or block hash.

Responses
200
successful operation
application/json
get
GET /pallets/foreign-assets HTTP/1.1
Host: dot-playbook.nownodes.io
Accept: */*
200

successful operation

{
  "at": {
    "hash": "text",
    "height": "text"
  },
  "items": [
    {
      "foreignAssetInfo": {
        "owner": "text",
        "issuer": "text",
        "admin": "text",
        "freezer": "text",
        "supply": "text",
        "deposit": "text",
        "minBalance": "text",
        "isSufficient": true,
        "accounts": "text",
        "sufficients": "text",
        "approvals": "text",
        "status": "text"
      },
      "foreignAssetMetadata": {
        "deposit": "text",
        "name": "text",
        "symbol": "text",
        "decimals": "text",
        "isFrozen": true
      }
    }
  ]
}