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