> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# getAssetBatch

> Rufen Sie detaillierte Informationen für bis zu 1.000 Solana NFTs, komprimierte NFTs oder Tokens in einer einzigen effizienten Batch-Anfrage ab

## Anforderungsparameter

<ParamField body="ids" type="array" required />

<ParamField body="options" type="object">
  Die Anzeigeoptionen für die Antwort.
</ParamField>

<ParamField body="options.showUnverifiedCollections" type="boolean" default="false">
  Zeigt Gruppierungsinformationen für nicht verifizierte Sammlungen an, anstatt sie zu überspringen.
</ParamField>

<ParamField body="options.showCollectionMetadata" type="boolean" default="false">
  Zeigt Metadaten für die Sammlung an.
</ParamField>

<ParamField body="options.showFungible" type="boolean" default="false">
  Zeigt die fungiblen Tokens an, die vom Besitzer gehalten werden.
</ParamField>


## OpenAPI

````yaml de/openapi/das-api/getAssetBatch.yaml POST /
openapi: 3.1.0
info:
  title: Solana RPC API
  version: 1.0.0
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://mainnet.helius-rpc.com
    description: Mainnet RPC-Endpunkt
  - url: https://devnet.helius-rpc.com
    description: Devnet RPC-Endpunkt
security: []
paths:
  /:
    post:
      tags:
        - RPC
      summary: getAssetBatch
      description: Gibt eine Gruppe von Assets basierend auf ihren IDs zurück.
      operationId: rpc
      requestBody:
        content:
          application/json:
            schema:
              type: object
              required:
                - jsonrpc
                - id
                - method
                - params
              properties:
                jsonrpc:
                  type: string
                  enum:
                    - '2.0'
                  description: Die Version des JSON-RPC-Protokolls.
                  default: '2.0'
                id:
                  type: string
                  example: '1'
                  description: Eine ID zur Identifizierung der Anfrage.
                  default: '1'
                method:
                  type: string
                  enum:
                    - getAssetBatch
                  description: Der Name der aufzurufenden DAS-Methode.
                  default: getAssetBatch
                params:
                  type: object
                  default:
                    ids:
                      - F9Lw3ki3hJ7PF9HQXsBzoY8GyE6sPoEZZdXJBsTTD2rk
                  properties:
                    ids:
                      type: array
                      items:
                        type: string
                        description: Die ID des abzurufenden Assets.
                        example: F9Lw3ki3hJ7PF9HQXsBzoY8GyE6sPoEZZdXJBsTTD2rk
                    options:
                      type: object
                      description: Die Anzeigeoptionen für die Antwort.
                      properties:
                        showUnverifiedCollections:
                          type: boolean
                          default: false
                          description: >-
                            Zeigt Gruppierungsinformationen für nicht
                            verifizierte Sammlungen an, anstatt sie zu
                            überspringen.
                        showCollectionMetadata:
                          type: boolean
                          default: false
                          description: Zeigt Metadaten für die Sammlung an.
                        showFungible:
                          type: boolean
                          description: >-
                            Zeigt fungible Token an, die vom Inhaber gehalten
                            werden.
                          default: false
                  required:
                    - ids
                  example:
                    ids:
                      - F9Lw3ki3hJ7PF9HQXsBzoY8GyE6sPoEZZdXJBsTTD2rk
      responses:
        '200':
          description: Erfolgreiche Antwort
          content:
            application/json:
              schema:
                type: array
                description: Ein Array von Assets.
                items:
                  type: object
                  properties:
                    interface:
                      type: string
                      description: Die Schnittstelle des Assets.
                      enum:
                        - V1_NFT
                        - V1_PRINT
                        - LEGACY_NFT
                        - V2_NFT
                        - FungibleAsset
                        - FungibleToken
                        - Custom
                        - Identity
                        - Executable
                        - ProgrammableNFT
                        - MplCoreAsset
                        - MplBubblegumV2
                        - MplCoreCollection
                        - MplCoreGroup
                      example: ProgrammableNFT
                    is_agent:
                      type: boolean
                      description: >-
                        Ob dieses Asset eine Agent Identity (MPL Core
                        AgentIdentity externes Plugin) hat. Wird ausgelassen,
                        wenn falsch.
                    agent_token:
                      type: string
                      description: >-
                        Base58-codiertes Agent Token Mint aus dem Agent
                        Registry-Programm. Wird ausgelassen, wenn nicht
                        registriert.
                    asset_signer:
                      type: string
                      description: >-
                        Base58-codierte Asset-Signer PDA für MPL Core. Wird
                        ausgelassen, wenn nicht zutreffend.
                    id:
                      type: string
                      description: Die ID des Assets.
                      example: F9Lw3ki3hJ7PF9HQXsBzoY8GyE6sPoEZZdXJBsTTD2rk
                    plugins:
                      type: object
                      description: >-
                        MPL Core-Plugins, einschließlich optionaler MIP-11
                        `groups`-Mitgliedschaft.
                      additionalProperties: true
                    content:
                      type: object
                      description: Der Inhalt des Assets.
                      properties:
                        last_indexed_slot:
                          type: integer
                          description: >-
                            Alle Daten bis einschließlich dieses Slots sind
                            garantiert indiziert.
                          example: 365750752
                        $schema:
                          type: string
                          example: https://schema.metaplex.com/nft1.0.json
                        json_uri:
                          type: string
                          example: >-
                            https://madlads.s3.us-west-2.amazonaws.com/json/8420.json
                        files:
                          type: array
                          items:
                            type: object
                          example:
                            - uri: >-
                                https://madlads.s3.us-west-2.amazonaws.com/images/8420.png
                              cdn_uri: >-
                                https://cdn.helius-rpc.com/cdn-cgi/image//https://madlads.s3.us-west-2.amazonaws.com/images/8420.png
                              mime: image/png
                        metadata:
                          type: object
                          properties:
                            attributes:
                              type: array
                              items:
                                type: object
                              example:
                                - value: Männlich
                                  trait_type: Geschlecht
                                - value: König
                                  trait_type: Typ
                            description:
                              type: string
                              example: Fock it.
                            name:
                              type: string
                              example: 'Mad Lads #8420'
                            symbol:
                              type: string
                              example: MAD
                    authorities:
                      type: array
                      items:
                        type: object
                      example:
                        - address: 2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW
                          scopes:
                            - voll
                    compression:
                      type: object
                      example:
                        eligible: false
                        compressed: false
                        data_hash: ''
                        creator_hash: ''
                        asset_hash: ''
                        tree: ''
                        seq: 0
                        leaf_id: 0
                    grouping:
                      type: array
                      items:
                        type: object
                      example:
                        - group_key: Sammlung
                          group_value: J1S9H3QjnRtBbbuD4HjPV6RpRhwuk4zKbxsnCHuTgh9w
                    royalty:
                      type: object
                      example:
                        royalty_model: Ersteller
                        target: null
                        percent: 0.042
                        basis_points: 420
                        primary_sale_happened: true
                        locked: false
                    creators:
                      type: array
                      items:
                        type: object
                      example:
                        - address: 5XvhfmRjwXkGp3jHGmaKpqeerNYjkuZZBYLVQYdeVcRv
                          share: 0
                          verified: true
                        - address: 2RtGg6fsFiiF1EQzHqbd66AhW7R5bWeQGpTbv2UMkCdW
                          share: 100
                          verified: true
                    ownership:
                      type: object
                      example:
                        frozen: true
                        delegated: false
                        delegate: null
                        ownership_model: einzeln
                        owner: 4zdNGgAtFsW1cQgHqkiWyRsxaAgxrSRRynnuunxzjxue
                    supply:
                      type: object
                      example:
                        print_max_supply: 0
                        print_current_supply: 0
                        edition_nonce: 254
                    token_info:
                      type: object
                      description: Details über das spezifische Token.
                      properties:
                        symbol:
                          type: string
                          description: Das Symbol des Tokens.
                        supply:
                          type: integer
                          description: Die Gesamtmenge des Tokens.
                        decimals:
                          type: integer
                          description: >-
                            Die Anzahl der Dezimalstellen, die das Token
                            verwendet.
                        token_program:
                          type: string
                          description: Die Program-ID des Tokens.
                        price_info:
                          type: object
                          description: Informationen über den Preis des Tokens.
                          properties:
                            price_per_token:
                              type: number
                              description: Der Preis pro einzelnem Token.
                            currency:
                              type: string
                              description: >-
                                Die Währung, in der der Preis des Tokens
                                angegeben ist.
                        mint_authority:
                          type: string
                          description: Die Adresse der Mint Authority des Tokens.
                        freeze_authority:
                          type: string
                          description: Die Adresse der Freeze Authority des Tokens.
        '400':
          description: >-
            Schlechte Anfrage. Der Server konnte die Anfrage aufgrund eines
            ungültigen Syntaxes nicht verstehen.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32602
                      message:
                        type: string
                        example: Ungültige Anfrageparameter.
                  id:
                    type: string
                    example: '1'
        '401':
          description: >-
            Nicht autorisiert. Der Client muss sich authentifizieren, um die
            angeforderte Antwort zu erhalten.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32001
                      message:
                        type: string
                        example: >-
                          Authentifizierung fehlgeschlagen. Fehlender oder
                          ungültiger API-Schlüssel.
                  id:
                    type: string
                    example: '1'
        '403':
          description: Verboten. Der Client hat keine Zugriffsrechte auf den Inhalt.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32003
                      message:
                        type: string
                        example: >-
                          Sie haben keine Berechtigung, auf diese Ressource
                          zuzugreifen.
                  id:
                    type: string
                    example: '1'
        '404':
          description: >-
            Nicht gefunden. Der Server kann die angeforderte Ressource nicht
            finden.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32004
                      message:
                        type: string
                        example: >-
                          Eines oder mehrere Assets im Batch wurden nicht
                          gefunden.
                  id:
                    type: string
                    example: '1'
        '429':
          description: >-
            Zu viele Anfragen. Der Benutzer hat zu viele Anfragen in einer
            bestimmten Zeit gesendet.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32029
                      message:
                        type: string
                        example: >-
                          Rate-Limit überschritten. Bitte versuchen Sie es
                          später erneut.
                  id:
                    type: string
                    example: '1'
        '500':
          description: >-
            Interner Serverfehler. Der Server ist auf eine Situation gestoßen,
            die er nicht handhaben kann.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32000
                      message:
                        type: string
                        example: >-
                          Ein unerwarteter Fehler ist auf dem Server
                          aufgetreten.
                  id:
                    type: string
                    example: '1'
      security:
        - ApiKeyQuery: []
components:
  securitySchemes:
    ApiKeyQuery:
      type: apiKey
      in: query
      name: api-key
      description: >-
        Ihr Helius API-Schlüssel. Sie können einen kostenlos im
        [Dashboard](https://dashboard.helius.dev/api-keys) erhalten.

````