---
title: "Information about multiple assets"
method: GET
path: "/assets/details"
tags: ["assets"]
---

# Information about multiple assets

`GET /assets/details`

Get detailed information about given assets. See [fields descriptions](https://docs.waves.tech/en/blockchain/token/#custom-token-parameters)

## Query parameters

- `id` string[], required
- `full` boolean

## Response `200`

successful operation

- AssetDetails[]
  - `assetId` string, required
  - `name` string, required
  - `description` string, required
  - `decimals` integer, required
  - `issueHeight` integer, required
  - `issueTimestamp` integer, required
  - `issuer` string, required
  - `issuerPublicKey` string
  - `reissuable` boolean, required
  - `scripted` boolean, required
  - `minSponsoredAssetFee` integer, required
  - `originTransactionId` string, required
  - `scriptDetails` object, required
    - `scriptComplexity` integer, required
    - `script` string, byte, required
    - `scriptText` string, required

## Changes

- **2021-05-27** `c901f97e3a8d` — 1 breaking, 1 warning
  - removed the required property `items/allOf[#/components/schemas/AssetDetailsBase]/quantity` from the response with the `200` status
  - removed the optional property `items/allOf[subschema #2]/sequenceInBlock` from the response with the `200` status

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/assets/details/get.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/c901f97e3a8d/schema)
