---
title: "Get asset details (Batch)"
method: POST
path: "/api/2/asset/details"
tags: ["V2 - Assets"]
---

# Get asset details (Batch)

`POST /api/2/asset/details`

Retrieve comprehensive details for multiple assets in a single request.

## Request body

- object[]
  - `id` number, nullable
  - `address` string
  - `chainId` string
  - `blockchain` string
  - `tokensLimit` number

## Response `200`

Asset details batch response

- object
  - `payload` union[], required
    - union
      - object
        - `asset` object, required
          - `id` number, required
          - `name` string, required
          - `symbol` string, required
          - `logo` string, nullable, required
          - `description` string, nullable, required
          - `rank` number, nullable, required
          - `nativeChainId` string, nullable, required
          - `priceUSD` number, nullable, required
          - `totalSupply` number
          - `circulatingSupply` number
          - `marketCapUSD` number
          - `marketCapDilutedUSD` number
          - `athPriceDate` string, nullable, required
          - `athPriceUSD` number, nullable, required
          - `atlPriceDate` string, nullable, required
          - `atlPriceUSD` number, nullable, required
          - `isStablecoin` boolean
          - `createdAt` string, nullable, required
          - `listedAt` string, nullable, required
          - `socials` object, nullable, required
            - `audit` string, nullable, required
            - `github` string, nullable, required
            - `twitter` string, nullable, required
            - `website` string, nullable, required
            - `kyc` string, nullable, required
            - `chat` string, nullable, required
            - `discord` string, nullable, required
        - `tokens` union[], required
          - union
            - object
              - …
            - object
              - …
            - unknown
        - `tokensCount` number, required
      - object
        - `error` string
      - unknown
  - `hostname` string

## Other responses

- `402` — Payment Required

---

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