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

# RAY-Gesamtangebot abrufen

> RAY-Token-Gesamtmünzangebot abrufen.



## OpenAPI

````yaml /de/api-reference/openapi/api-v1.yaml get /ray/totalcoins
openapi: 3.0.3
info:
  title: Api V1 V2 (Legacy)
  description: >-
    Legacy Raydium API für Pool-Informationen, Preise, SDK-Daten und
    Farm-Details.

    Primär für Rückwärtskompatibilität und SDK-Clients verwendet.


    **Migrieren Sie zu API v3:** Die meisten Endpunkte hier haben neuere
    Entsprechungen in [API v3](/en/api-reference/api-v3).

    Für neue Integrationen verwenden Sie vorzugsweise die v3-Endpunkte, die
    bessere Leistung und Stabilität bieten.
  version: 1.0.0
  contact:
    name: Raydium
    url: https://raydium.io
servers:
  - url: https://api.raydium.io
    description: Nur Mainnet
security: []
tags:
  - name: Ray Token
    description: RAY-Token-Angebots-Endpunkte
paths:
  /ray/totalcoins:
    get:
      tags:
        - Ray Token
      summary: RAY-Gesamtangebot abrufen
      description: RAY-Token-Gesamtmünzangebot abrufen.
      operationId: getRayTotalCoins
      responses:
        '200':
          description: Gesamtangebot als reines Text-Nummernformat
          content:
            text/plain:
              schema:
                type: string

````