메인 콘텐츠로 건너뛰기
GET
/
main
/
clmm-dynamic-config
CLMM 동적 수수료 설정 조회
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.

응답

200 - application/json

Success

공통 응답 래퍼입니다. data 필드는 각 엔드포인트의 응답 스키마가 allOf를 통해 제공하므로, 기본 래퍼에는 선언되어 있지 않습니다.

id
string
필수

요청 ID (UUID)

success
boolean
필수

요청 성공 여부

msg
string

success가 false인 경우의 오류 메시지

data
object[]