---
title: "Information about asset"
method: GET
path: "/assets/details/{assetId}"
tags: ["assets"]
---

# Information about asset

`GET /assets/details/{assetId}`

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

## Path parameters

- `assetId` string, required

## Query parameters

- `full` boolean

## Response `200`

successful operation

- AssetDetails
  - `assetId` string, required
  - `name` string, required
  - `description` string, required
  - `quantity` integer, required — Total supply of the asset
  - `decimals` integer, required
  - `issueHeight` integer, required
  - `issueTimestamp` integer, required
  - `issuer` string, required
  - `issuerPublicKey` string
  - `reissuable` boolean, required
  - `scripted` boolean, required
  - `sequenceInBlock` integer
  - `minSponsoredAssetFee` integer, required
  - `originTransactionId` string, required
  - `scriptDetails` object, required
    - `scriptComplexity` integer, required
    - `script` string, byte, required
    - `scriptText` string, required

## Changes

- **2023-03-23** `26c5120a809c` — 2 info
  - added the media type `application/json;large-significand-format=string` for the response with the status `200`
  - added the required property `allOf[#/components/schemas/AssetDetailsBase]/quantity` to the response with the `200` status
- **2023-03-17** `c54531166f04` — 1 info
  - added the optional property `allOf[subschema #2]/sequenceInBlock` to the response with the `200` status
- **2021-05-27** `c901f97e3a8d` — 2 breaking, 1 warning
  - removed the media type `application/json;large-significand-format=string` for the response with the status `200`
  - removed the required property `allOf[#/components/schemas/AssetDetailsBase]/quantity` from the response with the `200` status
  - removed the optional property `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/:assetId/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/09465bcdf6ce/schema)
