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

# Get Asset

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

Retrieve details for an asset in your inventory by its identifier, runtime, and chain.

## Path parameters

- `identifier` string, required

## Query parameters

- `runtime` 'evm' | 'sui' | 'solana' | 'stellar' | 'hedera' | 'bitcoin' | 'hyperliquid' | 'polymarket' | 'aster' | 'lighter' | 'tron', required — The runtime name
- `chain_name` 'abstract' | 'apechain' | 'arbitrum' | 'avalanche' | 'avalanche-fuji' | 'base' | 'berachain' | 'bitcoin' | 'blast' | 'bsc' | 'degen' | 'ethereum' | 'ethereum-sepolia' | 'gnosis' | 'hedera' | 'hyperevm' | 'hyperliquid' | 'aster' | 'lighter' | 'ink' | 'kaia' | 'katana' | 'kite-ai' | 'linea' | 'monad' | 'optimism' | 'plume' | 'polymarket' | 'polygon' | 'ronin' | 'scroll' | 'sei' | 'solana' | 'soneium' | 'soneium-minato' | 'stellar' | 'sui' | 'unichain' | 'worldchain' | 'zksync' | 'mainnet' | 'kaia' | 'tron' | 'robinhood' | 'arc' | 'flare' | 'xlayer' | 'tempo', required — The chain name

## Response `200`

Successful response with the asset details (address or domain).

- 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.
  - PerpResponse
    - `identifier_type` 'perp', required — The asset type.
    - `identifier` string, required — The perp identifier (e.g. "btc-usdc").
    - `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.
  - MarketResponse
    - `identifier_type` 'market', required — The asset type.
    - `identifier` string, required — The market slug 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.

## Other responses

- `404` — No asset exists for the given identifier, runtime, and chain combination.
- `422` — Request validation failed (e.g. missing or invalid query parameters).

---

[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)
