當前市場溫度
獲取當前市場溫度
SDK Links
Python |
Rust |
Go |
Node.js |
Request
HTTP Method | GET |
HTTP URL | /v1/quote/market_temperature |
Parameters
Name | Type | Required | Description |
---|---|---|---|
market | string | YES | 市場,目前支援 US、HK、SG、CN |
Request Example
from longport.openapi import QuoteContext, Config, Market
config = Config.from_env()
ctx = QuoteContext(config)
resp = ctx.market_temperature(Market.US)
print(resp)
Response
Response Headers
- Content-Type: application/json