Zum Hauptinhalt springen
GET
/
main
/
clmm-dynamic-config
CLMM Dynamic-Fee-Konfigurationen abrufen
curl --request GET \
  --url https://api-v3.raydium.io/main/clmm-dynamic-config
{
  "id": "<string>",
  "success": true,
  "msg": "<string>",
  "data": [
    {
      "id": "<string>",
      "index": 123,
      "filterPeriod": 123,
      "decayPeriod": 123,
      "reductionFactor": 123,
      "maxFeeRateNumerator": 123,
      "dynamicFeeControl": 123
    }
  ]
}

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.

Antwort

200 - application/json

Success

Allgemeiner Antwort-Envelope. Das Feld data wird von jedem Endpunkt über allOf bereitgestellt und ist daher nicht im Basis-Envelope deklariert.

id
string
erforderlich

Anfrage-ID (UUID)

success
boolean
erforderlich

Gibt an, ob die Anfrage erfolgreich war

msg
string

Fehlermeldung, falls success den Wert false hat

data
object[]