Skip to main content
HEAD
/
api
/
aitaquote
/
screener
/
strategies
/
mine
获取我的选股策略 headers
curl --request HEAD \
  --url https://fcontext.com/api/aitaquote/screener/strategies/mine \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

market
string
default:US

市场代码,默认 US。支持 USHKCN/SH/SZSG

Response

Market-data response headers.