---
title: "Get Assets Batch"
method: POST
path: "/api/v1/developer/assets/batch"
tags: ["ASSETS", "DEVELOPER"]
---

# Get Assets Batch

`POST /api/v1/developer/assets/batch`

## Request body

- AssetBatchRequest[]
  - `id` integer, nullable — Asset ID to look up
  - `slug` string, nullable — Asset slug to look up
  - `chain` string, nullable — Lowercase chain name (required with address)
  - `address` string, nullable — Token contract address

## Response `200`

Successful Response

- AssetResponse[]
  - `id` integer, required — Unique asset identifier
  - `slug` string, required — URL-friendly asset identifier
  - `source` string, required — Data source (e.g. allium)
  - `chain_specific_data` object, required — Per-chain contract addresses and decimals
  - `name` string, required — Token name
  - `symbol` string, required — Token symbol
  - `image_url` string, nullable, required — Token logo URL
  - `circulating_supply` number, nullable, required — Circulating token supply
  - `token_creation_time` string, date-time, nullable, required — Token creation timestamp (UTC)

## Other responses

- `422` — Validation Error

---

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