---
title: "Get asset info"
method: GET
path: "/openapi/v1/asset"
tags: ["Asset"]
---

# Get asset info

`GET /openapi/v1/asset`

This endpoint can be used to fetch asset information from the system

## Query parameters

- `chain` 'eth' | 'bsc' | 'polygon' | 'avalanche' | 'arbitrum' | 'zksync' | 'linea' | 'starknet' | 'opbnb' | 'base' | 'scroll' | 'manta_pacific' | 'optimism' | 'mantle' | 'zkfair' | 'blast' | 'merlin' | 'mode' | 'cyber' | 'bob' | 'lightlink' | 'zeta' | 'nibiru' | 'abstract' | 'bitlayer' | 'mantra' | 'monad' | 'ink', required
- `contract_address` string, required
- `token_id` string, required

## Response `200`

OK

- ApiResponseAsset
  - `code` integer — Error Code
  - `msg` string — Error Message
  - `data` Asset — Return data, Generic
    - `id` string
    - `chain` string — Chain name
    - `chainId` string — Chain id
    - `contractAddress` string — Contract address
    - `tokenId` string — Token id
    - `tokenType` string — Token type
    - `creatorAddress` string — Creator address
    - `name` string — Asset name
    - `description` string — Asset description
    - `supply` integer — Supply count
    - `createTime` string, date-time — The time when the asset was minted
    - `metaUpdateAt` string, date-time — The time when the meta was last updated
    - `properties` AssetProperty[] — Asset attribute list
      - `displayType` string — PROPERTY: value is string, STATS: value is a number, it may have a maximum value named maxValue, DATES: value is a Unix timestamp
      - `key` string
      - `value` string
      - `maxValue` string
      - `traitCount` integer — Number of attribute values
      - `traitTotal` integer — Total attribute keys
      - `traitSupply` integer — Total contract count
    - `levels` AssetLevel[] — Asset level list
      - `key` string
      - `value` string
      - `max` string
    - `stats` AssetStat[] — Asset Statistical data list
      - `key` string
      - `value` string
      - `max` string
    - `imageUrl` string
    - `imagePreviewUrl` string
    - `imageThumbnailUrl` string
    - `animationUrl` string
    - `externalUrls` string[] — External link address
    - `metadataUrl` string
    - `collection` Collection — The collection of this contract
      - `id` string
      - `name` string — Collection name
      - `slug` string — Collection slug
      - `description` string — Collection description
      - `royalty` integer — Copyright royalty
      - `createDate` string — createDate
      - `royaltyAddress` string — Royalty Address
      - `platformSellerFee` integer — Service charge charged by the platform
      - `platformSellerAddress` string — Service charge address by the platform
      - `imageUrl` string
      - `bannerImageUrl` string
      - `featuredImageUrl` string
      - `externalUrl` string
      - `twitterUrl` string
      - `instagramUrl` string
      - `facebookUrl` string
      - `mediumUrl` string
      - `telegramUrl` string
      - `discordUrl` string
      - `contracts` CollectionContract[] — Contract list about this collection
        - `blockChain` BlockChain — Chain information
          - `chain` string — Chain name
          - `chainId` string — Chain id
        - `address` string — Contract address
        - `alias` string — Contract alias
        - `category` ContractCategory — Contract category
          - `id` string
          - `name` string
          - `slug` string
          - `sort` integer
      - `owners` Account[]
        - `identity` Identity — Identification
          - `address` string
          - `blockChain` BlockChain — Chain information
            - `chain` string — Chain name
            - `chainId` string — Chain id
      - `isVerified` boolean
      - `stats` CollectionStats — Simple field Collection Stats
        - `ownerCount` integer — Total number of owners
        - `assetCount` integer — Total number of asset
    - `owners` string[] — The asset owners address list.
  - `message` string

## Other responses

- `400` — Bad Request
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/element/apis/element-open-api.md) · [All operations](https://skmtc.net/element/apis/element-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/element/element-open-api/revisions/fa83ac7feb23/schema)
