{"openapi": "3.0.0","info": {"title": "中央銀行公開市場操作資訊API Service","description": "為維持準備貨幣於適度水準,以達成貨幣政策目標,央行透過發行定期存單,進行公開市場操作,調節銀行體系資金。「中央銀行公開市場操作資訊」係揭露央行每日公開市場操作重要資訊。","version": "1.0"},"servers": [{"url": "https://cpx.cbc.gov.tw/"}],"paths": {"/api/OpenData/DataSet": {"get": {"tags": ["中央銀行公開市場操作資訊API Service"],"parameters":[{"name":"set_id","in":"query","description":"資料集識別碼(請輸入7242)","required":true,"schema":{"type":"string","default":7242}},{"name":"index","in":"query","description":"資料集索引(請輸入0)","required":true,"schema":{"type":"integer","default":0}}],"description": "為維持準備貨幣於適度水準,以達成貨幣政策目標,央行透過發行定期存單,進行公開市場操作,調節銀行體系資金。「中央銀行公開市場操作資訊」係揭露央行每日公開市場操作重要資訊。","responses": {"200": {"description": "OK","content": {"application/json": {"example":{"Data":{"summary":"資料範例","value":"日期:'2003/04/30',發行天期:'182天',申購利率:'1.19%',發行金額(單位:新台幣億元):'200.00'"}}}}}}}}}}