# View asset details

You can view the following details for an asset:

- The asset type: Native, token, or contract.
- The asset symbol.
- The number of decimal places, for assets that are associated with an amount.
- The ledger-specific details that apply to the specific asset type, such as the token type (fungible or non-fungible), the contract address, and the standard the asset conforms to.


To view asset details:

1. If you don't know the asset ID, retrieve a list of assets in the domain using a [List tickers](/products/custody/v1.19/api/reference/openapi/tickers/gettickers) operation. You can filter your query by the following parameters:
  - `ledgerId`
  - `kind`: `Contract` for a smart contract asset, `Token` for a token asset, or `Native` for a native asset.
  - `validationStatus`: `Validated`.
2. To retrieve the asset details, call the [Get ticker details](/products/custody/v1.19/api/reference/openapi/tickers/getticker) operation, using the account ID retrieved in step 1.