curl /api \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"apikey": "请登录后获取apikey",
"apiname": "limit_pool_yes",
"fields": "symbol,name,tradedate,type,is_break,limit_times,fd_amount,pct_chg,amount,turnover_z,first_time,last_time,limit_detail,open_times,limit_type",
"params": {
"tradedate": "20260430",
"type": [
"u"
],
"filters": [
{
"field": "is_st",
"op": "eq",
"value": false
}
],
"limit": 100,
"offset": 0
}
}'