---
title: "Get Asset by ID"
method: GET
path: "/v0/platform/assets/{asset_id}"
tags: ["Asset Management"]
---

# Get Asset by ID

`GET /v0/platform/assets/{asset_id}`

Retrieve an asset by its unique platform asset ID (UUID format).

## Path parameters

- `asset_id` string, required

## Response `200`

Successful response with the asset details.

- union
  - AddressResponse
    - `identifier_type` 'address', required — The asset type.
    - `identifier` string, required — The contract or wallet address for this asset.
    - `asset_id` string, required
    - `alias` string — The alias of the asset.
    - `tags` string[], required — Tags assigned to this asset.
    - `added_by` string, required — The user who added the asset.
    - `created_at` string, date-time, required — The date and time the asset was created.
    - `address_details` BaseAddressDetails, required
      - `chain` string, required — The chain of the asset.
      - `runtime` 'evm' | 'sui' | 'solana' | 'stellar' | 'hedera' | 'bitcoin' | 'hyperliquid' | 'polymarket' | 'aster' | 'lighter' | 'tron', required — The runtime name
      - `properties` string[], required — The properties list of the asset.
      - `address` string, required — The address of the asset.
  - DomainResponse
    - `identifier_type` 'domain', required — The asset type.
    - `identifier` string, required — The domain name for this asset.
    - `asset_id` string, required
    - `alias` string — The alias of the asset.
    - `tags` string[], required — Tags assigned to the asset.
    - `added_by` string, required — The user who added the asset.
    - `created_at` string, date-time, required — The date and time the asset was created.

## Other responses

- `404` — No asset exists for the given asset ID.

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/versions/17c41f337b2e/schema)
