{"openapi":"3.0.3","info":{"title":"量脉金融数据平台 - AI Agent 金融数据 API","description":"量脉金融数据平台 全部金融数据接口，可直接导入 OpenAI GPTs Action / Dify 工具 / Coze 插件 等 AI 智能体平台。\n\n【调用方式】统一 POST https://liangmai.pro/api/gateway，参数放在 body（application/x-www-form-urlencoded）或 query string。\n【必传参数】token（平台 Token）+ api（接口别名）+ 各接口业务参数。\n【文档地址】https://liangmai.pro/docs","version":"1.0.0","x-docs-url":"https://liangmai.pro/docs"},"servers":[{"url":"https://liangmai.pro","description":"量脉金融数据平台"}],"paths":{"/api/gateway?api=stock_list":{"post":{"summary":"stock_list — 沪深京多市场股票合并列表（平台侧聚合）。单条记录为一只证券的基础代码与名称，供后续查询作为入参。","description":"【接口】stock_list\n\n【说明】沪深京多市场股票合并列表（平台侧聚合）。单条记录为一只证券的基础代码与名称，供后续查询作为入参。\n\n【更新频率】列表在交易日盘后多时段刷新，合并结果以实际返回为准。\n\n【注意】字段与基础列表接口一致；北证是否并入取决于数据源可用性。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_list&{业务参数}","operationId":"api_stock_list","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_list）","required":true,"schema":{"type":"string","enum":["stock_list"],"default":"stock_list"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_list）","enum":["stock_list"],"default":"stock_list"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_list","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_list\" -d \"{业务参数}\""}},"/api/gateway?api=hs_list_main":{"post":{"summary":"hs_list_main — 沪深两市基础证券列表：代码、名称、交易所，用于后续接口传参。","description":"【接口】hs_list_main\n\n【说明】沪深两市基础证券列表：代码、名称、交易所，用于后续接口传参。\n\n【更新频率】一般在交易日 16:20 前后更新一批（以实际为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=hs_list_main&{业务参数}","operationId":"api_hs_list_main","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：hs_list_main）","required":true,"schema":{"type":"string","enum":["hs_list_main"],"default":"hs_list_main"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：hs_list_main）","enum":["hs_list_main"],"default":"hs_list_main"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"hs_list_main","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=hs_list_main\" -d \"{业务参数}\""}},"/api/gateway?api=ipo_calendar":{"post":{"summary":"ipo_calendar — 新股申购与发行信息日历，按申购日期倒序。","description":"【接口】ipo_calendar\n\n【说明】新股申购与发行信息日历，按申购日期倒序。\n\n【更新频率】约每日 17:00 后刷新（以实际为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=ipo_calendar&{业务参数}","operationId":"api_ipo_calendar","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：ipo_calendar）","required":true,"schema":{"type":"string","enum":["ipo_calendar"],"default":"ipo_calendar"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：ipo_calendar）","enum":["ipo_calendar"],"default":"ipo_calendar"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"ipo_calendar","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=ipo_calendar\" -d \"{业务参数}\""}},"/api/gateway?api=base_gn":{"post":{"summary":"base_gn — 概念代码列表。业务成功时 code 多为 200，msg 多为 success；data 为对象数组","description":"【接口】base_gn\n\n【说明】概念代码列表。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=base_gn；无额外业务查询参数。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_gn&{业务参数}","operationId":"api_base_gn","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_gn）","required":true,"schema":{"type":"string","enum":["base_gn"],"default":"base_gn"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_gn）","enum":["base_gn"],"default":"base_gn"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_gn","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_gn\" -d \"{业务参数}\""}},"/api/gateway?api=base_bk":{"post":{"summary":"base_bk — 板块代码列表。业务成功时 code 多为 200，msg 多为 success；data 为对象数组","description":"【接口】base_bk\n\n【说明】板块代码列表。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=base_bk；无额外业务查询参数。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_bk&{业务参数}","operationId":"api_base_bk","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_bk）","required":true,"schema":{"type":"string","enum":["base_bk"],"default":"base_bk"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_bk）","enum":["base_bk"],"default":"base_bk"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_bk","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_bk\" -d \"{业务参数}\""}},"/api/gateway?api=sector_tree":{"post":{"summary":"sector_tree — 指数、行业、概念等树形结构。仅 isleaf=1 的叶子节点 code 可作为「板块成分」类接口的 ","description":"【接口】sector_tree\n\n【说明】指数、行业、概念等树形结构。仅 isleaf=1 的叶子节点 code 可作为「板块成分」类接口的 sector_code。\n\n【更新频率】约每周六凌晨批量刷新（以实际为准）。\n\n【注意】type1/type2 完整枚举较长，可按需在本地建映射表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=sector_tree&{业务参数}","operationId":"api_sector_tree","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：sector_tree）","required":true,"schema":{"type":"string","enum":["sector_tree"],"default":"sector_tree"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：sector_tree）","enum":["sector_tree"],"default":"sector_tree"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"sector_tree","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=sector_tree\" -d \"{业务参数}\""}},"/api/gateway?api=sector_constituents":{"post":{"summary":"sector_constituents — 按板块/概念叶子节点代码查询成分证券列表。","description":"【接口】sector_constituents\n\n【说明】按板块/概念叶子节点代码查询成分证券列表。\n\n【更新频率】与板块树批次接近，约每周刷新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=sector_constituents&{业务参数}","operationId":"api_sector_constituents","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：sector_constituents）","required":true,"schema":{"type":"string","enum":["sector_constituents"],"default":"sector_constituents"}},{"name":"sector_code","in":"query","description":"板块树叶子节点 Code","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：sector_constituents）","enum":["sector_constituents"],"default":"sector_constituents"},"sector_code":{"type":"string","description":"板块树叶子节点 Code"}},"required":["token","api","sector_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"sector_constituents","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=sector_constituents\" -d \"{业务参数}\""}},"/api/gateway?api=stock_sectors":{"post":{"summary":"stock_sectors — 给定股票代码，返回其所属指数、行业、概念等标签。","description":"【接口】stock_sectors\n\n【说明】给定股票代码，返回其所属指数、行业、概念等标签。\n\n【更新频率】约每周批量刷新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_sectors&{业务参数}","operationId":"api_stock_sectors","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_sectors）","required":true,"schema":{"type":"string","enum":["stock_sectors"],"default":"stock_sectors"}},{"name":"ts_code","in":"query","description":"6 位股票代码（也可用 code/symbol）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_sectors）","enum":["stock_sectors"],"default":"stock_sectors"},"ts_code":{"type":"string","description":"6 位股票代码（也可用 code/symbol）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_sectors","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_sectors\" -d \"{业务参数}\""}},"/api/gateway?api=base_bk_flow_history":{"post":{"summary":"base_bk_flow_history — 板块、概念历史资金流：按板块/概念代码查询主力与分档净流入及占比序列。业务成功时 code 多为 2","description":"【接口】base_bk_flow_history\n\n【说明】板块、概念历史资金流：按板块/概念代码查询主力与分档净流入及占比序列。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素字段（键名区分大小写，与量脉一致）。\n\n【注意】网关调用：api=base_bk_flow_history，必填 bkCode。试调默认 bkCode=BK1036。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_bk_flow_history&{业务参数}","operationId":"api_base_bk_flow_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_bk_flow_history）","required":true,"schema":{"type":"string","enum":["base_bk_flow_history"],"default":"base_bk_flow_history"}},{"name":"bkCode","in":"query","description":"板块、概念代码，如 BK1036","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_bk_flow_history）","enum":["base_bk_flow_history"],"default":"base_bk_flow_history"},"bkCode":{"type":"string","description":"板块、概念代码，如 BK1036"}},"required":["token","api","bkCode"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_bk_flow_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_bk_flow_history\" -d \"{业务参数}\""}},"/api/gateway?api=base_bk_list":{"post":{"summary":"base_bk_list — 板块、概念成分股列表（分页）：按 bkCode 返回成分股行情与分档净流入等字段。业务成功时 cod","description":"【接口】base_bk_list\n\n【说明】板块、概念成分股列表（分页）：按 bkCode 返回成分股行情与分档净流入等字段。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉为准）。\n\n【频次限制】量脉约 1 次/秒；仍受平台 Token 每分钟总额度约束。\n\n以下为 data 单条常见字段；键名 f1、f12 等与量脉一致（以实际 JSON 为准）。\n\n【注意】网关调用：api=base_bk_list，必填 bkCode、pageNo、pageSize。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_bk_list&{业务参数}","operationId":"api_base_bk_list","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_bk_list）","required":true,"schema":{"type":"string","enum":["base_bk_list"],"default":"base_bk_list"}},{"name":"bkCode","in":"query","description":"板块、概念代码，如 BK1036","required":true,"schema":{"type":"string"}},{"name":"pageNo","in":"query","description":"页码，如 1","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"每页行数，如 50","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_bk_list）","enum":["base_bk_list"],"default":"base_bk_list"},"bkCode":{"type":"string","description":"板块、概念代码，如 BK1036"},"pageNo":{"type":"string","description":"页码，如 1"},"pageSize":{"type":"string","description":"每页行数，如 50"}},"required":["token","api","bkCode","pageNo","pageSize"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_bk_list","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_bk_list\" -d \"{业务参数}\""}},"/api/gateway?api=index_list_main":{"post":{"summary":"index_list_main — 沪深市场主要指数代码与名称列表。","description":"【接口】index_list_main\n\n【说明】沪深市场主要指数代码与名称列表。\n\n【更新频率】每日凌晨刷新（以实际为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_list_main&{业务参数}","operationId":"api_index_list_main","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_list_main）","required":true,"schema":{"type":"string","enum":["index_list_main"],"default":"index_list_main"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_list_main）","enum":["index_list_main"],"default":"index_list_main"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_list_main","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_list_main\" -d \"{业务参数}\""}},"/api/gateway?api=pool_limit_up":{"post":{"summary":"pool_limit_up — 指定交易日涨停股票池，按首次封板时间升序。","description":"【接口】pool_limit_up\n\n【说明】指定交易日涨停股票池，按首次封板时间升序。\n\n【更新频率】交易时段内约每 10 分钟滚动更新；盘后趋于稳定。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=pool_limit_up&{业务参数}","operationId":"api_pool_limit_up","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：pool_limit_up）","required":true,"schema":{"type":"string","enum":["pool_limit_up"],"default":"pool_limit_up"}},{"name":"trade_date","in":"query","description":"交易日 yyyy-MM-dd；可用 date= 同义","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：pool_limit_up）","enum":["pool_limit_up"],"default":"pool_limit_up"},"trade_date":{"type":"string","description":"交易日 yyyy-MM-dd；可用 date= 同义"}},"required":["token","api","trade_date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"pool_limit_up","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=pool_limit_up\" -d \"{业务参数}\""}},"/api/gateway?api=pool_limit_down":{"post":{"summary":"pool_limit_down — 指定交易日跌停股票池，按封单资金升序。","description":"【接口】pool_limit_down\n\n【说明】指定交易日跌停股票池，按封单资金升序。\n\n【更新频率】交易时段内约每 10 分钟滚动更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=pool_limit_down&{业务参数}","operationId":"api_pool_limit_down","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：pool_limit_down）","required":true,"schema":{"type":"string","enum":["pool_limit_down"],"default":"pool_limit_down"}},{"name":"trade_date","in":"query","description":"yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：pool_limit_down）","enum":["pool_limit_down"],"default":"pool_limit_down"},"trade_date":{"type":"string","description":"yyyy-MM-dd"}},"required":["token","api","trade_date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"pool_limit_down","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=pool_limit_down\" -d \"{业务参数}\""}},"/api/gateway?api=pool_strong":{"post":{"summary":"pool_strong — 指定交易日强势股票列表，按涨幅倒序。","description":"【接口】pool_strong\n\n【说明】指定交易日强势股票列表，按涨幅倒序。\n\n【更新频率】交易时段内滚动更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=pool_strong&{业务参数}","operationId":"api_pool_strong","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：pool_strong）","required":true,"schema":{"type":"string","enum":["pool_strong"],"default":"pool_strong"}},{"name":"trade_date","in":"query","description":"yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：pool_strong）","enum":["pool_strong"],"default":"pool_strong"},"trade_date":{"type":"string","description":"yyyy-MM-dd"}},"required":["token","api","trade_date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"pool_strong","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=pool_strong\" -d \"{业务参数}\""}},"/api/gateway?api=pool_subnew":{"post":{"summary":"pool_subnew — 指定交易日次新股池，按开板几日升序。","description":"【接口】pool_subnew\n\n【说明】指定交易日次新股池，按开板几日升序。\n\n【更新频率】交易时段内滚动更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=pool_subnew&{业务参数}","operationId":"api_pool_subnew","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：pool_subnew）","required":true,"schema":{"type":"string","enum":["pool_subnew"],"default":"pool_subnew"}},{"name":"trade_date","in":"query","description":"yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：pool_subnew）","enum":["pool_subnew"],"default":"pool_subnew"},"trade_date":{"type":"string","description":"yyyy-MM-dd"}},"required":["token","api","trade_date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"pool_subnew","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=pool_subnew\" -d \"{业务参数}\""}},"/api/gateway?api=pool_broken_board":{"post":{"summary":"pool_broken_board — 指定交易日曾封涨停但打开的股票，按首次封板时间升序。","description":"【接口】pool_broken_board\n\n【说明】指定交易日曾封涨停但打开的股票，按首次封板时间升序。\n\n【更新频率】交易时段内滚动更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=pool_broken_board&{业务参数}","operationId":"api_pool_broken_board","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：pool_broken_board）","required":true,"schema":{"type":"string","enum":["pool_broken_board"],"default":"pool_broken_board"}},{"name":"trade_date","in":"query","description":"yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：pool_broken_board）","enum":["pool_broken_board"],"default":"pool_broken_board"},"trade_date":{"type":"string","description":"yyyy-MM-dd"}},"required":["token","api","trade_date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"pool_broken_board","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=pool_broken_board\" -d \"{业务参数}\""}},"/api/gateway?api=company_profile":{"post":{"summary":"company_profile — 上市公司简介：基本信息、概念板块、发行与联系方式等。","description":"【接口】company_profile\n\n【说明】上市公司简介：基本信息、概念板块、发行与联系方式等。\n\n【更新频率】约每日凌晨批量刷新。\n\n【注意】部分字段在个别股票上可能为空字符串。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_profile&{业务参数}","operationId":"api_company_profile","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_profile）","required":true,"schema":{"type":"string","enum":["company_profile"],"default":"company_profile"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_profile）","enum":["company_profile"],"default":"company_profile"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_profile","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_profile\" -d \"{业务参数}\""}},"/api/gateway?api=company_index_membership":{"post":{"summary":"company_index_membership — 成份指数纳入/剔除记录。","description":"【接口】company_index_membership\n\n【说明】成份指数纳入/剔除记录。\n\n【更新频率】约每日凌晨刷新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_index_membership&{业务参数}","operationId":"api_company_index_membership","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_index_membership）","required":true,"schema":{"type":"string","enum":["company_index_membership"],"default":"company_index_membership"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_index_membership）","enum":["company_index_membership"],"default":"company_index_membership"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_index_membership","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_index_membership\" -d \"{业务参数}\""}},"/api/gateway?api=company_exec_history":{"post":{"summary":"company_exec_history — 历届高管名单。","description":"【接口】company_exec_history\n\n【说明】历届高管名单。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_exec_history&{业务参数}","operationId":"api_company_exec_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_exec_history）","required":true,"schema":{"type":"string","enum":["company_exec_history"],"default":"company_exec_history"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_exec_history）","enum":["company_exec_history"],"default":"company_exec_history"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_exec_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_exec_history\" -d \"{业务参数}\""}},"/api/gateway?api=company_board_history":{"post":{"summary":"company_board_history — 历届董事会成员。","description":"【接口】company_board_history\n\n【说明】历届董事会成员。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_board_history&{业务参数}","operationId":"api_company_board_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_board_history）","required":true,"schema":{"type":"string","enum":["company_board_history"],"default":"company_board_history"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_board_history）","enum":["company_board_history"],"default":"company_board_history"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_board_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_board_history\" -d \"{业务参数}\""}},"/api/gateway?api=company_supervisor_history":{"post":{"summary":"company_supervisor_history — 历届监事会成员。","description":"【接口】company_supervisor_history\n\n【说明】历届监事会成员。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_supervisor_history&{业务参数}","operationId":"api_company_supervisor_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_supervisor_history）","required":true,"schema":{"type":"string","enum":["company_supervisor_history"],"default":"company_supervisor_history"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_supervisor_history）","enum":["company_supervisor_history"],"default":"company_supervisor_history"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_supervisor_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_supervisor_history\" -d \"{业务参数}\""}},"/api/gateway?api=company_dividend":{"post":{"summary":"company_dividend — 近年分红实施，按公告日倒序。","description":"【接口】company_dividend\n\n【说明】近年分红实施，按公告日倒序。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_dividend&{业务参数}","operationId":"api_company_dividend","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_dividend）","required":true,"schema":{"type":"string","enum":["company_dividend"],"default":"company_dividend"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_dividend）","enum":["company_dividend"],"default":"company_dividend"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_dividend","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_dividend\" -d \"{业务参数}\""}},"/api/gateway?api=company_seo":{"post":{"summary":"company_seo — 近年增发记录，按公告日倒序。","description":"【接口】company_seo\n\n【说明】近年增发记录，按公告日倒序。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_seo&{业务参数}","operationId":"api_company_seo","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_seo）","required":true,"schema":{"type":"string","enum":["company_seo"],"default":"company_seo"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_seo）","enum":["company_seo"],"default":"company_seo"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_seo","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_seo\" -d \"{业务参数}\""}},"/api/gateway?api=company_unlock":{"post":{"summary":"company_unlock — 解禁限售，按解禁日倒序。","description":"【接口】company_unlock\n\n【说明】解禁限售，按解禁日倒序。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_unlock&{业务参数}","operationId":"api_company_unlock","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_unlock）","required":true,"schema":{"type":"string","enum":["company_unlock"],"default":"company_unlock"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_unlock）","enum":["company_unlock"],"default":"company_unlock"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_unlock","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_unlock\" -d \"{业务参数}\""}},"/api/gateway?api=company_quarter_profit":{"post":{"summary":"company_quarter_profit — 近一年各季度利润表摘要，按报告期倒序。","description":"【接口】company_quarter_profit\n\n【说明】近一年各季度利润表摘要，按报告期倒序。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_quarter_profit&{业务参数}","operationId":"api_company_quarter_profit","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_quarter_profit）","required":true,"schema":{"type":"string","enum":["company_quarter_profit"],"default":"company_quarter_profit"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_quarter_profit）","enum":["company_quarter_profit"],"default":"company_quarter_profit"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_quarter_profit","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_quarter_profit\" -d \"{业务参数}\""}},"/api/gateway?api=company_quarter_cashflow":{"post":{"summary":"company_quarter_cashflow — 近一年各季度现金流量摘要。","description":"【接口】company_quarter_cashflow\n\n【说明】近一年各季度现金流量摘要。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_quarter_cashflow&{业务参数}","operationId":"api_company_quarter_cashflow","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_quarter_cashflow）","required":true,"schema":{"type":"string","enum":["company_quarter_cashflow"],"default":"company_quarter_cashflow"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_quarter_cashflow）","enum":["company_quarter_cashflow"],"default":"company_quarter_cashflow"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_quarter_cashflow","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_quarter_cashflow\" -d \"{业务参数}\""}},"/api/gateway?api=company_forecast":{"post":{"summary":"company_forecast — 近年业绩预告，按公告日倒序。","description":"【接口】company_forecast\n\n【说明】近年业绩预告，按公告日倒序。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_forecast&{业务参数}","operationId":"api_company_forecast","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_forecast）","required":true,"schema":{"type":"string","enum":["company_forecast"],"default":"company_forecast"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_forecast）","enum":["company_forecast"],"default":"company_forecast"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_forecast","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_forecast\" -d \"{业务参数}\""}},"/api/gateway?api=company_finance_metrics":{"post":{"summary":"company_finance_metrics — 近四个季度主要财务指标（盈利能力、偿债、营运、成长等数十项）。支持 ts_code 传 6 位代码。","description":"【接口】company_finance_metrics\n\n【说明】近四个季度主要财务指标（盈利能力、偿债、营运、成长等数十项）。支持 ts_code 传 6 位代码。\n\n【更新频率】每日凌晨刷新。\n\n以下为财务指标常见键名；完整列表以返回 JSON 为准。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_finance_metrics&{业务参数}","operationId":"api_company_finance_metrics","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_finance_metrics）","required":true,"schema":{"type":"string","enum":["company_finance_metrics"],"default":"company_finance_metrics"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_finance_metrics）","enum":["company_finance_metrics"],"default":"company_finance_metrics"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_finance_metrics","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_finance_metrics\" -d \"{业务参数}\""}},"/api/gateway?api=company_holders_top10":{"post":{"summary":"company_holders_top10 — 十大股东快照（含嵌套股东明细数组 sdgd）。","description":"【接口】company_holders_top10\n\n【说明】十大股东快照（含嵌套股东明细数组 sdgd）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_holders_top10&{业务参数}","operationId":"api_company_holders_top10","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_holders_top10）","required":true,"schema":{"type":"string","enum":["company_holders_top10"],"default":"company_holders_top10"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_holders_top10）","enum":["company_holders_top10"],"default":"company_holders_top10"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_holders_top10","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_holders_top10\" -d \"{业务参数}\""}},"/api/gateway?api=company_float_holders_top10":{"post":{"summary":"company_float_holders_top10 — 十大流通股东（sdgd 数组结构同公司资料口径）。","description":"【接口】company_float_holders_top10\n\n【说明】十大流通股东（sdgd 数组结构同公司资料口径）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_float_holders_top10&{业务参数}","operationId":"api_company_float_holders_top10","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_float_holders_top10）","required":true,"schema":{"type":"string","enum":["company_float_holders_top10"],"default":"company_float_holders_top10"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_float_holders_top10）","enum":["company_float_holders_top10"],"default":"company_float_holders_top10"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_float_holders_top10","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_float_holders_top10\" -d \"{业务参数}\""}},"/api/gateway?api=company_holder_trend":{"post":{"summary":"company_holder_trend — 股东户数及环比变化。","description":"【接口】company_holder_trend\n\n【说明】股东户数及环比变化。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_holder_trend&{业务参数}","operationId":"api_company_holder_trend","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_holder_trend）","required":true,"schema":{"type":"string","enum":["company_holder_trend"],"default":"company_holder_trend"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_holder_trend）","enum":["company_holder_trend"],"default":"company_holder_trend"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_holder_trend","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_holder_trend\" -d \"{业务参数}\""}},"/api/gateway?api=company_fund_holdings":{"post":{"summary":"company_fund_holdings — 基金持仓（约最近数百条基金记录），按截止日倒序。","description":"【接口】company_fund_holdings\n\n【说明】基金持仓（约最近数百条基金记录），按截止日倒序。\n\n【更新频率】约每周六晚间刷新一批。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=company_fund_holdings&{业务参数}","operationId":"api_company_fund_holdings","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：company_fund_holdings）","required":true,"schema":{"type":"string","enum":["company_fund_holdings"],"default":"company_fund_holdings"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：company_fund_holdings）","enum":["company_fund_holdings"],"default":"company_fund_holdings"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"company_fund_holdings","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=company_fund_holdings\" -d \"{业务参数}\""}},"/api/gateway?api=stock_realtime":{"post":{"summary":"stock_realtime — 单只证券最新日线级行情快照（公开网络源汇总，非柜台行情）。","description":"【接口】stock_realtime\n\n【说明】单只证券最新日线级行情快照（公开网络源汇总，非柜台行情）。\n\n【更新频率】交易时段约每分钟刷新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_realtime&{业务参数}","operationId":"api_stock_realtime","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_realtime）","required":true,"schema":{"type":"string","enum":["stock_realtime"],"default":"stock_realtime"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_realtime）","enum":["stock_realtime"],"default":"stock_realtime"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_realtime","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_realtime\" -d \"{业务参数}\""}},"/api/gateway?api=stock_ticks_today":{"post":{"summary":"stock_ticks_today — 当日逐笔成交，按时间倒序。","description":"【接口】stock_ticks_today\n\n【说明】当日逐笔成交，按时间倒序。\n\n【更新频率】收盘后约 21:00 后全日补齐。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_ticks_today&{业务参数}","operationId":"api_stock_ticks_today","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_ticks_today）","required":true,"schema":{"type":"string","enum":["stock_ticks_today"],"default":"stock_ticks_today"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_ticks_today）","enum":["stock_ticks_today"],"default":"stock_ticks_today"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_ticks_today","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_ticks_today\" -d \"{业务参数}\""}},"/api/gateway?api=stock_realtime_multi":{"post":{"summary":"stock_realtime_multi — 一次最多 20 只，stock_codes 为 6 位代码、英文逗号分隔（与文档示例一致）。","description":"【接口】stock_realtime_multi\n\n【说明】一次最多 20 只，stock_codes 为 6 位代码、英文逗号分隔（与文档示例一致）。\n\n【注意】与单股实时字段结构一致，多条记录组成数组。；本页「在线试调」在首次 HTTP 5xx 或 JSON code=500 时会自动再请求一次（约 0.4s），浏览器内易表现为第二次成功；curl/Python 不会自动重试，偶发失败请重试或自行加重试逻辑。；若浏览器成功而本机脚本失败：请核对 Token 双 IP 绑定是否包含当前脚本所在网络的出口 IP。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_realtime_multi&{业务参数}","operationId":"api_stock_realtime_multi","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_realtime_multi）","required":true,"schema":{"type":"string","enum":["stock_realtime_multi"],"default":"stock_realtime_multi"}},{"name":"stock_codes","in":"query","description":"query：英文逗号分隔 6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_realtime_multi）","enum":["stock_realtime_multi"],"default":"stock_realtime_multi"},"stock_codes":{"type":"string","description":"query：英文逗号分隔 6 位代码"}},"required":["token","api","stock_codes"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_realtime_multi","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_realtime_multi\" -d \"{业务参数}\""}},"/api/gateway?api=quote_realtime_broker":{"post":{"summary":"quote_realtime_broker — 专业行情源聚合的最新价量指标，适合盘中刷新。","description":"【接口】quote_realtime_broker\n\n【说明】专业行情源聚合的最新价量指标，适合盘中刷新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=quote_realtime_broker&{业务参数}","operationId":"api_quote_realtime_broker","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：quote_realtime_broker）","required":true,"schema":{"type":"string","enum":["quote_realtime_broker"],"default":"quote_realtime_broker"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：quote_realtime_broker）","enum":["quote_realtime_broker"],"default":"quote_realtime_broker"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"quote_realtime_broker","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=quote_realtime_broker\" -d \"{业务参数}\""}},"/api/gateway?api=quote_five_broker":{"post":{"summary":"quote_five_broker — 买卖五档委托价量。","description":"【接口】quote_five_broker\n\n【说明】买卖五档委托价量。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=quote_five_broker&{业务参数}","operationId":"api_quote_five_broker","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：quote_five_broker）","required":true,"schema":{"type":"string","enum":["quote_five_broker"],"default":"quote_five_broker"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：quote_five_broker）","enum":["quote_five_broker"],"default":"quote_five_broker"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"quote_five_broker","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=quote_five_broker\" -d \"{业务参数}\""}},"/api/gateway?api=capital_flow_history":{"post":{"summary":"capital_flow_history — 历史资金流向，支持 st/et（YYYYMMDD）与 lt 条数。特大单：成交额≥100万或成交量≥","description":"【接口】capital_flow_history\n\n【说明】历史资金流向，支持 st/et（YYYYMMDD）与 lt 条数。特大单：成交额≥100万或成交量≥5000手；大单：成交额≥20万或成交量≥1000手；中单：成交额≥4万或成交量≥200手；其余为小单。\n\n【更新频率】约每日 21:30 后更新当日序列。\n\n含基础信息、主买/主卖/被动买/被动卖各档位（特大/大/中/小/累计）成交额与成交量、净流入分项、以及对应的增量字段。键名区分大小写。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=capital_flow_history&{业务参数}","operationId":"api_capital_flow_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：capital_flow_history）","required":true,"schema":{"type":"string","enum":["capital_flow_history"],"default":"capital_flow_history"}},{"name":"et","in":"query","description":"可选 query","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"可选 query","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"可选 query","required":false,"schema":{"type":"string"}},{"name":"ts_code","in":"query","description":"6 位代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：capital_flow_history）","enum":["capital_flow_history"],"default":"capital_flow_history"},"et":{"type":"string","description":"可选 query"},"lt":{"type":"string","description":"可选 query"},"st":{"type":"string","description":"可选 query"},"ts_code":{"type":"string","description":"6 位代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"capital_flow_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=capital_flow_history\" -d \"{业务参数}\""}},"/api/gateway?api=base_code_flow":{"post":{"summary":"base_code_flow — 股票历史资金流（个股）。业务成功时 code 多为 200，msg 多为 success；分页数据在","description":"【接口】base_code_flow\n\n【说明】股票历史资金流（个股）。业务成功时 code 多为 200，msg 多为 success；分页数据在 data 中，字段结构与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n成功时 data 常为分页列表或含列表的对象，具体键名与资金流字段以量脉 JSON 为准（可能含主买主卖、净流入等）。\n\n【注意】网关调用：api=base_code_flow，必填 code、startDate、endDate、pageNo、pageSize。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_code_flow&{业务参数}","operationId":"api_base_code_flow","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_code_flow）","required":true,"schema":{"type":"string","enum":["base_code_flow"],"default":"base_code_flow"}},{"name":"code","in":"query","description":"股票代码，如 000001","required":true,"schema":{"type":"string"}},{"name":"endDate","in":"query","description":"结束日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"pageNo","in":"query","description":"页码，如 1","required":true,"schema":{"type":"string"}},{"name":"pageSize","in":"query","description":"每页行数，如 50","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"开始日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_code_flow）","enum":["base_code_flow"],"default":"base_code_flow"},"code":{"type":"string","description":"股票代码，如 000001"},"endDate":{"type":"string","description":"结束日期，yyyy-MM-dd"},"pageNo":{"type":"string","description":"页码，如 1"},"pageSize":{"type":"string","description":"每页行数，如 50"},"startDate":{"type":"string","description":"开始日期，yyyy-MM-dd"}},"required":["token","api","code","endDate","pageNo","pageSize","startDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_code_flow","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_code_flow\" -d \"{业务参数}\""}},"/api/gateway?api=quote_bars_latest":{"post":{"summary":"quote_bars_latest — 最新 K 线或分钟线：full_code 如 000001.SZ；分时级别支持 5 分钟、15 分钟","description":"【接口】quote_bars_latest\n\n【说明】最新 K 线或分钟线：full_code 如 000001.SZ；分时级别支持 5 分钟、15 分钟、30 分钟、60 分钟、日线、周线、月线、年线，对应参数分别为 5、15、30、60、d、w、m、y。日线以上除权方式有不复权、前复权、后复权、等比前复权、等比后复权（n、f、b、fr、br），分钟级仅限不复权（n）。可选 lt，但 latest 接口每条请求最多 5 条；要更多请用 quote_bars_history。\n\n【更新频率】分钟级别数据盘中更新，分时越小越优先更新；日线及以上级别每日 15:30 开始更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=quote_bars_latest&{业务参数}","operationId":"api_quote_bars_latest","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：quote_bars_latest）","required":true,"schema":{"type":"string","enum":["quote_bars_latest"],"default":"quote_bars_latest"}},{"name":"cq","in":"query","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）、条数","required":false,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）、条数","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）、条数","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：quote_bars_latest）","enum":["quote_bars_latest"],"default":"quote_bars_latest"},"cq":{"type":"string","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）、条数"},"interval":{"type":"string","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）、条数"},"lt":{"type":"string","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）、条数"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"quote_bars_latest","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=quote_bars_latest\" -d \"{业务参数}\""}},"/api/gateway?api=quote_bars_history":{"post":{"summary":"quote_bars_history — 历史 K 线/分钟线。可选 st、et 限定时间区间，格式均为 YYYYMMDD 或 YYYYMMD","description":"【接口】quote_bars_history\n\n【说明】历史 K 线/分钟线。可选 st、et 限定时间区间，格式均为 YYYYMMDD 或 YYYYMMDDhhmmss（如 20240101、20241231235959）；另可选 lt 限制条数。分时级别支持 5 分钟、15 分钟、30 分钟、60 分钟、日线、周线、月线、年线，对应参数分别为 5、15、30、60、d、w、m、y。日线以上除权方式有不复权、前复权、后复权、等比前复权、等比后复权，对应参数分别为 n、f、b、fr、br。分钟级仅限不复权（n）。\n\n【更新频率】分钟级别数据盘中更新，分时越小越优先更新；日线及以上级别每日 15:30 开始更新，预计 17:10 完成。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=quote_bars_history&{业务参数}","operationId":"api_quote_bars_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：quote_bars_history）","required":true,"schema":{"type":"string","enum":["quote_bars_history"],"default":"quote_bars_history"}},{"name":"cq","in":"query","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）","required":false,"schema":{"type":"string"}},{"name":"et","in":"query","description":"结束时间：格式同 st","required":false,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限（可选）","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始时间：YYYYMMDD 或 YYYYMMDDhhmmss，如 20240101、20241231235959","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：quote_bars_history）","enum":["quote_bars_history"],"default":"quote_bars_history"},"cq":{"type":"string","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）"},"et":{"type":"string","description":"结束时间：格式同 st"},"interval":{"type":"string","description":"周期（5/15/30/60/d/w/m/y，默认 d）、除权（n/f/b/fr/br，默认 n）"},"lt":{"type":"string","description":"返回条数上限（可选）"},"st":{"type":"string","description":"开始时间：YYYYMMDD 或 YYYYMMDDhhmmss，如 20240101、20241231235959"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"quote_bars_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=quote_bars_history\" -d \"{业务参数}\""}},"/api/gateway?api=quote_stop_prices":{"post":{"summary":"quote_stop_prices — 历史涨跌停价区间。","description":"【接口】quote_stop_prices\n\n【说明】历史涨跌停价区间。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=quote_stop_prices&{业务参数}","operationId":"api_quote_stop_prices","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：quote_stop_prices）","required":true,"schema":{"type":"string","enum":["quote_stop_prices"],"default":"quote_stop_prices"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：quote_stop_prices）","enum":["quote_stop_prices"],"default":"quote_stop_prices"},"full_code":{"type":"string","description":"如 000001.SZ"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"quote_stop_prices","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=quote_stop_prices\" -d \"{业务参数}\""}},"/api/gateway?api=quote_market_indicators":{"post":{"summary":"quote_market_indicators — 量比、短周期涨跌与换手等技术指标快照。","description":"【接口】quote_market_indicators\n\n【说明】量比、短周期涨跌与换手等技术指标快照。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=quote_market_indicators&{业务参数}","operationId":"api_quote_market_indicators","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：quote_market_indicators）","required":true,"schema":{"type":"string","enum":["quote_market_indicators"],"default":"quote_market_indicators"}},{"name":"full_code","in":"query","description":"带市场后缀","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：quote_market_indicators）","enum":["quote_market_indicators"],"default":"quote_market_indicators"},"full_code":{"type":"string","description":"带市场后缀"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"quote_market_indicators","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=quote_market_indicators\" -d \"{业务参数}\""}},"/api/gateway?api=stock_instrument":{"post":{"summary":"stock_instrument — 证券基础信息：涨跌停参考价、股本、最小价位、停牌状态等。","description":"【接口】stock_instrument\n\n【说明】证券基础信息：涨跌停参考价、股本、最小价位、停牌状态等。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_instrument&{业务参数}","operationId":"api_stock_instrument","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_instrument）","required":true,"schema":{"type":"string","enum":["stock_instrument"],"default":"stock_instrument"}},{"name":"full_code","in":"query","description":"带市场后缀","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_instrument）","enum":["stock_instrument"],"default":"stock_instrument"},"full_code":{"type":"string","description":"带市场后缀"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_instrument","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_instrument\" -d \"{业务参数}\""}},"/api/gateway?api=fin_balance_sheet":{"post":{"summary":"fin_balance_sheet — 合并资产负债表。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_balance_sheet\n\n【说明】合并资产负债表。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n以下为资产负债表常见键名；科目繁多，完整列表以返回 JSON 为准。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_balance_sheet&{业务参数}","operationId":"api_fin_balance_sheet","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_balance_sheet）","required":true,"schema":{"type":"string","enum":["fin_balance_sheet"],"default":"fin_balance_sheet"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_balance_sheet）","enum":["fin_balance_sheet"],"default":"fin_balance_sheet"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_balance_sheet","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_balance_sheet\" -d \"{业务参数}\""}},"/api/gateway?api=fin_income_statement":{"post":{"summary":"fin_income_statement — 合并利润表。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_income_statement\n\n【说明】合并利润表。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n以下为利润表常见键名；完整科目以返回 JSON 为准。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_income_statement&{业务参数}","operationId":"api_fin_income_statement","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_income_statement）","required":true,"schema":{"type":"string","enum":["fin_income_statement"],"default":"fin_income_statement"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_income_statement）","enum":["fin_income_statement"],"default":"fin_income_statement"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_income_statement","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_income_statement\" -d \"{业务参数}\""}},"/api/gateway?api=fin_cashflow_statement":{"post":{"summary":"fin_cashflow_statement — 合并现金流量表。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_cashflow_statement\n\n【说明】合并现金流量表。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n以下为现金流量表常见键名（含主表+间接法调节项）；完整科目以返回 JSON 为准。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_cashflow_statement&{业务参数}","operationId":"api_fin_cashflow_statement","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_cashflow_statement）","required":true,"schema":{"type":"string","enum":["fin_cashflow_statement"],"default":"fin_cashflow_statement"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_cashflow_statement）","enum":["fin_cashflow_statement"],"default":"fin_cashflow_statement"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_cashflow_statement","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_cashflow_statement\" -d \"{业务参数}\""}},"/api/gateway?api=fin_per_share_index":{"post":{"summary":"fin_per_share_index — 财务主要指标。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_per_share_index\n\n【说明】财务主要指标。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n以下为财务主要指标常见键名；完整科目以返回 JSON 为准。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_per_share_index&{业务参数}","operationId":"api_fin_per_share_index","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_per_share_index）","required":true,"schema":{"type":"string","enum":["fin_per_share_index"],"default":"fin_per_share_index"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_per_share_index）","enum":["fin_per_share_index"],"default":"fin_per_share_index"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_per_share_index","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_per_share_index\" -d \"{业务参数}\""}},"/api/gateway?api=fin_capital_structure":{"post":{"summary":"fin_capital_structure — 公司股本表。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_capital_structure\n\n【说明】公司股本表。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_capital_structure&{业务参数}","operationId":"api_fin_capital_structure","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_capital_structure）","required":true,"schema":{"type":"string","enum":["fin_capital_structure"],"default":"fin_capital_structure"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_capital_structure）","enum":["fin_capital_structure"],"default":"fin_capital_structure"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_capital_structure","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_capital_structure\" -d \"{业务参数}\""}},"/api/gateway?api=fin_top10_holders":{"post":{"summary":"fin_top10_holders — 公司十大股东。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_top10_holders\n\n【说明】公司十大股东。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_top10_holders&{业务参数}","operationId":"api_fin_top10_holders","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_top10_holders）","required":true,"schema":{"type":"string","enum":["fin_top10_holders"],"default":"fin_top10_holders"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_top10_holders）","enum":["fin_top10_holders"],"default":"fin_top10_holders"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_top10_holders","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_top10_holders\" -d \"{业务参数}\""}},"/api/gateway?api=fin_top10_float_holders":{"post":{"summary":"fin_top10_float_holders — 公司十大流通股东。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_top10_float_holders\n\n【说明】公司十大流通股东。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_top10_float_holders&{业务参数}","operationId":"api_fin_top10_float_holders","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_top10_float_holders）","required":true,"schema":{"type":"string","enum":["fin_top10_float_holders"],"default":"fin_top10_float_holders"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_top10_float_holders）","enum":["fin_top10_float_holders"],"default":"fin_top10_float_holders"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_top10_float_holders","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_top10_float_holders\" -d \"{业务参数}\""}},"/api/gateway?api=fin_holder_counts":{"post":{"summary":"fin_holder_counts — 公司股东数。支持 st、et 筛选报告期（YYYYMMDD）。","description":"【接口】fin_holder_counts\n\n【说明】公司股东数。支持 st、et 筛选报告期（YYYYMMDD）。\n\n【更新频率】每日 0 点更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fin_holder_counts&{业务参数}","operationId":"api_fin_holder_counts","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fin_holder_counts）","required":true,"schema":{"type":"string","enum":["fin_holder_counts"],"default":"fin_holder_counts"}},{"name":"et","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fin_holder_counts）","enum":["fin_holder_counts"],"default":"fin_holder_counts"},"et":{"type":"string","description":"YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"st":{"type":"string","description":"YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fin_holder_counts","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fin_holder_counts\" -d \"{业务参数}\""}},"/api/gateway?api=tech_macd":{"post":{"summary":"tech_macd — 历史 MACD 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除","description":"【接口】tech_macd\n\n【说明】历史 MACD 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除权 n/f/b/fr/br，分钟仅 n。可选 st、et（YYYYMMDD 或 YYYYMMDDhhmmss）、lt 条数。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=tech_macd&{业务参数}","operationId":"api_tech_macd","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：tech_macd）","required":true,"schema":{"type":"string","enum":["tech_macd"],"default":"tech_macd"}},{"name":"cq","in":"query","description":"周期/除权/时间/条数","required":false,"schema":{"type":"string"}},{"name":"et","in":"query","description":"周期/除权/时间/条数","required":false,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期/除权/时间/条数","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"周期/除权/时间/条数","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"周期/除权/时间/条数","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：tech_macd）","enum":["tech_macd"],"default":"tech_macd"},"cq":{"type":"string","description":"周期/除权/时间/条数"},"et":{"type":"string","description":"周期/除权/时间/条数"},"interval":{"type":"string","description":"周期/除权/时间/条数"},"lt":{"type":"string","description":"周期/除权/时间/条数"},"st":{"type":"string","description":"周期/除权/时间/条数"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"tech_macd","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=tech_macd\" -d \"{业务参数}\""}},"/api/gateway?api=tech_ma":{"post":{"summary":"tech_ma — 历史均线 MA 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除","description":"【接口】tech_ma\n\n【说明】历史均线 MA 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除权 n/f/b/fr/br，分钟仅 n。可选 st、et（YYYYMMDD 或 YYYYMMDDhhmmss）、lt 条数。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=tech_ma&{业务参数}","operationId":"api_tech_ma","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：tech_ma）","required":true,"schema":{"type":"string","enum":["tech_ma"],"default":"tech_ma"}},{"name":"cq","in":"query","description":"除权方式：n不复权/f前复权/b后复权","required":false,"schema":{"type":"string"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：tech_ma）","enum":["tech_ma"],"default":"tech_ma"},"cq":{"type":"string","description":"除权方式：n不复权/f前复权/b后复权"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"tech_ma","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=tech_ma\" -d \"{业务参数}\""}},"/api/gateway?api=tech_boll":{"post":{"summary":"tech_boll — 历史 BOLL 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除","description":"【接口】tech_boll\n\n【说明】历史 BOLL 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除权 n/f/b/fr/br，分钟仅 n。可选 st、et（YYYYMMDD 或 YYYYMMDDhhmmss）、lt 条数。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=tech_boll&{业务参数}","operationId":"api_tech_boll","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：tech_boll）","required":true,"schema":{"type":"string","enum":["tech_boll"],"default":"tech_boll"}},{"name":"cq","in":"query","description":"除权方式：n不复权/f前复权/b后复权","required":false,"schema":{"type":"string"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：tech_boll）","enum":["tech_boll"],"default":"tech_boll"},"cq":{"type":"string","description":"除权方式：n不复权/f前复权/b后复权"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"tech_boll","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=tech_boll\" -d \"{业务参数}\""}},"/api/gateway?api=tech_kdj":{"post":{"summary":"tech_kdj — 历史 KDJ 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除权","description":"【接口】tech_kdj\n\n【说明】历史 KDJ 序列，交易时间升序。支持 5/15/30/60/d/w/m/y 分时级别，日线以上除权 n/f/b/fr/br，分钟仅 n。可选 st、et（YYYYMMDD 或 YYYYMMDDhhmmss）、lt 条数。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=tech_kdj&{业务参数}","operationId":"api_tech_kdj","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：tech_kdj）","required":true,"schema":{"type":"string","enum":["tech_kdj"],"default":"tech_kdj"}},{"name":"cq","in":"query","description":"除权方式：n不复权/f前复权/b后复权","required":false,"schema":{"type":"string"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"full_code","in":"query","description":"如 000001.SZ","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：tech_kdj）","enum":["tech_kdj"],"default":"tech_kdj"},"cq":{"type":"string","description":"除权方式：n不复权/f前复权/b后复权"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"full_code":{"type":"string","description":"如 000001.SZ"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","full_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"tech_kdj","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=tech_kdj\" -d \"{业务参数}\""}},"/api/gateway?api=stock_ma":{"post":{"summary":"stock_ma — 兼容旧版简易均线接口（period 如 5m、dn）。","description":"【接口】stock_ma\n\n【说明】兼容旧版简易均线接口（period 如 5m、dn）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=stock_ma&{业务参数}","operationId":"api_stock_ma","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：stock_ma）","required":true,"schema":{"type":"string","enum":["stock_ma"],"default":"stock_ma"}},{"name":"period","in":"query","description":"时段：0竞价抢筹，1尾盘抢筹","required":true,"schema":{"type":"string"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：stock_ma）","enum":["stock_ma"],"default":"stock_ma"},"period":{"type":"string","description":"时段：0竞价抢筹，1尾盘抢筹"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","period","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"stock_ma","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=stock_ma\" -d \"{业务参数}\""}},"/api/gateway?api=index_realtime_broker":{"post":{"summary":"index_realtime_broker — 指数最新快照（专业行情源）。","description":"【接口】index_realtime_broker\n\n【说明】指数最新快照（专业行情源）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_realtime_broker&{业务参数}","operationId":"api_index_realtime_broker","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_realtime_broker）","required":true,"schema":{"type":"string","enum":["index_realtime_broker"],"default":"index_realtime_broker"}},{"name":"index_code","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_realtime_broker）","enum":["index_realtime_broker"],"default":"index_realtime_broker"},"index_code":{"type":"string","description":"如 000001.SH"}},"required":["token","api","index_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_realtime_broker","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_realtime_broker\" -d \"{业务参数}\""}},"/api/gateway?api=index_bars_latest":{"post":{"summary":"index_bars_latest — 指数最新 K 线/分钟线。可选 lt，与股票 latest 相同，单次最多 5 条；更多请用 ind","description":"【接口】index_bars_latest\n\n【说明】指数最新 K 线/分钟线。可选 lt，与股票 latest 相同，单次最多 5 条；更多请用 index_bars_history。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_bars_latest&{业务参数}","operationId":"api_index_bars_latest","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_bars_latest）","required":true,"schema":{"type":"string","enum":["index_bars_latest"],"default":"index_bars_latest"}},{"name":"index_full","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"interval 默认 d；lt≤5","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"interval 默认 d；lt≤5","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_bars_latest）","enum":["index_bars_latest"],"default":"index_bars_latest"},"index_full":{"type":"string","description":"如 000001.SH"},"interval":{"type":"string","description":"interval 默认 d；lt≤5"},"lt":{"type":"string","description":"interval 默认 d；lt≤5"}},"required":["token","api","index_full"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_bars_latest","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_bars_latest\" -d \"{业务参数}\""}},"/api/gateway?api=index_bars_history":{"post":{"summary":"index_bars_history — 指数历史 K 线/分时交易数据。可选 st、et 限定时间区间，格式均为 YYYYMMDD 或 YY","description":"【接口】index_bars_history\n\n【说明】指数历史 K 线/分时交易数据。可选 st、et 限定时间区间，格式均为 YYYYMMDD 或 YYYYMMDDhhmmss。分时级别支持 5 分钟、15 分钟、30 分钟、60 分钟、日线、周线、月线、年线，对应参数分别为 5、15、30、60、d、w、m、y。\n\n【更新频率】日线以上数据每日 15:30 开始更新，预计 17:10 完成更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_bars_history&{业务参数}","operationId":"api_index_bars_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_bars_history）","required":true,"schema":{"type":"string","enum":["index_bars_history"],"default":"index_bars_history"}},{"name":"et","in":"query","description":"YYYYMMDD 或 YYYYMMDDhhmmss","required":false,"schema":{"type":"string"}},{"name":"index_full","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}},{"name":"st","in":"query","description":"YYYYMMDD 或 YYYYMMDDhhmmss","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_bars_history）","enum":["index_bars_history"],"default":"index_bars_history"},"et":{"type":"string","description":"YYYYMMDD 或 YYYYMMDDhhmmss"},"index_full":{"type":"string","description":"如 000001.SH"},"st":{"type":"string","description":"YYYYMMDD 或 YYYYMMDDhhmmss"}},"required":["token","api","index_full"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_bars_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_bars_history\" -d \"{业务参数}\""}},"/api/gateway?api=index_tech_macd":{"post":{"summary":"index_tech_macd — 指数 MACD 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et（YYY","description":"【接口】index_tech_macd\n\n【说明】指数 MACD 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et（YYYYMMDD 或 YYYYMMDDhhmmss）、lt 条数。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_tech_macd&{业务参数}","operationId":"api_index_tech_macd","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_tech_macd）","required":true,"schema":{"type":"string","enum":["index_tech_macd"],"default":"index_tech_macd"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"index_code","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_tech_macd）","enum":["index_tech_macd"],"default":"index_tech_macd"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"index_code":{"type":"string","description":"如 000001.SH"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","index_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_tech_macd","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_tech_macd\" -d \"{业务参数}\""}},"/api/gateway?api=index_tech_ma":{"post":{"summary":"index_tech_ma — 指数均线 MA 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et、lt。","description":"【接口】index_tech_ma\n\n【说明】指数均线 MA 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et、lt。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_tech_ma&{业务参数}","operationId":"api_index_tech_ma","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_tech_ma）","required":true,"schema":{"type":"string","enum":["index_tech_ma"],"default":"index_tech_ma"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"index_code","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_tech_ma）","enum":["index_tech_ma"],"default":"index_tech_ma"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"index_code":{"type":"string","description":"如 000001.SH"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","index_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_tech_ma","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_tech_ma\" -d \"{业务参数}\""}},"/api/gateway?api=index_tech_boll":{"post":{"summary":"index_tech_boll — 指数 BOLL 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et、lt。","description":"【接口】index_tech_boll\n\n【说明】指数 BOLL 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et、lt。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_tech_boll&{业务参数}","operationId":"api_index_tech_boll","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_tech_boll）","required":true,"schema":{"type":"string","enum":["index_tech_boll"],"default":"index_tech_boll"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"index_code","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_tech_boll）","enum":["index_tech_boll"],"default":"index_tech_boll"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"index_code":{"type":"string","description":"如 000001.SH"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","index_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_tech_boll","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_tech_boll\" -d \"{业务参数}\""}},"/api/gateway?api=index_tech_kdj":{"post":{"summary":"index_tech_kdj — 指数 KDJ 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et、lt。","description":"【接口】index_tech_kdj\n\n【说明】指数 KDJ 序列。支持 5/15/30/60/d/w/m/y 分时级别，可选 st、et、lt。\n\n【更新频率】分钟级别数据盘中更新；日线及以上级别每日 15:35 更新。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=index_tech_kdj&{业务参数}","operationId":"api_index_tech_kdj","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：index_tech_kdj）","required":true,"schema":{"type":"string","enum":["index_tech_kdj"],"default":"index_tech_kdj"}},{"name":"et","in":"query","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}},{"name":"index_code","in":"query","description":"如 000001.SH","required":true,"schema":{"type":"string"}},{"name":"interval","in":"query","description":"周期：5/15/30/60/d/w/m/y","required":false,"schema":{"type":"string"}},{"name":"lt","in":"query","description":"返回条数上限","required":false,"schema":{"type":"string"}},{"name":"st","in":"query","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：index_tech_kdj）","enum":["index_tech_kdj"],"default":"index_tech_kdj"},"et":{"type":"string","description":"结束日期，格式 yyyy-MM-dd 或 YYYYMMDD"},"index_code":{"type":"string","description":"如 000001.SH"},"interval":{"type":"string","description":"周期：5/15/30/60/d/w/m/y"},"lt":{"type":"string","description":"返回条数上限"},"st":{"type":"string","description":"开始日期，格式 yyyy-MM-dd 或 YYYYMMDD"}},"required":["token","api","index_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"index_tech_kdj","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=index_tech_kdj\" -d \"{业务参数}\""}},"/api/gateway?api=bj_list_stocks":{"post":{"summary":"bj_list_stocks — 京市股票基础列表。","description":"【接口】bj_list_stocks\n\n【说明】京市股票基础列表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=bj_list_stocks&{业务参数}","operationId":"api_bj_list_stocks","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：bj_list_stocks）","required":true,"schema":{"type":"string","enum":["bj_list_stocks"],"default":"bj_list_stocks"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：bj_list_stocks）","enum":["bj_list_stocks"],"default":"bj_list_stocks"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"bj_list_stocks","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=bj_list_stocks\" -d \"{业务参数}\""}},"/api/gateway?api=bj_list_indices":{"post":{"summary":"bj_list_indices — 京市指数列表。","description":"【接口】bj_list_indices\n\n【说明】京市指数列表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=bj_list_indices&{业务参数}","operationId":"api_bj_list_indices","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：bj_list_indices）","required":true,"schema":{"type":"string","enum":["bj_list_indices"],"default":"bj_list_indices"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：bj_list_indices）","enum":["bj_list_indices"],"default":"bj_list_indices"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"bj_list_indices","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=bj_list_indices\" -d \"{业务参数}\""}},"/api/gateway?api=hk_list_stocks":{"post":{"summary":"hk_list_stocks — 港股基础列表。","description":"【接口】hk_list_stocks\n\n【说明】港股基础列表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=hk_list_stocks&{业务参数}","operationId":"api_hk_list_stocks","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：hk_list_stocks）","required":true,"schema":{"type":"string","enum":["hk_list_stocks"],"default":"hk_list_stocks"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：hk_list_stocks）","enum":["hk_list_stocks"],"default":"hk_list_stocks"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"hk_list_stocks","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=hk_list_stocks\" -d \"{业务参数}\""}},"/api/gateway?api=kc_list_stocks":{"post":{"summary":"kc_list_stocks — 科创板股票列表。","description":"【接口】kc_list_stocks\n\n【说明】科创板股票列表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=kc_list_stocks&{业务参数}","operationId":"api_kc_list_stocks","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：kc_list_stocks）","required":true,"schema":{"type":"string","enum":["kc_list_stocks"],"default":"kc_list_stocks"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：kc_list_stocks）","enum":["kc_list_stocks"],"default":"kc_list_stocks"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"kc_list_stocks","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=kc_list_stocks\" -d \"{业务参数}\""}},"/api/gateway?api=fund_list_all":{"post":{"summary":"fund_list_all — 沪深基金全列表。","description":"【接口】fund_list_all\n\n【说明】沪深基金全列表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fund_list_all&{业务参数}","operationId":"api_fund_list_all","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fund_list_all）","required":true,"schema":{"type":"string","enum":["fund_list_all"],"default":"fund_list_all"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fund_list_all）","enum":["fund_list_all"],"default":"fund_list_all"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fund_list_all","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fund_list_all\" -d \"{业务参数}\""}},"/api/gateway?api=fund_list_etf":{"post":{"summary":"fund_list_etf — ETF 基金列表。","description":"【接口】fund_list_etf\n\n【说明】ETF 基金列表。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fund_list_etf&{业务参数}","operationId":"api_fund_list_etf","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fund_list_etf）","required":true,"schema":{"type":"string","enum":["fund_list_etf"],"default":"fund_list_etf"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fund_list_etf）","enum":["fund_list_etf"],"default":"fund_list_etf"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fund_list_etf","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fund_list_etf\" -d \"{业务参数}\""}},"/api/gateway?api=base_st":{"post":{"summary":"base_st — ST股票列表。业务成功时 code 多为 200，msg 多为 success；data 为对象数组","description":"【接口】base_st\n\n【说明】ST股票列表。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=base_st；无额外业务查询参数。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_st&{业务参数}","operationId":"api_base_st","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_st）","required":true,"schema":{"type":"string","enum":["base_st"],"default":"base_st"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_st）","enum":["base_st"],"default":"base_st"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_st","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_st\" -d \"{业务参数}\""}},"/api/gateway?api=bj_quote_realtime":{"post":{"summary":"bj_quote_realtime — 京市股票实时。","description":"【接口】bj_quote_realtime\n\n【说明】京市股票实时。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=bj_quote_realtime&{业务参数}","operationId":"api_bj_quote_realtime","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：bj_quote_realtime）","required":true,"schema":{"type":"string","enum":["bj_quote_realtime"],"default":"bj_quote_realtime"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：bj_quote_realtime）","enum":["bj_quote_realtime"],"default":"bj_quote_realtime"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"bj_quote_realtime","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=bj_quote_realtime\" -d \"{业务参数}\""}},"/api/gateway?api=bj_quote_five":{"post":{"summary":"bj_quote_five — 京市五档。","description":"【接口】bj_quote_five\n\n【说明】京市五档。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=bj_quote_five&{业务参数}","operationId":"api_bj_quote_five","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：bj_quote_five）","required":true,"schema":{"type":"string","enum":["bj_quote_five"],"default":"bj_quote_five"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：bj_quote_five）","enum":["bj_quote_five"],"default":"bj_quote_five"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"bj_quote_five","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=bj_quote_five\" -d \"{业务参数}\""}},"/api/gateway?api=hk_quote_realtime":{"post":{"summary":"hk_quote_realtime — 港股实时。","description":"【接口】hk_quote_realtime\n\n【说明】港股实时。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=hk_quote_realtime&{业务参数}","operationId":"api_hk_quote_realtime","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：hk_quote_realtime）","required":true,"schema":{"type":"string","enum":["hk_quote_realtime"],"default":"hk_quote_realtime"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：hk_quote_realtime）","enum":["hk_quote_realtime"],"default":"hk_quote_realtime"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"hk_quote_realtime","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=hk_quote_realtime\" -d \"{业务参数}\""}},"/api/gateway?api=hk_quote_five":{"post":{"summary":"hk_quote_five — 港股五档。","description":"【接口】hk_quote_five\n\n【说明】港股五档。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=hk_quote_five&{业务参数}","operationId":"api_hk_quote_five","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：hk_quote_five）","required":true,"schema":{"type":"string","enum":["hk_quote_five"],"default":"hk_quote_five"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：hk_quote_five）","enum":["hk_quote_five"],"default":"hk_quote_five"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"hk_quote_five","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=hk_quote_five\" -d \"{业务参数}\""}},"/api/gateway?api=kc_quote_realtime":{"post":{"summary":"kc_quote_realtime — 科创板实时。","description":"【接口】kc_quote_realtime\n\n【说明】科创板实时。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=kc_quote_realtime&{业务参数}","operationId":"api_kc_quote_realtime","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：kc_quote_realtime）","required":true,"schema":{"type":"string","enum":["kc_quote_realtime"],"default":"kc_quote_realtime"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：kc_quote_realtime）","enum":["kc_quote_realtime"],"default":"kc_quote_realtime"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"kc_quote_realtime","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=kc_quote_realtime\" -d \"{业务参数}\""}},"/api/gateway?api=kc_quote_five":{"post":{"summary":"kc_quote_five — 科创板五档。","description":"【接口】kc_quote_five\n\n【说明】科创板五档。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=kc_quote_five&{业务参数}","operationId":"api_kc_quote_five","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：kc_quote_five）","required":true,"schema":{"type":"string","enum":["kc_quote_five"],"default":"kc_quote_five"}},{"name":"ts_code","in":"query","description":"股票代码（6位数字，如 000001、600519）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：kc_quote_five）","enum":["kc_quote_five"],"default":"kc_quote_five"},"ts_code":{"type":"string","description":"股票代码（6位数字，如 000001、600519）"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"kc_quote_five","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=kc_quote_five\" -d \"{业务参数}\""}},"/api/gateway?api=fund_quote_realtime":{"post":{"summary":"fund_quote_realtime — 上市基金实时。","description":"【接口】fund_quote_realtime\n\n【说明】上市基金实时。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=fund_quote_realtime&{业务参数}","operationId":"api_fund_quote_realtime","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：fund_quote_realtime）","required":true,"schema":{"type":"string","enum":["fund_quote_realtime"],"default":"fund_quote_realtime"}},{"name":"ts_code","in":"query","description":"基金代码","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：fund_quote_realtime）","enum":["fund_quote_realtime"],"default":"fund_quote_realtime"},"ts_code":{"type":"string","description":"基金代码"}},"required":["token","api","ts_code"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"fund_quote_realtime","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=fund_quote_realtime\" -d \"{业务参数}\""}},"/api/gateway?api=market_realtime_all_network":{"post":{"summary":"market_realtime_all_network — 全市场快照（网络源），一次性获取所有股票的实时交易数据。限制每分钟请求 1 次。","description":"【接口】market_realtime_all_network\n\n【说明】全市场快照（网络源），一次性获取所有股票的实时交易数据。限制每分钟请求 1 次。\n\n【更新频率】交易时间段每 1 分钟刷新。\n\n【频次限制】严格限频：每分钟 1 次。\n\n【注意】返回为超大数组（全市场约 5000+ 条），请谨慎轮询。；该接口不含 dm（代码）字段，代码为数组的索引或单独字段返回。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=market_realtime_all_network&{业务参数}","operationId":"api_market_realtime_all_network","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：market_realtime_all_network）","required":true,"schema":{"type":"string","enum":["market_realtime_all_network"],"default":"market_realtime_all_network"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：market_realtime_all_network）","enum":["market_realtime_all_network"],"default":"market_realtime_all_network"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"market_realtime_all_network","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=market_realtime_all_network\" -d \"{业务参数}\""}},"/api/gateway?api=dragonTiger":{"post":{"summary":"dragonTiger — 龙虎榜查询。量脉接口成功时业务码多为 200；网关将量脉返回的 JSON 置于响应 data 中，结","description":"【接口】dragonTiger\n\n【说明】龙虎榜查询。量脉接口成功时业务码多为 200；网关将量脉返回的 JSON 置于响应 data 中，结构与量脉返回一致。\n\n【更新频率】交易日约 15:30 后更新（以量脉数据为准）。\n\n以下为量脉 data 对象内常见并列数组字段（键名区分大小写，以实际响应为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=dragonTiger&{业务参数}","operationId":"api_dragonTiger","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：dragonTiger）","required":true,"schema":{"type":"string","enum":["dragonTiger"],"default":"dragonTiger"}},{"name":"date","in":"query","description":"交易日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：dragonTiger）","enum":["dragonTiger"],"default":"dragonTiger"},"date":{"type":"string","description":"交易日期，yyyy-MM-dd"}},"required":["token","api","date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"dragonTiger","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=dragonTiger\" -d \"{业务参数}\""}},"/api/gateway?api=youzi_jgdhis":{"post":{"summary":"youzi_jgdhis — 单个游资上榜交割单历史。业务成功时 code 多为 200，msg 多为 success；data ","description":"【接口】youzi_jgdhis\n\n【说明】单个游资上榜交割单历史。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日下午约 17:40 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=youzi_jgdhis，必填 yzmc、date。试调默认 yzmc=上塘路、date=2025-03-24。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=youzi_jgdhis&{业务参数}","operationId":"api_youzi_jgdhis","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：youzi_jgdhis）","required":true,"schema":{"type":"string","enum":["youzi_jgdhis"],"default":"youzi_jgdhis"}},{"name":"date","in":"query","description":"查询日期，yyyy-MM-dd，如 2023-03-21","required":true,"schema":{"type":"string"}},{"name":"yzmc","in":"query","description":"游资名称，如上塘路、92科比","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：youzi_jgdhis）","enum":["youzi_jgdhis"],"default":"youzi_jgdhis"},"date":{"type":"string","description":"查询日期，yyyy-MM-dd，如 2023-03-21"},"yzmc":{"type":"string","description":"游资名称，如上塘路、92科比"}},"required":["token","api","date","yzmc"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"youzi_jgdhis","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=youzi_jgdhis\" -d \"{业务参数}\""}},"/api/gateway?api=youzi_all":{"post":{"summary":"youzi_all — 全量游资上榜交割单历史：按交易日拉取当日全市场游资交割相关明细（与单游资、个股接口字段结构一致）。业","description":"【接口】youzi_all\n\n【说明】全量游资上榜交割单历史：按交易日拉取当日全市场游资交割相关明细（与单游资、个股接口字段结构一致）。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日下午约 17:40 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=youzi_all，必填 date。试调默认 date=2026-03-30。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=youzi_all&{业务参数}","operationId":"api_youzi_all","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：youzi_all）","required":true,"schema":{"type":"string","enum":["youzi_all"],"default":"youzi_all"}},{"name":"date","in":"query","description":"查询日期，yyyy-MM-dd，如 2023-03-21","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：youzi_all）","enum":["youzi_all"],"default":"youzi_all"},"date":{"type":"string","description":"查询日期，yyyy-MM-dd，如 2023-03-21"}},"required":["token","api","date"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"youzi_all","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=youzi_all\" -d \"{业务参数}\""}},"/api/gateway?api=youzi_gegu":{"post":{"summary":"youzi_gegu — 个股游资上榜交割单。业务成功时 code 多为 200，msg 多为 success；data 为对","description":"【接口】youzi_gegu\n\n【说明】个股游资上榜交割单。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日下午约 17:40 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层 code（int）为返回码；以下为 data 数组单条元素字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=youzi_gegu，必填 code、startDate、endDate。试调默认与示例 URL 一致。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=youzi_gegu&{业务参数}","operationId":"api_youzi_gegu","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：youzi_gegu）","required":true,"schema":{"type":"string","enum":["youzi_gegu"],"default":"youzi_gegu"}},{"name":"code","in":"query","description":"股票代码，如 001337","required":true,"schema":{"type":"string"}},{"name":"endDate","in":"query","description":"结束日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"开始日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：youzi_gegu）","enum":["youzi_gegu"],"default":"youzi_gegu"},"code":{"type":"string","description":"股票代码，如 001337"},"endDate":{"type":"string","description":"结束日期，yyyy-MM-dd"},"startDate":{"type":"string","description":"开始日期，yyyy-MM-dd"}},"required":["token","api","code","endDate","startDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"youzi_gegu","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=youzi_gegu\" -d \"{业务参数}\""}},"/api/gateway?api=youzi_name":{"post":{"summary":"youzi_name — 获取游资名称列表（含操盘风格等）。业务成功时 code 多为 200，msg 多为 success；","description":"【接口】youzi_name\n\n【说明】获取游资名称列表（含操盘风格等）。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日下午约 17:40 后更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=youzi_name；无额外业务查询参数。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=youzi_name&{业务参数}","operationId":"api_youzi_name","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：youzi_name）","required":true,"schema":{"type":"string","enum":["youzi_name"],"default":"youzi_name"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：youzi_name）","enum":["youzi_name"],"default":"youzi_name"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"youzi_name","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=youzi_name\" -d \"{业务参数}\""}},"/api/gateway?api=base_bkjj":{"post":{"summary":"base_bkjj — 早盘热点板块或极速下跌板块竞价：按日期区间与多空类型查询量脉侧板块竞价榜单，便于观察资金方向（业务成","description":"【接口】base_bkjj\n\n【说明】早盘热点板块或极速下跌板块竞价：按日期区间与多空类型查询量脉侧板块竞价榜单，便于观察资金方向（业务成功时 code 多为 200；data 与量脉返回一致）。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n以下为量脉 data 中单条板块记录常见字段（键名区分大小写，以实际响应为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_bkjj&{业务参数}","operationId":"api_base_bkjj","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_bkjj）","required":true,"schema":{"type":"string","enum":["base_bkjj"],"default":"base_bkjj"}},{"name":"endDate","in":"query","description":"结束日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"开始日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"0 看空（极速下跌板块），1 看多（热点板块）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_bkjj）","enum":["base_bkjj"],"default":"base_bkjj"},"endDate":{"type":"string","description":"结束日期，yyyy-MM-dd"},"startDate":{"type":"string","description":"开始日期，yyyy-MM-dd"},"type":{"type":"string","description":"0 看空（极速下跌板块），1 看多（热点板块）"}},"required":["token","api","endDate","startDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_bkjj","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_bkjj\" -d \"{业务参数}\""}},"/api/gateway?api=base_bkjjzq":{"post":{"summary":"base_bkjjzq — 增强版热点板块竞价：按单日 tradeDate 拉取量脉侧板块竞价快照，场景与早盘热点/极速板块类似","description":"【接口】base_bkjjzq\n\n【说明】增强版热点板块竞价：按单日 tradeDate 拉取量脉侧板块竞价快照，场景与早盘热点/极速板块类似（业务成功时 code 多为 200；data 与量脉返回一致）。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n以下为量脉 data 中单条板块记录常见字段（键名区分大小写，以实际响应为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_bkjjzq&{业务参数}","operationId":"api_base_bkjjzq","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_bkjjzq）","required":true,"schema":{"type":"string","enum":["base_bkjjzq"],"default":"base_bkjjzq"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_bkjjzq）","enum":["base_bkjjzq"],"default":"base_bkjjzq"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"}},"required":["token","api","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_bkjjzq","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_bkjjzq\" -d \"{业务参数}\""}},"/api/gateway?api=base_zqbk_code_list":{"post":{"summary":"base_zqbk_code_list — 增强版热点板块竞价所属个股：按单日 tradeDate 与板块代码 bkCode 查询量脉侧该股板块","description":"【接口】base_zqbk_code_list\n\n【说明】增强版热点板块竞价所属个股：按单日 tradeDate 与板块代码 bkCode 查询量脉侧该股板块下个股竞价明细（业务成功时 code 多为 200；data 与量脉返回一致）。可与「增强版热点板块竞价 base_bkjjzq」联动取 bkCode。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n以下为量脉 data 中单条个股记录常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】bkCode 可先由「增强版热点板块竞价 base_bkjjzq」结果中取得。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_zqbk_code_list&{业务参数}","operationId":"api_base_zqbk_code_list","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_zqbk_code_list）","required":true,"schema":{"type":"string","enum":["base_zqbk_code_list"],"default":"base_zqbk_code_list"}},{"name":"bkCode","in":"query","description":"热点板块代码","required":true,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_zqbk_code_list）","enum":["base_zqbk_code_list"],"default":"base_zqbk_code_list"},"bkCode":{"type":"string","description":"热点板块代码"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"}},"required":["token","api","bkCode","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_zqbk_code_list","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_zqbk_code_list\" -d \"{业务参数}\""}},"/api/gateway?api=base_bk_code_list":{"post":{"summary":"base_bk_code_list — 早盘热点板块竞价所属个股：按日期区间与热点板块代码查询量脉侧该板块下个股竞价明细，便于挖掘潜力标的（","description":"【接口】base_bk_code_list\n\n【说明】早盘热点板块竞价所属个股：按日期区间与热点板块代码查询量脉侧该板块下个股竞价明细，便于挖掘潜力标的（业务成功时 code 多为 200；data 与量脉返回一致）。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n以下为量脉 data 中单条个股记录常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】bkCode 可先由「早盘热点板块竞价 base_bkjj」结果中取得。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_bk_code_list&{业务参数}","operationId":"api_base_bk_code_list","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_bk_code_list）","required":true,"schema":{"type":"string","enum":["base_bk_code_list"],"default":"base_bk_code_list"}},{"name":"bkCode","in":"query","description":"热点板块代码，如 880431","required":true,"schema":{"type":"string"}},{"name":"endDate","in":"query","description":"结束日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"开始日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_bk_code_list）","enum":["base_bk_code_list"],"default":"base_bk_code_list"},"bkCode":{"type":"string","description":"热点板块代码，如 880431"},"endDate":{"type":"string","description":"结束日期，yyyy-MM-dd"},"startDate":{"type":"string","description":"开始日期，yyyy-MM-dd"}},"required":["token","api","bkCode","endDate","startDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_bk_code_list","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_bk_code_list\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc":{"post":{"summary":"base_jjqc — 早盘抢筹委托金额排序：按交易日、抢筹时段与排序维度拉取量脉侧榜单（业务成功时 code 多为 200","description":"【接口】base_jjqc\n\n【说明】早盘抢筹委托金额排序：按交易日、抢筹时段与排序维度拉取量脉侧榜单（业务成功时 code 多为 200）。\n\n【更新频率】交易日上午约 9:26 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（键名区分大小写，以实际响应为准）。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc&{业务参数}","operationId":"api_base_jjqc","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc）","required":true,"schema":{"type":"string","enum":["base_jjqc"],"default":"base_jjqc"}},{"name":"period","in":"query","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹","required":true,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型：1 抢筹委托金额，2 抢筹成交金额，3 开盘金额，4 抢筹涨幅","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc）","enum":["base_jjqc"],"default":"base_jjqc"},"period":{"type":"string","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型：1 抢筹委托金额，2 抢筹成交金额，3 开盘金额，4 抢筹涨幅"}},"required":["token","api","period","tradeDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_cje":{"post":{"summary":"base_jjqc_cje — 早盘抢筹成交金额排序：与「早盘抢筹委托金额排序 base_jjqc」默认按抢筹成交金额排序（type","description":"【接口】base_jjqc_cje\n\n【说明】早盘抢筹成交金额排序：与「早盘抢筹委托金额排序 base_jjqc」默认按抢筹成交金额排序（type=2）。\n\n【更新频率】交易日上午约 9:26 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与 base_jjqc 相同，键名区分大小写，以实际响应为准）。\n\n【注意】未传 type 时由网关默认补全为 2 再请求量脉；如需其它排序可用 base_jjqc 并显式传 type。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_cje&{业务参数}","operationId":"api_base_jjqc_cje","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_cje）","required":true,"schema":{"type":"string","enum":["base_jjqc_cje"],"default":"base_jjqc_cje"}},{"name":"period","in":"query","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹","required":true,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 2（抢筹成交金额），与量脉约定一致","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_cje）","enum":["base_jjqc_cje"],"default":"base_jjqc_cje"},"period":{"type":"string","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 2（抢筹成交金额），与量脉约定一致"}},"required":["token","api","period","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_cje","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_cje\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_open":{"post":{"summary":"base_jjqc_open — 早盘抢筹开盘金额排序：与「早盘抢筹委托金额排序 base_jjqc」默认按开盘金额排序（type=3","description":"【接口】base_jjqc_open\n\n【说明】早盘抢筹开盘金额排序：与「早盘抢筹委托金额排序 base_jjqc」默认按开盘金额排序（type=3）。\n\n【更新频率】交易日上午约 9:26 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与 base_jjqc 相同，键名区分大小写，以实际响应为准）。\n\n【注意】未传 type 时由网关默认补全为 3 再请求量脉；若公开示例链接中 type 与本说明不一致，以本页「开盘金额 → type=3」为准。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_open&{业务参数}","operationId":"api_base_jjqc_open","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_open）","required":true,"schema":{"type":"string","enum":["base_jjqc_open"],"default":"base_jjqc_open"}},{"name":"period","in":"query","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹","required":true,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 3（开盘金额顺序），与量脉约定一致","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_open）","enum":["base_jjqc_open"],"default":"base_jjqc_open"},"period":{"type":"string","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 3（开盘金额顺序），与量脉约定一致"}},"required":["token","api","period","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_open","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_open\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_zf":{"post":{"summary":"base_jjqc_zf — 早盘抢筹涨幅排序：与「早盘抢筹委托金额排序 base_jjqc」默认按抢筹涨幅排序（type=4）。","description":"【接口】base_jjqc_zf\n\n【说明】早盘抢筹涨幅排序：与「早盘抢筹委托金额排序 base_jjqc」默认按抢筹涨幅排序（type=4）。\n\n【更新频率】交易日上午约 9:26 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与 base_jjqc 相同，键名区分大小写，以实际响应为准）。\n\n【注意】未传 type 时由网关默认补全为 4 再请求量脉；如需其它排序可用 base_jjqc 并显式传 type。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_zf&{业务参数}","operationId":"api_base_jjqc_zf","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_zf）","required":true,"schema":{"type":"string","enum":["base_jjqc_zf"],"default":"base_jjqc_zf"}},{"name":"period","in":"query","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹","required":true,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 4（抢筹涨幅），与量脉约定一致","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_zf）","enum":["base_jjqc_zf"],"default":"base_jjqc_zf"},"period":{"type":"string","description":"抢筹时段：0 竞价抢筹，1 尾盘抢筹"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 4（抢筹涨幅），与量脉约定一致"}},"required":["token","api","period","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_zf","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_zf\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_tail_wt":{"post":{"summary":"base_jjqc_tail_wt — 尾盘抢筹委托金额排序：与「早盘抢筹委托金额排序 base_jjqc」固定尾盘时段（period=1）","description":"【接口】base_jjqc_tail_wt\n\n【说明】尾盘抢筹委托金额排序：与「早盘抢筹委托金额排序 base_jjqc」固定尾盘时段（period=1）并按抢筹委托金额排序（type=1）。\n\n【更新频率】交易日下午约 15:10 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与 base_jjqc 基本相同；尾盘文档中 type=3 多为「收盘金额顺序」，与早盘「开盘金额」口径不同，以实际响应为准）。\n\n【注意】未传 period/type 时由网关默认补 period=1、type=1 后再请求量脉。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_tail_wt&{业务参数}","operationId":"api_base_jjqc_tail_wt","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_tail_wt）","required":true,"schema":{"type":"string","enum":["base_jjqc_tail_wt"],"default":"base_jjqc_tail_wt"}},{"name":"period","in":"query","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 1（抢筹委托金额）；尾盘场景下 type 各档位含义以量脉说明为准","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_tail_wt）","enum":["base_jjqc_tail_wt"],"default":"base_jjqc_tail_wt"},"period":{"type":"string","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 1（抢筹委托金额）；尾盘场景下 type 各档位含义以量脉说明为准"}},"required":["token","api","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_tail_wt","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_tail_wt\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_tail_cje":{"post":{"summary":"base_jjqc_tail_cje — 尾盘抢筹成交金额排序：默认 period=1、按抢筹成交金额排序（type=2）。","description":"【接口】base_jjqc_tail_cje\n\n【说明】尾盘抢筹成交金额排序：默认 period=1、按抢筹成交金额排序（type=2）。\n\n【更新频率】交易日下午约 15:10 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与同路径其它抢筹接口一致，以实际响应为准）。\n\n【注意】未传 period/type 时由网关默认补 period=1、type=2 后再请求量脉。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_tail_cje&{业务参数}","operationId":"api_base_jjqc_tail_cje","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_tail_cje）","required":true,"schema":{"type":"string","enum":["base_jjqc_tail_cje"],"default":"base_jjqc_tail_cje"}},{"name":"period","in":"query","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 2（抢筹成交金额）","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_tail_cje）","enum":["base_jjqc_tail_cje"],"default":"base_jjqc_tail_cje"},"period":{"type":"string","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 2（抢筹成交金额）"}},"required":["token","api","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_tail_cje","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_tail_cje\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_tail_close":{"post":{"summary":"base_jjqc_tail_close — 尾盘抢筹收盘金额排序：默认 period=1（尾盘）、按收盘金额顺序排序（type=3）。公开参数表","description":"【接口】base_jjqc_tail_close\n\n【说明】尾盘抢筹收盘金额排序：默认 period=1（尾盘）、按收盘金额顺序排序（type=3）。公开参数表里 type=3 旁若误写为「成交金额」，以本条及量脉字段说明为准。\n\n【更新频率】交易日下午约 15:10 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与同路径其它抢筹接口一致，以实际响应为准）。\n\n【注意】未传 period/type 时由网关默认补 period=1、type=3 后再请求量脉。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_tail_close&{业务参数}","operationId":"api_base_jjqc_tail_close","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_tail_close）","required":true,"schema":{"type":"string","enum":["base_jjqc_tail_close"],"default":"base_jjqc_tail_close"}},{"name":"period","in":"query","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 3（按收盘金额顺序）","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_tail_close）","enum":["base_jjqc_tail_close"],"default":"base_jjqc_tail_close"},"period":{"type":"string","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 3（按收盘金额顺序）"}},"required":["token","api","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_tail_close","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_tail_close\" -d \"{业务参数}\""}},"/api/gateway?api=base_jjqc_tail_zf":{"post":{"summary":"base_jjqc_tail_zf — 尾盘抢筹涨幅排序：默认 period=1（尾盘）、按抢筹涨幅排序（type=4）。若公开参数表里 t","description":"【接口】base_jjqc_tail_zf\n\n【说明】尾盘抢筹涨幅排序：默认 period=1（尾盘）、按抢筹涨幅排序（type=4）。若公开参数表里 type=4 旁误写为「成交金额」，以本条及量脉响应字段说明为准。\n\n【更新频率】交易日下午约 15:10 起有可用数据时段（以量脉为准）。\n\n以下为量脉 data 中单条记录常见字段（与同路径其它抢筹接口一致，以实际响应为准）。\n\n【注意】未传 period/type 时由网关默认补 period=1、type=4 后再请求量脉。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_jjqc_tail_zf&{业务参数}","operationId":"api_base_jjqc_tail_zf","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_jjqc_tail_zf）","required":true,"schema":{"type":"string","enum":["base_jjqc_tail_zf"],"default":"base_jjqc_tail_zf"}},{"name":"period","in":"query","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"排序类型；未传时平台默认 4（抢筹涨幅）","required":false,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_jjqc_tail_zf）","enum":["base_jjqc_tail_zf"],"default":"base_jjqc_tail_zf"},"period":{"type":"string","description":"抢筹时段；未传时平台默认 1（尾盘抢筹）"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"},"type":{"type":"string","description":"排序类型；未传时平台默认 4（抢筹涨幅）"}},"required":["token","api","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_jjqc_tail_zf","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_jjqc_tail_zf\" -d \"{业务参数}\""}},"/api/gateway?api=jjyizi_list":{"post":{"summary":"jjyizi_list — 竞价一字板列表：按交易日拉取量脉侧竞价阶段一字涨停等统计及明细（业务成功时 code 多为 200；","description":"【接口】jjyizi_list\n\n【说明】竞价一字板列表：按交易日拉取量脉侧竞价阶段一字涨停等统计及明细（业务成功时 code 多为 200；data 常为对象）。\n\n【更新频率】交易日上午约 9:27 起有可用数据时段（以量脉为准）。\n\n量脉 data 常见为单层对象（若嵌套结构与下列不完全一致以实际响应为准）：\n\n【注意】todayList 单项常见字段：code 股票代码；fde 今日封单额；fdeDiff 较前一日增减封单额（仅当昨日亦为竞价一字板时有效）；jjPrice 价；lb 连板；ltsz 流通市值；name 名称；time 时间；ztyy 涨停板块/题材等。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=jjyizi_list&{业务参数}","operationId":"api_jjyizi_list","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：jjyizi_list）","required":true,"schema":{"type":"string","enum":["jjyizi_list"],"default":"jjyizi_list"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：jjyizi_list）","enum":["jjyizi_list"],"default":"jjyizi_list"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd"}},"required":["token","api","tradeDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"jjyizi_list","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=jjyizi_list\" -d \"{业务参数}\""}},"/api/gateway?api=change_all_history":{"post":{"summary":"change_all_history — 全量异动数据历史：按区间与异动类型查询量脉侧全量异动记录（业务成功时 code 多为 200；dat","description":"【接口】change_all_history\n\n【说明】全量异动数据历史：按区间与异动类型查询量脉侧全量异动记录（业务成功时 code 多为 200；data 与量脉返回一致）。\n\n【更新频率】交易日下午约 16:30 后更新（以量脉数据为准）。\n\n以下为量脉 data 中单条记录常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】异动类型 type 常用值：8201 火箭发射；8202 快速反弹；8207 竞价上涨；8209 高开5日线；8211 向上缺口；8215 60日大幅上涨；8204 加速下跌；8203 高台跳水；8208 竞价下跌；8210 低开5日线；8212 向下缺口；8216 60日大幅下跌；8193 大笔买入；8194 大笔卖出；64 有大买盘；128 有大卖盘；4 封涨停板；32 打开跌停板；8213 60日新高；8 封跌停板；16 打开涨停板；8214 60日新低。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=change_all_history&{业务参数}","operationId":"api_change_all_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：change_all_history）","required":true,"schema":{"type":"string","enum":["change_all_history"],"default":"change_all_history"}},{"name":"endDate","in":"query","description":"结束日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"开始日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"异动类型代码，如 8201（完整含义见下方说明）","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：change_all_history）","enum":["change_all_history"],"default":"change_all_history"},"endDate":{"type":"string","description":"结束日期，yyyy-MM-dd"},"startDate":{"type":"string","description":"开始日期，yyyy-MM-dd"},"type":{"type":"string","description":"异动类型代码，如 8201（完整含义见下方说明）"}},"required":["token","api","endDate","startDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"change_all_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=change_all_history\" -d \"{业务参数}\""}},"/api/gateway?api=change_code_history":{"post":{"summary":"change_code_history — 股票异动数据历史：按股票代码与日期区间查询量脉侧该标的的异动明细（业务成功时 code 多为 200","description":"【接口】change_code_history\n\n【说明】股票异动数据历史：按股票代码与日期区间查询量脉侧该标的的异动明细（业务成功时 code 多为 200；data 与量脉返回一致）。\n\n【更新频率】交易日下午约 16:30 后更新（以量脉数据为准）。\n\n以下为量脉 data 中单条记录常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】异动类型 type 常用值：8201 火箭发射；8202 快速反弹；8207 竞价上涨；8209 高开5日线；8211 向上缺口；8215 60日大幅上涨；8204 加速下跌；8203 高台跳水；8208 竞价下跌；8210 低开5日线；8212 向下缺口；8216 60日大幅下跌；8193 大笔买入；8194 大笔卖出；64 有大买盘；128 有大卖盘；4 封涨停板；32 打开跌停板；8213 60日新高；8 封跌停板；16 打开涨停板；8214 60日新低。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=change_code_history&{业务参数}","operationId":"api_change_code_history","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：change_code_history）","required":true,"schema":{"type":"string","enum":["change_code_history"],"default":"change_code_history"}},{"name":"code","in":"query","description":"股票代码，如 300688","required":true,"schema":{"type":"string"}},{"name":"endDate","in":"query","description":"结束日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}},{"name":"startDate","in":"query","description":"开始日期，yyyy-MM-dd","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：change_code_history）","enum":["change_code_history"],"default":"change_code_history"},"code":{"type":"string","description":"股票代码，如 300688"},"endDate":{"type":"string","description":"结束日期，yyyy-MM-dd"},"startDate":{"type":"string","description":"开始日期，yyyy-MM-dd"}},"required":["token","api","code","endDate","startDate"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"change_code_history","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=change_code_history\" -d \"{业务参数}\""}},"/api/gateway?api=alarm_data":{"post":{"summary":"alarm_data — 大股东减持等风险预警。业务成功时 code 多为 200，msg 多为 success；data 为","description":"【接口】alarm_data\n\n【说明】大股东减持等风险预警。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=alarm_data；必填 tradeDate、type；可选 code。文档卡片「在线试调」默认已填入 code=000001、tradeDate=2025-03-21、type=1。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=alarm_data&{业务参数}","operationId":"api_alarm_data","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：alarm_data）","required":true,"schema":{"type":"string","enum":["alarm_data"],"default":"alarm_data"}},{"name":"code","in":"query","description":"股票代码，如 000001（可选；文档试调默认已填）","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd，如 2025-03-21","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"预警类型：1 大股东减持（本接口卡片）；2 大比例解禁；3 风险监控；4 严重异动提醒","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：alarm_data）","enum":["alarm_data"],"default":"alarm_data"},"code":{"type":"string","description":"股票代码，如 000001（可选；文档试调默认已填）"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd，如 2025-03-21"},"type":{"type":"string","description":"预警类型：1 大股东减持（本接口卡片）；2 大比例解禁；3 风险监控；4 严重异动提醒"}},"required":["token","api","tradeDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"alarm_data","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=alarm_data\" -d \"{业务参数}\""}},"/api/gateway?api=alarm_data_unlock":{"post":{"summary":"alarm_data_unlock — 大比列解禁等风险预警（type=2）。业务成功时 code 多为 200，msg 多为 succes","description":"【接口】alarm_data_unlock\n\n【说明】大比列解禁等风险预警（type=2）。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=alarm_data_unlock；必填 tradeDate、type（试调默认 type=2）。可选 code。试调默认 tradeDate=2025-03-04、type=2。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=alarm_data_unlock&{业务参数}","operationId":"api_alarm_data_unlock","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：alarm_data_unlock）","required":true,"schema":{"type":"string","enum":["alarm_data_unlock"],"default":"alarm_data_unlock"}},{"name":"code","in":"query","description":"股票代码（可选）；不传则拉全市场该日 type=2 列表","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd，如 2025-03-13","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"预警类型：本卡片为 2（大比列解禁）；同路径另有 1 大股东减持、3 风险监控、4 严重异动提醒","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：alarm_data_unlock）","enum":["alarm_data_unlock"],"default":"alarm_data_unlock"},"code":{"type":"string","description":"股票代码（可选）；不传则拉全市场该日 type=2 列表"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd，如 2025-03-13"},"type":{"type":"string","description":"预警类型：本卡片为 2（大比列解禁）；同路径另有 1 大股东减持、3 风险监控、4 严重异动提醒"}},"required":["token","api","tradeDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"alarm_data_unlock","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=alarm_data_unlock\" -d \"{业务参数}\""}},"/api/gateway?api=alarm_data_risk":{"post":{"summary":"alarm_data_risk — 风险监控等风险预警（type=3）。业务成功时 code 多为 200，msg 多为 success","description":"【接口】alarm_data_risk\n\n【说明】风险监控等风险预警（type=3）。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=alarm_data_risk；必填 tradeDate、type（试调默认 type=3）。可选 code。试调默认 tradeDate=2025-03-04、type=3。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=alarm_data_risk&{业务参数}","operationId":"api_alarm_data_risk","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：alarm_data_risk）","required":true,"schema":{"type":"string","enum":["alarm_data_risk"],"default":"alarm_data_risk"}},{"name":"code","in":"query","description":"股票代码（可选）；不传则拉全市场该日 type=3 列表","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd，如 2025-03-13","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"预警类型：本卡片为 3（风险监控）；同路径另有 1 大股东减持、2 大比列解禁、3 风险监控、4 严重异动提醒","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：alarm_data_risk）","enum":["alarm_data_risk"],"default":"alarm_data_risk"},"code":{"type":"string","description":"股票代码（可选）；不传则拉全市场该日 type=3 列表"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd，如 2025-03-13"},"type":{"type":"string","description":"预警类型：本卡片为 3（风险监控）；同路径另有 1 大股东减持、2 大比列解禁、3 风险监控、4 严重异动提醒"}},"required":["token","api","tradeDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"alarm_data_risk","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=alarm_data_risk\" -d \"{业务参数}\""}},"/api/gateway?api=alarm_data_serious":{"post":{"summary":"alarm_data_serious — 严重异动提醒等风险预警（type=4）。业务成功时 code 多为 200，msg 多为 succe","description":"【接口】alarm_data_serious\n\n【说明】严重异动提醒等风险预警（type=4）。业务成功时 code 多为 200，msg 多为 success；data 为对象数组，与量脉返回一致。\n\n【更新频率】交易日上午约 9:26 起有数据更新（以量脉为准）。\n\n【频次限制】量脉约 40 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）；以下为 data 数组单条元素常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】网关调用：api=alarm_data_serious；必填 tradeDate、type；可选 code。文档试调预填 tradeDate=2025-03-04、type=1；本卡片对应严重异动时请改为 type=4。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=alarm_data_serious&{业务参数}","operationId":"api_alarm_data_serious","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：alarm_data_serious）","required":true,"schema":{"type":"string","enum":["alarm_data_serious"],"default":"alarm_data_serious"}},{"name":"code","in":"query","description":"股票代码（可选）；不传则拉全市场该日 type=4 列表","required":false,"schema":{"type":"string"}},{"name":"tradeDate","in":"query","description":"交易日，yyyy-MM-dd，如 2025-03-13","required":true,"schema":{"type":"string"}},{"name":"type","in":"query","description":"预警类型：本卡片为 4（严重异动提醒）；同路径另有 1 大股东减持、2 大比列解禁、3 风险监控","required":true,"schema":{"type":"string"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：alarm_data_serious）","enum":["alarm_data_serious"],"default":"alarm_data_serious"},"code":{"type":"string","description":"股票代码（可选）；不传则拉全市场该日 type=4 列表"},"tradeDate":{"type":"string","description":"交易日，yyyy-MM-dd，如 2025-03-13"},"type":{"type":"string","description":"预警类型：本卡片为 4（严重异动提醒）；同路径另有 1 大股东减持、2 大比列解禁、3 风险监控"}},"required":["token","api","tradeDate","type"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"alarm_data_serious","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=alarm_data_serious\" -d \"{业务参数}\""}},"/api/gateway?api=base_emotional_cycle":{"post":{"summary":"base_emotional_cycle — 情绪周期折线图：最近约 40 个交易日的涨跌停家数、大面情绪、大肉情绪、上涨家数、打板成功率、上涨比","description":"【接口】base_emotional_cycle\n\n【说明】情绪周期折线图：最近约 40 个交易日的涨跌停家数、大面情绪、大肉情绪、上涨家数、打板成功率、上涨比例等时间序列，短线复盘常用（业务成功时 code 多为 200，msg 多为 success；data 结构与量脉返回一致）。\n\n【更新频率】交易日约 17:00 后更新（以量脉为准）。\n\n【频次限制】量脉约 10 次/秒；仍受平台 Token 每分钟总额度约束。\n\n业务成功时顶层含 code（int，如 200）、msg（string，如 success）。data 多为单对象，内含多组时间序列；下列为 data 内常见键（键名区分大小写，以实际响应为准）。\n\n【注意】已固定 api=base_emotional_cycle，与页顶 Token及下方「在线试调凭据」中的网关、Token 共用。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=base_emotional_cycle&{业务参数}","operationId":"api_base_emotional_cycle","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：base_emotional_cycle）","required":true,"schema":{"type":"string","enum":["base_emotional_cycle"],"default":"base_emotional_cycle"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：base_emotional_cycle）","enum":["base_emotional_cycle"],"default":"base_emotional_cycle"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"base_emotional_cycle","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=base_emotional_cycle\" -d \"{业务参数}\""}},"/api/gateway?api=change_ren_qi":{"post":{"summary":"change_ren_qi — 股票人气排名：量脉侧全市场人气榜列表（业务成功时 code 多为 200；data 为数组，与量脉返","description":"【接口】change_ren_qi\n\n【说明】股票人气排名：量脉侧全市场人气榜列表（业务成功时 code 多为 200；data 为数组，与量脉返回一致）。\n\n【更新频率】约每隔 30 分钟刷新一次（以量脉为准）。\n\n以下为量脉 data 中单条排行记录常见字段（键名区分大小写，以实际响应为准）。\n\n【注意】当前无额外业务参数，仅需网关 token 与 api 别名。\n\n【调用方式】POST https://liangmai.pro/api/gateway，Content-Type: application/x-www-form-urlencoded，body: token={token}&api=change_ren_qi&{业务参数}","operationId":"api_change_ren_qi","parameters":[{"name":"token","in":"query","description":"平台发放的访问 Token","required":true,"schema":{"type":"string"}},{"name":"api","in":"query","description":"接口别名（固定值：change_ren_qi）","required":true,"schema":{"type":"string","enum":["change_ren_qi"],"default":"change_ren_qi"}}],"requestBody":{"required":true,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"平台发放的访问 Token"},"api":{"type":"string","description":"接口别名（固定值：change_ren_qi）","enum":["change_ren_qi"],"default":"change_ren_qi"}},"required":["token","api"]}}}},"responses":{"200":{"description":"成功；code=0 表示业务正常，data 为结果数组","content":{"application/json":{"schema":{"type":"object","properties":{"code":{"type":"integer","description":"业务码：0=成功，非0=业务异常"},"msg":{"type":"string","description":"提示信息"},"data":{"type":"object","description":"业务数据"}}},"example":{"code":0,"msg":"ok","data":[]}}}}},"x-api-name":"change_ren_qi","x-gateway-url":"https://liangmai.pro/api/gateway","x-curl-example":"curl -sS \"https://liangmai.pro/api/gateway\" -d \"token=YOUR_TOKEN\" -d \"api=change_ren_qi\" -d \"{业务参数}\""}}}}