메인 콘텐츠로 건너뛰기
GET
/
api
/
market-data
/
market
/
status
시장 상태 가져오기
curl --request GET \
  --url https://openapi.fcontext.com/api/market-data/market/status \
  --header 'x-api-key: <api-key>'
{
  "status": {
    "marketTime": [
      {
        "market": 123,
        "tradeStatus": 123,
        "timestamp": "<string>",
        "delayTradeStatus": 123
      }
    ]
  }
}

인증

x-api-key
string
header
필수

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

응답

시장 상태

status
object