메인 콘텐츠로 건너뛰기
GET
/
api
/
market-data
/
screener
/
strategy
스크리너 전략 상세 가져오기
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/screener/strategy \
  --header 'x-api-key: <api-key>'
{
  "strategy": {
    "data": "<string>"
  }
}

인증

x-api-key
string
header
필수

계정 설정에서 생성한 Financial Context key입니다. x-api-key: <key>로 전송하세요.

쿼리 매개변수

id
integer
필수

전략 ID입니다.

필수 범위: x >= 1

응답

전략 상세

strategy
object