curl --request GET \
--url https://api.tickflow.org/v1/quotes \
--header 'x-api-key: <api-key>'{
"data": [
{
"amount": 123,
"high": 123,
"last_price": 123,
"low": 123,
"open": 123,
"prev_close": 123,
"region": "CN",
"symbol": "<string>",
"timestamp": 123,
"volume": 123,
"ext": {
"type": "cn_equity",
"amplitude": 123,
"change_amount": 123,
"change_pct": 123,
"name": "<string>",
"turnover_rate": 123
},
"session": "pre_market"
}
]
}curl --request GET \
--url https://api.tickflow.org/v1/quotes \
--header 'x-api-key: <api-key>'{
"data": [
{
"amount": 123,
"high": 123,
"last_price": 123,
"low": 123,
"open": 123,
"prev_close": 123,
"region": "CN",
"symbol": "<string>",
"timestamp": 123,
"volume": 123,
"ext": {
"type": "cn_equity",
"amplitude": 123,
"change_amount": 123,
"change_pct": 123,
"name": "<string>",
"turnover_rate": 123
},
"session": "pre_market"
}
]
}