Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://openapi.fcontext.com/api/market-data/quote/trades \ --header 'x-api-key: <api-key>'
{ "trades": [ { "price": "<string>", "volume": "<string>", "timestamp": "2023-11-07T05:31:56Z", "tradeType": "<string>", "direction": 123, "tradeSession": 123 } ] }
在账户设置中生成的 Financial Context key。请以 x-api-key: <key> 形式发送。
x-api-key: <key>
要返回的成交记录数,默认 20,最大 1000。
1 <= x <= 1000
成交列表
Show child attributes