---
title: "BatchGetAssets"
method: GET
path: "/v2/assets:batchGet"
tags: ["Assets"]
---

# BatchGetAssets

`GET /v2/assets:batchGet`

Retrieves a list of assets by resource name.

## Query parameters

- `names` string[], required

## Response `200`

A successful response.

- V2BatchGetAssetsResponse
  - `assets` V2Asset[] — The assets returned.
    - `name` string — The resource name of the asset. Format: `assets/{asset_id}`
    - `displayName` string — The display name of the asset. Example: "Bitcoin"
    - `network` string — The resource name of the network. Format: `networks/{network_id}`.
    - `type` 'NATIVE_CURRENCY' | 'TOKEN' — The type of the asset. - NATIVE_CURRENCY: The asset is a native currency. - TOKEN: The asset is a token.
    - `symbol` string — The symbol of the asset. Should not be trusted as this is the contract advertised symbol for non-native assets.
    - `decimals` integer — The decimals of the asset.
    - `convertedValue` V2ConvertedValue — A message representing a converted value.
      - `amount` string — The amount in USD.
      - `currencyCode` string — The currency code of the amount. Always USD.
    - `tokenInfo` V2AssetTokenInfo
      - `contractAddress` string — The contract address of the token.
      - `standard` 'ERC20' | 'ERC721' | 'ERC1155' | 'TRC20' | 'SPL_TOKEN' | 'SPL_TOKEN_2022' | 'ICS20' | 'JETTON' | 'TIP20' — - ERC20: ERC20 is the most common fungible token standard. - ERC721: ERC721 is the most common non-fungible token standard. - ERC1155: ERC1155 is a newer token standard that allows for multiple tokens to be held in a single contract. - TRC20: TRC20 is the most common tron's fungible token standard. - SPL_TOKEN: SPL Token - solana's token standard. - SPL_TOKEN_2022: Token2020 - solana's new token extension for spl tokens. - ICS20: ICS20 cosmos's token standard. - JETTON: JETTON TON's token standard. - TIP20: TIP20 is the Tempo blockchain token standard (ERC-20 extension with compliance features).
      - `denom` string — The denom of the token on cosmos ecosystem.
      - `cantonTokenDetails` V2CantonTokenDetails
        - `instrumentId` string — The instrument ID.
        - `instrumentAdmin` string — The instrument admin.
      - `tip20Currency` string — ISO 4217 currency code for TIP-20 tokens (e.g. "USD", "EUR"). Empty for other standards.
      - `suiTokenDetails` V2SuiTokenDetails
        - `gasless` boolean

---

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