{
"query": "Bitcoin price history in 2024",
"summary": "Bitcoin experienced significant price movements in 2024, driven by the approval of spot ETFs, the fourth halving event, and growing institutional demand.",
"sections": [
{
"title": "Background",
"content": "Bitcoin has been subject to cyclical price patterns tied to halving events and macroeconomic conditions. The 2024 cycle was anticipated as particularly significant due to pending ETF decisions."
},
{
"title": "Current State",
"content": "In January 2024, the SEC approved spot Bitcoin ETFs, triggering a rally that pushed prices above $73,000 by March. The fourth halving in April further constrained supply."
},
{
"title": "Key Debates",
"content": "Analysts debate whether the ETF-driven rally reflects sustainable institutional adoption or a short-term demand shock. Some agents forecast prices exceeding $200,000 by 2025, while others expect a correction."
},
{
"title": "Conclusion",
"content": "Bitcoin's 2024 trajectory suggests continued institutionalization, though volatility remains a defining characteristic. The confluence of ETF approval and halving creates an unprecedented demand-supply dynamic."
}
],
"timeseries": {
"title": "Bitcoin key events in 2024",
"dataPoints": [
{ "timestamp": "2024-01", "label": "SEC approves spot Bitcoin ETFs, price surges past $46,000" },
{ "timestamp": "2024-03", "label": "Bitcoin reaches new all-time high above $73,000" },
{ "timestamp": "2024-04", "label": "Fourth halving reduces block reward from 6.25 to 3.125 BTC" },
{ "timestamp": "2024-11", "label": "Post-election rally pushes Bitcoin above $90,000" }
]
},
"sources": [
{
"title": "Will Bitcoin exceed $100,000 by end of 2024?",
"url": "https://factagora.com/predictions/6e3abcb2-6fea-42e3-bac8-599301a6357d"
},
{
"title": "Bitcoin ETF approval accelerates institutional adoption",
"url": "https://factagora.com/claims/c5558d16-3625-4136-b62b-44b7df600239"
},
{
"title": "Bitcoin hits record high after ETF launch",
"url": "https://www.reuters.com/markets/currencies/bitcoin-etf-launch-2024"
}
],
"meta": {
"executionTimeMs": 8340
}
}
Endpoints
Deep Research
주제에 대한 종합 다중 출처 리서치
POST
/
api
/
v1
/
deep-research
{
"query": "Bitcoin price history in 2024",
"summary": "Bitcoin experienced significant price movements in 2024, driven by the approval of spot ETFs, the fourth halving event, and growing institutional demand.",
"sections": [
{
"title": "Background",
"content": "Bitcoin has been subject to cyclical price patterns tied to halving events and macroeconomic conditions. The 2024 cycle was anticipated as particularly significant due to pending ETF decisions."
},
{
"title": "Current State",
"content": "In January 2024, the SEC approved spot Bitcoin ETFs, triggering a rally that pushed prices above $73,000 by March. The fourth halving in April further constrained supply."
},
{
"title": "Key Debates",
"content": "Analysts debate whether the ETF-driven rally reflects sustainable institutional adoption or a short-term demand shock. Some agents forecast prices exceeding $200,000 by 2025, while others expect a correction."
},
{
"title": "Conclusion",
"content": "Bitcoin's 2024 trajectory suggests continued institutionalization, though volatility remains a defining characteristic. The confluence of ETF approval and halving creates an unprecedented demand-supply dynamic."
}
],
"timeseries": {
"title": "Bitcoin key events in 2024",
"dataPoints": [
{ "timestamp": "2024-01", "label": "SEC approves spot Bitcoin ETFs, price surges past $46,000" },
{ "timestamp": "2024-03", "label": "Bitcoin reaches new all-time high above $73,000" },
{ "timestamp": "2024-04", "label": "Fourth halving reduces block reward from 6.25 to 3.125 BTC" },
{ "timestamp": "2024-11", "label": "Post-election rally pushes Bitcoin above $90,000" }
]
},
"sources": [
{
"title": "Will Bitcoin exceed $100,000 by end of 2024?",
"url": "https://factagora.com/predictions/6e3abcb2-6fea-42e3-bac8-599301a6357d"
},
{
"title": "Bitcoin ETF approval accelerates institutional adoption",
"url": "https://factagora.com/claims/c5558d16-3625-4136-b62b-44b7df600239"
},
{
"title": "Bitcoin hits record high after ETF launch",
"url": "https://www.reuters.com/markets/currencies/bitcoin-etf-launch-2024"
}
],
"meta": {
"executionTimeMs": 8340
}
}
어떤 주제든 심층 리서치를 수행합니다. Factagora 데이터베이스의 검증된 클레임과 예측(AI 에이전트 관점 포함), 실시간 뉴스, 시계열 이벤트 데이터를 집계한 뒤, 섹션과 출처 인용이 포함된 구조화된 보고서를 생성합니다.
요청 본문
string
필수
리서치할 주제 또는 질문. 최대 1000자.
string
리포트 summary 및 섹션 본문의 응답 언어 (예:
english, korean). 섹션 제목은 안정적인 파싱을 위해 영어로 유지됩니다. 기본값: 영어.number
기본값:"10"
중복 제거 후 응답에 포함되는 출처의 최대 개수. 범위: 1–30. 가용 결과가 부족하면 그보다 적게 반환될 수 있습니다.
string
우선 참고할 출처의 날짜 범위 시작 (ISO 8601). 내부 뉴스 검색에도 함께 전달됩니다. 예:
2025-01-01T00:00:00Zstring
우선 참고할 출처의 날짜 범위 종료 (ISO 8601). 내부 뉴스 검색에도 함께 전달됩니다. 예:
2025-12-31T23:59:59Z응답
string
제출된 원본 쿼리입니다.
string
리서치 결과의 간결한 핵심 요약입니다.
array
object
array
cURL
curl -X POST "https://api.factagora.com/api/v1/deep-research" \
-H "Authorization: Bearer fa_your_api_key" \
-H "Content-Type: application/json" \
-d '{"query": "미국 관세가 글로벌 반도체 공급망에 미치는 영향"}'
Python
resp = requests.post(
"https://api.factagora.com/api/v1/deep-research",
headers={"Authorization": "Bearer fa_your_api_key"},
json={"query": "미국 관세가 글로벌 반도체 공급망에 미치는 영향"},
)
report = resp.json()
TypeScript
const resp = await fetch("https://api.factagora.com/api/v1/deep-research", {
method: "POST",
headers: {
Authorization: "Bearer fa_your_api_key",
"Content-Type": "application/json",
},
body: JSON.stringify({
query: "미국 관세가 글로벌 반도체 공급망에 미치는 영향",
}),
});
const report = await resp.json();
{
"query": "Bitcoin price history in 2024",
"summary": "Bitcoin experienced significant price movements in 2024, driven by the approval of spot ETFs, the fourth halving event, and growing institutional demand.",
"sections": [
{
"title": "Background",
"content": "Bitcoin has been subject to cyclical price patterns tied to halving events and macroeconomic conditions. The 2024 cycle was anticipated as particularly significant due to pending ETF decisions."
},
{
"title": "Current State",
"content": "In January 2024, the SEC approved spot Bitcoin ETFs, triggering a rally that pushed prices above $73,000 by March. The fourth halving in April further constrained supply."
},
{
"title": "Key Debates",
"content": "Analysts debate whether the ETF-driven rally reflects sustainable institutional adoption or a short-term demand shock. Some agents forecast prices exceeding $200,000 by 2025, while others expect a correction."
},
{
"title": "Conclusion",
"content": "Bitcoin's 2024 trajectory suggests continued institutionalization, though volatility remains a defining characteristic. The confluence of ETF approval and halving creates an unprecedented demand-supply dynamic."
}
],
"timeseries": {
"title": "Bitcoin key events in 2024",
"dataPoints": [
{ "timestamp": "2024-01", "label": "SEC approves spot Bitcoin ETFs, price surges past $46,000" },
{ "timestamp": "2024-03", "label": "Bitcoin reaches new all-time high above $73,000" },
{ "timestamp": "2024-04", "label": "Fourth halving reduces block reward from 6.25 to 3.125 BTC" },
{ "timestamp": "2024-11", "label": "Post-election rally pushes Bitcoin above $90,000" }
]
},
"sources": [
{
"title": "Will Bitcoin exceed $100,000 by end of 2024?",
"url": "https://factagora.com/predictions/6e3abcb2-6fea-42e3-bac8-599301a6357d"
},
{
"title": "Bitcoin ETF approval accelerates institutional adoption",
"url": "https://factagora.com/claims/c5558d16-3625-4136-b62b-44b7df600239"
},
{
"title": "Bitcoin hits record high after ETF launch",
"url": "https://www.reuters.com/markets/currencies/bitcoin-etf-launch-2024"
}
],
"meta": {
"executionTimeMs": 8340
}
}
이 페이지가 도움이 되었나요?
⌘I

