---
title: "POST /v2/jettons/_bulk"
method: POST
path: "/v2/jettons/_bulk"
tags: ["Jettons"]
---

# POST /v2/jettons/_bulk

`POST /v2/jettons/_bulk`

Get jetton metadata items by jetton master addresses

## Request body

- object
  - `account_ids` string[], required

## Response `200`

a list of jettons

- Jettons
  - `jettons` JettonInfo[], required
    - `admin` AccountAddress
      - `address` string, maybe-address, required
      - `icon` string
      - `is_scam` boolean, required — Is this account was marked as part of scammers activity
      - `is_wallet` boolean, required
      - `name` string — Display name. Data collected from different sources like moderation lists, dns, collections names and over.
    - `code_hash` string — base64-encoded hash of jetton master code cell
    - `data_hash` string — base64-encoded hash of jetton master data cell
    - `holders_count` integer, required
    - `interfaces` string[] — Contract interfaces implemented by the account (e.g. multisig_v2, wallet_v3r2)
    - `last_transaction_lt` string — last transaction lt of the jetton master account
    - `metadata` JettonMetadata, required
      - `address` string, address, required
      - `catalogs` string[]
      - `custom_payload_api_uri` string
      - `decimals` string, required
      - `description` string
      - `image` string — this field currently returns a cached image URL (e.g., "https://cache.tonapi.io/images/jetton.jpg"). In the future, this will be replaced with the original URL from the metadata. The cached image is already available in the `preview` field of `JettonInfo` and will remain there.
      - `name` string, required
      - `social` string[]
      - `symbol` string, required
      - `websites` string[]
    - `mintable` boolean, required
    - `name` string, nullable — DNS name resolving to this address (e.g. admin.ton)
    - `preview` string, required
    - `scaled_ui` ScaledUI
      - `denominator` string, required
      - `numerator` string, required
    - `total_supply` string, required
    - `verification` 'whitelist' | 'graylist' | 'blacklist' | 'none', required

## Other responses

- `default` — Some error during request processing

---

[API](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer.md) · [All operations](https://skmtc.dev/tonapi/apis/rest-api-to-ton-blockchain-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonapi/rest-api-to-ton-blockchain-explorer/revisions/fc4add7a71a0/schema)
