{"info":{"_postman_id":"6635418a-b500-4a09-9f09-04fee508a403","name":"StockTV全球股票、外汇、期货、加密货币API接口","description":"<html><head></head><body><h4 id=\"使用说明\">使用说明</h4>\n<ol>\n<li><p><strong>获取 Key:</strong> 请联系我们获取 Key。</p>\n</li>\n<li><p><strong>调用 API:</strong> 在 API 请求中，将 Key 添加到 <code>key</code> 参数中。</p>\n</li>\n<li><p><strong>数据格式:</strong> 所有 API 返回数据均为 JSON 格式。</p>\n</li>\n</ol>\n<p>支持<strong>印度、马来西亚、印度尼西亚、美国、日本、韩国、新加坡、巴西、哥伦比亚、越南、沙特阿拉伯等</strong>国家的股票行情数据，期货，股票，外汇。</p>\n<p>提供http和ws的接入方式</p>\n<p>仅需几行代码即可获取全球数据</p>\n<p>免费技术支持 全程辅助对接</p>\n<h4 id=\"联系我们获取key\"><a href=\"https://t.me/stocktvpaopao\">联系我们获取key</a></h4>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"42914868","collectionId":"6635418a-b500-4a09-9f09-04fee508a403","publishedId":"2sB3dLTBM8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-11-28T06:40:31.000Z"},"item":[{"name":"全球股票","item":[{"name":"【股票】市场列表","id":"483b0298-ffc7-456d-b752-247fb73ca2b7","request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/stocks?countryId=42&pageSize=10&page=1&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","stocks"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>国家 ID，例如 14 代表印度</p>\n","type":"text/plain"},"key":"countryId","value":"42"},{"description":{"content":"<p>每页显示数量，默认值为 10</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>页码，默认值为 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"disabled":true,"description":{"content":"<p>非必要参数 交易所Id</p>\n","type":"text/plain"},"key":"exchangeId","value":"46"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"c7f9787d-0f24-4700-be19-0ae22ed65da3","name":"市场列表","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/stocks?countryId=14&pageSize=10&page=1&key=联系我们获取key","path":["stock","stocks"],"query":[{"key":"countryId","value":"14","description":"国家"},{"key":"pageSize","value":"10","description":"长度"},{"key":"page","value":"1","description":"页数"},{"key":"key","value":"联系我们获取key"},{"key":"exchangeId","value":"46","description":"非必要参数 交易所Id","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4665"},{"key":"Date","value":"Tue, 28 Nov 2023 08:16:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": {\n    \"records\": [\n      {\n        \"id\": 41602, //pid\n        \"avgVolume\": 441318, //平均交易量\n        \"chg\": 0, //涨跌额\n        \"chgPct\": 0, //涨跌百分比 直接拼接%\n        \"countryNameTranslated\": \"Malaysia\", //国家名称\n        \"exchangeId\": 62, //交易所ID 1NYSE 2NASDAQ 54上海交易所 103深圳交易所 46NSE 74BSE 53Mexico 144BIVA 60Seoul 110KOSDAQ 51Toronto 108TSXV 109CSE 4Derived 104Frankfurt 106Munich 107Stuttgart\n        \"flag\": \"MY\", //国家简称\n        \"fundamentalBeta\": 0.627, //基本面Beta值\n        \"fundamentalMarketCap\": 202470000, //基本面市值\n        \"fundamentalRatio\": -5.1, //基本面比率\n        \"fundamentalRevenue\": \"145.22M\", //基本面收入\n        \"high\": 0.12, //最高价\n        \"last\": 0.12, //最新价\n        \"lastPairDecimal\": 3, //小数位数\n        \"low\": 0.12, //最低价\n        \"name\": \"Media Chinese Int\", //股票名称\n        \"pairType\": \"Equities\", //交易对类型\n        \"performance3Year\": -29.41, //3年业绩\n        \"performanceDay\": 0, //当天业绩\n        \"performanceMonth\": 0, //月度业绩\n        \"performanceWeek\": -4, //周业绩\n        \"performanceYear\": -25, //年度业绩\n        \"performanceYtd\": -11.11, //年初至今业绩\n        \"symbol\": \"MDCH\", //股票代码\n        \"symbolAlias\": \"MDCH\", //股票代码别名\n        \"technicalDay\": \"strong_sell\", //日线技术指标\n        \"technicalHour\": \"strong_sell\", //小时线技术指标\n        \"technicalMonth\": \"strong_sell\", //月线技术指标\n        \"technicalWeek\": \"strong_sell\", //周线技术指标\n        \"time\": 1716448222, //时间戳\n        \"url\": \"/equities/media-chinese-international-ltd\", //详情页链接\n        \"volume\": 1241700, //交易量\n        \"countryId\": 42, //国家id\n        \"lastClose\": 0.12 //前收盘价格\n      },\n      ...\n    ],\n    \"total\": 1000,\n    \"size\": 2,\n    \"current\": 1,\n    \"orders\": [],\n    \"optimizeCountSql\": true,\n    \"searchCount\": true,\n    \"countId\": null,\n    \"maxLimit\": null,\n    \"pages\": 500\n  }\n}\n"}],"_postman_id":"483b0298-ffc7-456d-b752-247fb73ca2b7"},{"name":"【股票】查询股票","id":"7915742f-0274-4626-9490-d04bef2f7742","request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/queryStocks?key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","queryStocks"],"host":["api","stocktv","top"],"query":[{"disabled":true,"description":{"content":"<p>股票pid，非必要参数</p>\n","type":"text/plain"},"key":"id","value":"7310"},{"disabled":true,"description":{"content":"<p>股票名称，非必要参数</p>\n","type":"text/plain"},"key":"name","value":"10"},{"disabled":true,"description":{"content":"<p>股票symbol，非必要参数</p>\n","type":"text/plain"},"key":"symbol","value":"065170"},{"key":"key","value":"联系我们获取key"},{"disabled":true,"description":{"content":"<p>股票url，非必要参数</p>\n","type":"text/plain"},"key":"url","value":""}],"variable":[]}},"response":[{"id":"3c3d088b-5b84-44bb-abb6-f9c83e8e0fb9","name":"查询股票","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/queryStocks?id=14&name=10&symbol=1&key=联系我们获取key&url","path":["stock","queryStocks"],"query":[{"key":"id","value":"14","description":"股票pid，非必要参数"},{"key":"name","value":"10","description":"股票name，非必要参数"},{"key":"symbol","value":"1","description":"股票symbol，非必要参数"},{"key":"key","value":"联系我们获取key"},{"key":"url","value":null,"description":"股票url，非必要参数"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4665"},{"key":"Date","value":"Tue, 28 Nov 2023 08:16:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"id\": 41602, //pid\n            \"avgVolume\": 441318, //平均交易量\n            \"chg\": 0, //涨跌额\n            \"chgPct\": 0, //涨跌百分比\n            \"countryNameTranslated\": \"Malaysia\", //国家名称\n            \"exchangeId\": 62, //交易所ID\n            \"flag\": \"MY\", //国家简称\n            \"fundamentalBeta\": 0.627, //基本面Beta值\n            \"fundamentalMarketCap\": 202470000, //基本面市值\n            \"fundamentalRatio\": -5.1, //基本面比率\n            \"fundamentalRevenue\": \"145.22M\", //基本面收入\n            \"high\": 0.12, //最高价\n            \"last\": 0.12, //最新价\n            \"lastPairDecimal\": 3, //小数位数\n            \"low\": 0.12, //最低价\n            \"name\": \"Media Chinese Int\", //股票名称\n            \"pairType\": \"Equities\", //交易对类型\n            \"performance3Year\": -29.41, //3年业绩\n            \"performanceDay\": 0, //当天业绩\n            \"performanceMonth\": 0, //月度业绩\n            \"performanceWeek\": -4, //周业绩\n            \"performanceYear\": -25, //年度业绩\n            \"performanceYtd\": -11.11, //年初至今业绩\n            \"symbol\": \"MDCH\", //股票代码\n            \"technicalDay\": \"strong_sell\", //日线技术指标\n            \"technicalHour\": \"strong_sell\", //小时线技术指标\n            \"technicalMonth\": \"strong_sell\", //月线技术指标\n            \"technicalWeek\": \"strong_sell\", //周线技术指标\n            \"time\": 1716448222, //时间戳\n            \"url\": \"/equities/media-chinese-international-ltd\", //详情页链接\n            \"volume\": 1241700, //交易量\n            \"countryId\": 42, //国家id\n            \"open\": false, //是否开市 0 表示否, 1 表示是\n            \"cfd\": false, //是否 CFD 0 表示否, 1 表示是\n            \"lastClose\": 0.12 //前收盘价格\n        }\n    ]\n}"}],"_postman_id":"7915742f-0274-4626-9490-d04bef2f7742"},{"name":"【股票】查询多个股票","id":"e92a3ca8-fe8b-4129-b67f-e9b19ad44e0d","request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/stocksByPids?key=联系我们获取key&pids=7310,17976","urlObject":{"protocol":"https","path":["stock","stocksByPids"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>股票pid，必要参数</p>\n","type":"text/plain"},"key":"pids","value":"7310,17976"}],"variable":[]}},"response":[{"id":"8b2d373f-124b-47fa-9e8c-20e670a91987","name":"查询多个股票","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/stocksByPids?pids=7310,17976&key=联系我们获取key","path":["stock","stocksByPids"],"query":[{"key":"pids","value":"7310,17976","description":"股票pid，必要参数"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4665"},{"key":"Date","value":"Tue, 28 Nov 2023 08:16:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"id\": 41602, //pid\n            \"avgVolume\": 441318, //平均交易量\n            \"chg\": 0, //涨跌额\n            \"chgPct\": 0, //涨跌百分比\n            \"countryNameTranslated\": \"Malaysia\", //国家名称\n            \"exchangeId\": 62, //交易所ID\n            \"flag\": \"MY\", //国家简称\n            \"fundamentalBeta\": 0.627, //基本面Beta值\n            \"fundamentalMarketCap\": 202470000, //基本面市值\n            \"fundamentalRatio\": -5.1, //基本面比率\n            \"fundamentalRevenue\": \"145.22M\", //基本面收入\n            \"high\": 0.12, //最高价\n            \"last\": 0.12, //最新价\n            \"lastPairDecimal\": 3, //小数位数\n            \"low\": 0.12, //最低价\n            \"name\": \"Media Chinese Int\", //股票名称\n            \"pairType\": \"Equities\", //交易对类型\n            \"performance3Year\": -29.41, //3年业绩\n            \"performanceDay\": 0, //当天业绩\n            \"performanceMonth\": 0, //月度业绩\n            \"performanceWeek\": -4, //周业绩\n            \"performanceYear\": -25, //年度业绩\n            \"performanceYtd\": -11.11, //年初至今业绩\n            \"symbol\": \"MDCH\", //股票代码\n            \"technicalDay\": \"strong_sell\", //日线技术指标\n            \"technicalHour\": \"strong_sell\", //小时线技术指标\n            \"technicalMonth\": \"strong_sell\", //月线技术指标\n            \"technicalWeek\": \"strong_sell\", //周线技术指标\n            \"time\": 1716448222, //时间戳\n            \"url\": \"/equities/media-chinese-international-ltd\", //详情页链接\n            \"volume\": 1241700, //交易量\n            \"countryId\": 42, //国家id\n            \"open\": false, //是否开市 0 表示否, 1 表示是\n            \"cfd\": false, //是否 CFD 0 表示否, 1 表示是\n            \"lastClose\": 0.12 //前收盘价格\n        }\n        ...\n    ]\n}"}],"_postman_id":"e92a3ca8-fe8b-4129-b67f-e9b19ad44e0d"},{"name":"【股票】指数","id":"db2cd435-cf67-4581-aca8-ecd3f78a384d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/indices?countryId=14&flag=IN&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","indices"],"host":["api","stocktv","top"],"query":[{"key":"countryId","value":"14"},{"description":{"content":"<p>非必要参数</p>\n","type":"text/plain"},"key":"flag","value":"IN"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"4a8eb68a-69d3-4a5f-9117-e06c031639b0","name":"【股票】指数","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/indices?countryId=14&key=联系我们获取key","path":["stock","indices"],"query":[{"key":"countryId","value":"14"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"641"},{"key":"Date","value":"Tue, 28 Nov 2023 21:34:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n      \"id\": 17940, //pid\n      \"name\": \"Nifty 50\", //指数名称\n      \"symbol\": \"NSEI\", //指数代码\n      \"last\": 22967.65, //最新价格\n      \"high\": 22993.6, //最高价\n      \"low\": 22577.45, //最低价\n      \"chg\": 369.85, //涨跌额\n      \"chgPct\": 1.64, //涨跌百分比\n      \"changeDecimalPrecision\": 2, //涨跌小数位数\n      \"changePercentageDecimalPrecision\": 2, //涨跌幅小数位数\n      \"isOpen\": false, //是否开盘\n      \"flag\": \"IN\", //所属国家\n      \"url\": \"/indices/s-p-cnx-nifty\", //指数链接\n      \"lastPairDecimal\": 2, //最新价小数位数\n      \"time\": 1716458537 //时间戳\n    },\n    ...\n  ]\n}"}],"_postman_id":"db2cd435-cf67-4581-aca8-ecd3f78a384d"},{"name":"【股票】通过id查询指数","id":"51f48f1d-0d94-4e22-a62a-6364d62ca231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/indicesById?id=17940&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","indicesById"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>指数pid</p>\n","type":"text/plain"},"key":"id","value":"17940"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"1020fddc-54fd-4c61-a5bc-14763558e85f","name":"【股票】通过id查询指数","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/indicesById?countryId=14&key=联系我们获取key","path":["stock","indicesById"],"query":[{"key":"countryId","value":"14"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"641"},{"key":"Date","value":"Tue, 28 Nov 2023 21:34:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n      \"id\": 17940, //pid\n      \"name\": \"Nifty 50\", //指数名称\n      \"symbol\": \"NSEI\", //指数代码\n      \"last\": 22967.65, //最新价格\n      \"high\": 22993.6, //最高价\n      \"low\": 22577.45, //最低价\n      \"chg\": 369.85, //涨跌额\n      \"chgPct\": 1.64, //涨跌百分比\n      \"changeDecimalPrecision\": 2, //涨跌小数位数\n      \"changePercentageDecimalPrecision\": 2, //涨跌幅小数位数\n      \"isOpen\": false, //是否开盘\n      \"flag\": \"IN\", //所属国家\n      \"url\": \"/indices/s-p-cnx-nifty\", //指数链接\n      \"lastPairDecimal\": 2, //最新价小数位数\n      \"time\": 1716458537 //时间戳\n    },\n    ...\n  ]\n}"}],"_postman_id":"51f48f1d-0d94-4e22-a62a-6364d62ca231"},{"name":"【股票】k线数据","id":"421e1e74-d648-47d1-82bf-7dd1d067dd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/kline?pid=7310&interval=PT15M&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","kline"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>产品id</p>\n","type":"text/plain"},"key":"pid","value":"7310"},{"description":{"content":"<p>PT5M PT15M PT1H PT5H P1D P1W P1M</p>\n<p>5分钟 15分钟 1小时 5小时 1天 1周 1月</p>\n","type":"text/plain"},"key":"interval","value":"PT15M"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"f1f8f1f8-12a4-4e97-a20b-72e748465175","name":"【股票】k线数据","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/kline?pid=7310&interval=PT1M&key=联系我们获取key","path":["stock","kline"],"query":[{"key":"pid","value":"7310"},{"key":"interval","value":"PT1M"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Mon, 25 Dec 2023 17:15:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1536"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"time\": 1719818400000, //时间戳\n            \"open\": 239.42, //开盘价格\n            \"high\": 239.6, //最高价\n            \"low\": 239.42, //最低价\n            \"close\": 239.6, //收盘价\n            \"volume\": 0, //成交量\n            \"vo\": 0 //成交额\n        },\n        {\n            \"time\": 1719818460000,\n            \"open\": 239.6,\n            \"high\": 239.6,\n            \"low\": 239.55,\n            \"close\": 239.55,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818520000,\n            \"open\": 239.53,\n            \"high\": 239.6,\n            \"low\": 239.42,\n            \"close\": 239.45,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818580000,\n            \"open\": 239.45,\n            \"high\": 239.46,\n            \"low\": 239,\n            \"close\": 239.3,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818640000,\n            \"open\": 239.27,\n            \"high\": 239.38,\n            \"low\": 239.14,\n            \"close\": 239.3,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818700000,\n            \"open\": 239.3,\n            \"high\": 239.45,\n            \"low\": 239.3,\n            \"close\": 239.35,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818760000,\n            \"open\": 239.33,\n            \"high\": 239.35,\n            \"low\": 239.2,\n            \"close\": 239.35,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818820000,\n            \"open\": 239.25,\n            \"high\": 239.39,\n            \"low\": 239.22,\n            \"close\": 239.22,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818880000,\n            \"open\": 239.35,\n            \"high\": 239.35,\n            \"low\": 239.3,\n            \"close\": 239.34,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719818940000,\n            \"open\": 239.27,\n            \"high\": 239.34,\n            \"low\": 239.27,\n            \"close\": 239.34,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        {\n            \"time\": 1719819000000,\n            \"open\": 239.34,\n            \"high\": 239.34,\n            \"low\": 239.25,\n            \"close\": 239.25,\n            \"volume\": 0,\n            \"vo\": 0\n        },\n        ...\n    ]\n}"}],"_postman_id":"421e1e74-d648-47d1-82bf-7dd1d067dd76"},{"name":"【股票】ipo新股日历","id":"cd8ad428-d182-47ac-9ce4-f8f0b15f61c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/getIpo?key=联系我们获取key&countryId=14&type=1","urlObject":{"protocol":"https","path":["stock","getIpo"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"countryId","value":"14"},{"description":{"content":"<p>非必要参数 1表示未上市 2表示已上市</p>\n","type":"text/plain"},"key":"type","value":"1"}],"variable":[]}},"response":[{"id":"ee1ec73d-764d-4085-8516-2d56f83cb735","name":"【股票】ipo、新股日历","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/getIpo?key=联系我们获取key&countryId=14&type=1","path":["stock","getIpo"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"countryId","value":"14"},{"key":"type","value":"1","description":"非必要参数 1表示未上市 2表示已上市","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Thu, 11 Jan 2024 02:51:33 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"545"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n        \"id\": 19,\n        \"ipoListing\": 1724112000, //新股上市时间\n        \"country\": \"India\", //所属国家\n        \"company\": \"Saraswati Saree Depot Ltd(SARW)\", //所属公司\n        \"exchange\": \"NSE\", //交易所\n        \"ipoValue\": \"1.6B\", //发行市值\n        \"ipoPrice\": \"160.00\", //发行价格\n        \"last\": \"158.23\", //最新价\n        \"symbol\": \"SARW\", //交易币种\n        \"url\": \"/equities/saraswati-saree-depot\", //url\n        \"date\": \"2024-08-20\", //日期\n        \"pid\": 1218991 //股票的pid\n    },\n    {\n        \"id\": 20,\n        \"ipoListing\": 1724112000,\n        \"country\": \"India\",\n        \"company\": \"Saraswati Saree Depot Ltd(SARW)\",\n        \"exchange\": \"BSE\",\n        \"ipoValue\": \"1.6B\",\n        \"ipoPrice\": \"160.00\",\n        \"last\": \"158.25\",\n        \"symbol\": \"SARW\",\n        \"url\": \"/equities/saraswati-saree-depot?cid=1218992\",\n        \"date\": \"2024-08-20\",\n        \"pid\": 1218992\n    }\n    ...\n  ]\n}"}],"_postman_id":"cd8ad428-d182-47ac-9ce4-f8f0b15f61c9"},{"name":"【股票】涨跌排行榜","id":"0a357cc0-17e3-4fc6-9ad3-3afb3c56d5e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/updownList?countryId=14&type=1&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","updownList"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>国家 ID，例如 14 代表印度</p>\n","type":"text/plain"},"key":"countryId","value":"14"},{"description":{"content":"<p>1涨幅榜 2跌幅榜 3涨停榜 4跌停榜 默认展示50条</p>\n","type":"text/plain"},"key":"type","value":"1"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"a8df17d4-f4ae-4e82-bd3f-915ed52e654a","name":"涨跌排行榜","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/updownList?countryId=14&type=1&key=上方联系我们获取key","path":["stock","updownList"],"query":[{"key":"countryId","value":"14","description":"国家"},{"key":"type","value":"1","description":"1涨幅榜 2跌幅榜 默认展示50条"},{"key":"key","value":"上方联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4665"},{"key":"Date","value":"Tue, 28 Nov 2023 08:16:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"id\": 946725, //字段参考市场列表接口\n            \"avgVolume\": 3062772,\n            \"chg\": -0.62,\n            \"chgPct\": -20.13,\n            \"countryNameTranslated\": \"India\",\n            \"exchangeId\": 46,\n            \"flag\": \"IN\",\n            \"fundamentalBeta\": 0.581,\n            \"fundamentalMarketCap\": 2510000000,\n            \"fundamentalRatio\": 21.43,\n            \"fundamentalRevenue\": \"581.40M\",\n            \"high\": 2.77,\n            \"last\": 2.46,\n            \"lastPairDecimal\": 2,\n            \"low\": 2.46,\n            \"name\": \"Inventure Growth Securities\",\n            \"pairType\": \"Equities\",\n            \"performance3Year\": -21.05,\n            \"performanceDay\": -0.99,\n            \"performanceMonth\": 17.65,\n            \"performanceWeek\": 7.91,\n            \"performanceYear\": 50.00,\n            \"performanceYtd\": 15.38,\n            \"symbol\": \"IGSL\",\n            \"symbolAlias\": \"INVENTURE\",\n            \"technicalDay\": \"strong_buy\",\n            \"technicalHour\": \"neutral\",\n            \"technicalMonth\": \"strong_buy\",\n            \"technicalWeek\": \"strong_buy\",\n            \"time\": 1725002394,\n            \"url\": \"/equities/inventure-growth-securities\",\n            \"volume\": 13955963,\n            \"countryId\": 14,\n            \"open\": false,\n            \"cfd\": false\n        },\n        {\n            \"id\": 977119,\n            \"avgVolume\": 1254052,\n            \"chg\": -0.61,\n            \"chgPct\": -19.81,\n            \"countryNameTranslated\": \"India\",\n            \"exchangeId\": 74,\n            \"flag\": \"IN\",\n            \"fundamentalBeta\": 0.581,\n            \"fundamentalMarketCap\": 2510000000,\n            \"fundamentalRatio\": 21.43,\n            \"fundamentalRevenue\": \"581.40M\",\n            \"high\": 2.79,\n            \"last\": 2.47,\n            \"lastPairDecimal\": 2,\n            \"low\": 2.47,\n            \"name\": \"Inventure Growth Securities\",\n            \"pairType\": \"Equities\",\n            \"performance3Year\": -21.47,\n            \"performanceDay\": -1.32,\n            \"performanceMonth\": 17.19,\n            \"performanceWeek\": 7.53,\n            \"performanceYear\": 50.75,\n            \"performanceYtd\": 15.38,\n            \"symbol\": \"IGSL\",\n            \"symbolAlias\": \"INVENTURE\",\n            \"technicalDay\": \"strong_buy\",\n            \"technicalHour\": \"buy\",\n            \"technicalMonth\": \"strong_buy\",\n            \"technicalWeek\": \"strong_buy\",\n            \"time\": 1725001455,\n            \"url\": \"/equities/inventure-growth-securities?cid=977119\",\n            \"volume\": 3776998,\n            \"countryId\": 14,\n            \"open\": false,\n            \"cfd\": false\n        },\n        ...\n    ]\n}"}],"_postman_id":"0a357cc0-17e3-4fc6-9ad3-3afb3c56d5e4"},{"name":"【股票】公司信息","id":"775481b1-7142-4974-9b06-baba7e992102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/companies?countryId=14&pageSize=10&page=1&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","companies"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>国家id</p>\n","type":"text/plain"},"key":"countryId","value":"14"},{"description":{"content":"<p>每页数量</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>页数</p>\n","type":"text/plain"},"key":"page","value":"1"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"4c12e70d-83f2-49e5-b63c-c259ef72b763","name":"【股票】公司信息","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/companies?countryId=14&pageSize=10&page=1&key=联系我们获取key","path":["stock","companies"],"query":[{"key":"countryId","value":"14"},{"key":"pageSize","value":"10"},{"key":"page","value":"1"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": {\n        \"records\": [\n            {\n                \"companyName\": \"Aditya Birla Capital Ltd Company Profile\", //公司名称\n                \"description\": \"Aditya Birla Capital Limited, through its subsidiaries, provides various financial products and services in India and internationally. It operates through Life Insurance, General Insurance Broking, NBFC, Housing Finance, Stock and Securities Broking, Health Insurance, Asset Management, and Other Financial Services segments. The company offers protecting solutions, which include life, health, motor, and travel insurance; multiply wellness, and group and corporate general insurance; and investing solution, such as mutual funds, stocks and securities, wealth, portfolio management services, pension funds, and real estate investment. In addition, it provides financing solutions comprising personal, home, small and medium-sized enterprise, and mortgage finance, as well as loan against securities; and debt capital markets and loan syndication services. Further, the company offers asset management; and other financial services, such as depository, risk advisory, asset reconstruction, and other business support services. Additionally, it provides fund-based lending, insurance broking, corporate agency, alternate investment fund, digital services; private equity investment, management services; financial, and IT-enabled services. The company was incorporated in 2007 and is based in Mumbai, India. Aditya Birla Capital Limited operates as a subsidiary of Grasim Industries Limited.\", //公司描述\n                \"industry\": \"Insurance\", //所属行业\n                \"sector\": \"Financials\", //所属板块\n                \"employeeCount\": 34681, //员工人数\n                \"market\": \"India\", //市场\n                \"countryId\": 14, //国家id\n                \"url\": \"/equities/aditya-birla\", //公司url\n                \"id\": 101\n            },\n            ...\n        ],\n        \"total\": 6838,\n        \"size\": 10,\n        \"current\": 1,\n        \"orders\": [],\n        \"optimizeCountSql\": true,\n        \"searchCount\": true,\n        \"countId\": null,\n        \"maxLimit\": null,\n        \"pages\": 684\n    }\n}"}],"_postman_id":"775481b1-7142-4974-9b06-baba7e992102"},{"name":"【股票】通过url查询公司信息","id":"0b476d4d-e82d-440f-bbbf-8aaa3cbc8b69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/companyUrl?url=/equities/aditya-birla&key=联系我们获取key","urlObject":{"protocol":"https","path":["stock","companyUrl"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>股票数据的url</p>\n","type":"text/plain"},"key":"url","value":"/equities/aditya-birla"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"c36fde79-670b-4788-b24b-ca98c07f6bad","name":"【股票】通过url查询公司信息","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/companyUrl?url=/equities/aditya-birla&key=联系我们获取key","path":["stock","companyUrl"],"query":[{"key":"url","value":"/equities/aditya-birla"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": {\n        \"companyName\": \"Aditya Birla Capital Ltd Company Profile\",\n        \"description\": \"Aditya Birla Capital Limited, through its subsidiaries, provides various financial products and services in India and internationally. It operates through Life Insurance, General Insurance Broking, NBFC, Housing Finance, Stock and Securities Broking, Health Insurance, Asset Management, and Other Financial Services segments. The company offers protecting solutions, which include life, health, motor, and travel insurance; multiply wellness, and group and corporate general insurance; and investing solution, such as mutual funds, stocks and securities, wealth, portfolio management services, pension funds, and real estate investment. In addition, it provides financing solutions comprising personal, home, small and medium-sized enterprise, and mortgage finance, as well as loan against securities; and debt capital markets and loan syndication services. Further, the company offers asset management; and other financial services, such as depository, risk advisory, asset reconstruction, and other business support services. Additionally, it provides fund-based lending, insurance broking, corporate agency, alternate investment fund, digital services; private equity investment, management services; financial, and IT-enabled services. The company was incorporated in 2007 and is based in Mumbai, India. Aditya Birla Capital Limited operates as a subsidiary of Grasim Industries Limited.\",\n        \"industry\": \"Insurance\",\n        \"sector\": \"Financials\",\n        \"employeeCount\": 34681,\n        \"market\": \"India\",\n        \"countryId\": 14,\n        \"url\": \"/equities/aditya-birla\",\n        \"id\": 101\n    }\n}"}],"_postman_id":"0b476d4d-e82d-440f-bbbf-8aaa3cbc8b69"},{"name":"【股票】国际新闻","id":"6f19a1e9-1ef9-4ede-8b2c-5c0d3e3d4a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/stock/news?pageSize=10&page=1&key=联系我们获取key&type=2","urlObject":{"protocol":"https","path":["stock","news"],"host":["api","stocktv","top"],"query":[{"description":{"content":"<p>每页数量</p>\n","type":"text/plain"},"key":"pageSize","value":"10"},{"description":{"content":"<p>页数</p>\n","type":"text/plain"},"key":"page","value":"1"},{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>非必要参数 默认2 西班牙语传递4 日语传递5</p>\n","type":"text/plain"},"key":"type","value":"2"}],"variable":[]}},"response":[{"id":"dd73abf1-97c7-42f2-9acd-a574f1ae5529","name":"【股票】国际新闻","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/news?pageSize=10&page=1&key=联系我们获取key","path":["stock","news"],"query":[{"key":"pageSize","value":"10"},{"key":"page","value":"1"},{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"65124"},{"key":"Date","value":"Wed, 06 Dec 2023 17:47:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": {\n        \"records\": [\n            {\n                \"id\": 2515,\n                \"title\": \"US yields lift dollar and leave yen languishing\", //标题\n                \"url\": \"https://www.investing.com/news/economy-news/ us-yields-lift-dollar-and-leave-yen-languishing-3504705\", //原文链接\n                \"publishTime\": \"2024-07-02 01:11:26\", //发布时间\n                \"description\": \" By Tom Westbrook SINGAPORE (Reuters) - The dollar was supported by rising U.S. yields and the blowtorch was on low-yielding currencies on Tuesday such as China's yuan and Japan's...\", //描述\n                \"img\": \"https://i-invdn-com.investing.com/trkd-images/LYNXMPEK6807A_L.jpg\", //图片\n                \"content\": \"China's new yuan loans likely more than doubled in June from May, a Reuters poll showed on Tuesday, as the central bank kept up policy support for the economy amid a shaky recovery.in new yuan loans last month, compared to 950 billion yuan in May, according to the median estimate in a survey of 22 economists.\\u003C/p\\u003E\\u003Cp\\u003ENew loans in China typically tend to rebound in June. However, the expected tally would be much lower than the 3.05 trillion yuan issued in the same month a year earlier.\\u003C/p\\u003E\\u003Cp\\u003EMoreover, analysts expect several other key credit gauges could fall to record lows, highlighting persistently weak credit demand. \\u003C/p\\u003E\\u003Cp\\u003E\\\"June data will likely see a typical end-of-quarter spike, which could be supported by more mortgage lending. However, in year-on-year terms, credit demand is likely to remain sluggish,\\\" said ING economists in a note. Central bank Governor Pan Gongsheng has pledged to stick to a supportive monetary policy stance and said the central bank will flexibly use various monetary policy tools including interest rates and reserve requirement ratios to...\" //内容\n            },\n            ...\n        ],\n        \"total\": 2515,\n        \"size\": 10,\n        \"current\": 1,\n        \"orders\": [],\n        \"optimizeCountSql\": true,\n        \"searchCount\": true,\n        \"countId\": null,\n        \"maxLimit\": null,\n        \"pages\": 252\n    }\n}"}],"_postman_id":"6f19a1e9-1ef9-4ede-8b2c-5c0d3e3d4a6d"},{"name":"【ETFs 】ETFs 市场","id":"9b5506fb-41e0-45fa-ac3e-2dd49f29bfd1","request":{"method":"GET","header":[],"url":"需要联系客服开通开功能?name=Mirae Asset Tiger Synth China&symbol=1&id=941243&key=联系我们获取key","urlObject":{"host":["需要联系客服开通开功能"],"query":[{"description":{"content":"<p>eft名称，非必要参数</p>\n","type":"text/plain"},"key":"name","value":"Mirae Asset Tiger Synth China"},{"description":{"content":"<p>eft的symbol，非必要参数</p>\n","type":"text/plain"},"key":"symbol","value":"1"},{"description":{"content":"<p>etf的id，非必要参数</p>\n","type":"text/plain"},"key":"id","value":"941243"},{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"045bbcf1-c1bf-4c2f-91af-aa28a5c05c30","name":"ETFs市场","originalRequest":{"method":"GET","header":[],"url":{"raw":"/stock/stocks?id=14&name=Mirae Asset Tiger Synth China&symbol=204480&key=联系我们获取key&id=941243","path":["stock","stocks"],"query":[{"key":"id","value":"14","description":"股票pid，非必要参数"},{"key":"name","value":"Mirae Asset Tiger Synth China","description":"股票name，非必要参数"},{"key":"symbol","value":"204480","description":"股票symbol，非必要参数"},{"key":"key","value":"联系我们获取key"},{"key":"id","value":"941243","description":"股票url，非必要参数"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4665"},{"key":"Date","value":"Tue, 28 Nov 2023 08:16:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"id\": 941243, //etf的id\n            \"name\": \"Mirae Asset Tiger Synth China\", //etf的名称\n            \"symbol\": \"204480\", //etf的symbol\n            \"last\": 19455.00, //最新价格\n            \"chgPct\": 2.07, //涨跌百分比\n            \"marketCap\": \"42.81K\", //市值\n            \"time\": \"02:29:59\", //时间\n            \"country\": \"South Korea\" //国家\n        },\n        {\n            \"id\": 953367,\n            \"name\": \"DB MIGHTY K100\",\n            \"symbol\": \"159800\",\n            \"last\": 33465.00,\n            \"chgPct\": 0.72,\n            \"marketCap\": \"390.00\",\n            \"time\": \"02:29:59\",\n            \"country\": \"South Korea\"\n        },\n        {\n            \"id\": 953371,\n            \"name\": \"Hanwha ARIRANG High Dividend\",\n            \"symbol\": \"161510\",\n            \"last\": 19725.00,\n            \"chgPct\": 1.00,\n            \"marketCap\": \"2.10M\",\n            \"time\": \"02:29:59\",\n            \"country\": \"South Korea\"\n        },\n        {\n            \"id\": 953373,\n            \"name\": \"Hanwha ARIRANG 200\",\n            \"symbol\": \"152100\",\n            \"last\": 44520.00,\n            \"chgPct\": 0.62,\n            \"marketCap\": \"290.17K\",\n            \"time\": \"02:29:59\",\n            \"country\": \"South Korea\"\n        },\n        ...\n       \n    ]\n}"}],"_postman_id":"9b5506fb-41e0-45fa-ac3e-2dd49f29bfd1"},{"name":"【股票】WebSocket","id":"3cb928cf-1d23-4a62-87d7-a1840805dfa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"WS","header":[],"url":"问客服要测试域名","description":"<p>通过wss://ws-api.stocktv.top/connect?key=联系我们获取key</p>\n<h5 id=\"连接成功后，发送心跳保持连接\">连接成功后，发送心跳保持连接</h5>\n<p><strong>前端 DEMO</strong></p>\n<p><a href=\"https://github.com/CryptoRzz/stocktv-ws-demo\">Java DEMO</a></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-html\">&lt;div class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27; class=&amp;#x27;preserveHtml&amp;#x27;&gt;\n    &lt;label for=\"messageInput\"&gt;Message:&lt;/label&gt;\n    &lt;button id=\"sendButton\"&gt;Send&lt;/button&gt;\n&lt;/div&gt;\n&lt;script&gt;\n    // 通过key连接服务\n    const wsUri = \"wss://ws-api.stocktv.top/connect?key=联系我们获取key\";\n    const websocket = new WebSocket(wsUri);\n    // 监听连接\n    websocket.onopen = function(event) {\n        displayMessage(\"Connected to WebSocket server\");\n    };\n    // 监听接收到的信息\n    websocket.onmessage = function(event) {\n        displayMessage(\"Received: \" + event.data);\n    };\n    // 断开连接\n    websocket.onclose = function(event) {\n        displayMessage(\"Disconnected from WebSocket server\");\n    };\n    // 异常\n    websocket.onerror = function(event) {\n        displayMessage(\"Error: \" + event.data);\n    };\n    document.getElementById(\"sendButton\").onclick = function() {\n        const message = document.getElementById(\"messageInput\").value;\n        // 发送信息\n        websocket.send(message);\n        displayMessage(\"Sent: \" + message);\n    };\n    function displayMessage(message) {\n        const messagesDiv = document.getElementById(\"messages\");\n        const newMessage = document.createElement(\"div\");\n        newMessage.textContent = message;\n        messagesDiv.appendChild(newMessage);\n    }\n&lt;/script&gt;\n\n</code></pre>\n<p><strong>返回值:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>字段名称</th>\n<th>数据类型</th>\n<th>说明</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>pid</td>\n<td>String</td>\n<td>产品ID</td>\n</tr>\n<tr>\n<td>last_dir</td>\n<td>String</td>\n<td>最后交易方向</td>\n</tr>\n<tr>\n<td>last_numeric</td>\n<td>String</td>\n<td>最后交易价格数值</td>\n</tr>\n<tr>\n<td>bid</td>\n<td>String</td>\n<td>买入价</td>\n</tr>\n<tr>\n<td>ask</td>\n<td>String</td>\n<td>卖出价</td>\n</tr>\n<tr>\n<td>high</td>\n<td>String</td>\n<td>最高价</td>\n</tr>\n<tr>\n<td>low</td>\n<td>String</td>\n<td>最低价</td>\n</tr>\n<tr>\n<td>last_close</td>\n<td>String</td>\n<td>前收盘价</td>\n</tr>\n<tr>\n<td>pc</td>\n<td>String</td>\n<td>当前价格变化</td>\n</tr>\n<tr>\n<td>pcp</td>\n<td>String</td>\n<td>涨跌幅</td>\n</tr>\n<tr>\n<td>pc_col</td>\n<td>String</td>\n<td>价格变化颜色</td>\n</tr>\n<tr>\n<td>turnover_numeric</td>\n<td>String</td>\n<td>成交量数值</td>\n</tr>\n<tr>\n<td>time</td>\n<td>String</td>\n<td>交易时间</td>\n</tr>\n<tr>\n<td>timestamp</td>\n<td>String</td>\n<td>时间戳</td>\n</tr>\n<tr>\n<td>type</td>\n<td>int</td>\n<td>类型 1股票 2指数</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"host":["问客服要测试域名"],"query":[],"variable":[]}},"response":[{"id":"60c0c39c-ccf5-469b-9445-47d72735b70e","name":"【股票】WebSocket","originalRequest":{"method":"WS","header":[],"url":"问客服要测试域名"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"65124"},{"key":"Date","value":"Wed, 06 Dec 2023 17:47:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"ask\": \"0.680\", //卖单价\n    \"bid\": \"0.675\", //买单价\n    \"high\": \"0.680\", //最高价\n    \"last_close\": \"0.680\", //前收盘价\n    \"last_dir\": \"greenBg\", //最后交易方向\n    \"last_numeric\": \"0.68\", //最终成交价（当前最新价）\n    \"low\": \"0.650\", //最低价\n    \"message\": \"pid-992844\", //产品\n    \"pc\": \"0.000\", //涨跌额\n    \"pc_col\": \"blackFont\", //价格变化颜色\n    \"pcp\": \"0.00\", //涨跌幅 暂时需要拼接%\n    \"pid\": \"992844\", //产品pid\n    \"time\": \"02:44:11\", //交易时间\n    \"timestamp\": \"1717728251\", //时间戳\n    \"turnover_numeric\": \"3672800\", //成交额数值\n    \"type\": 1 //类型 1股票 2指数\n}"}],"_postman_id":"3cb928cf-1d23-4a62-87d7-a1840805dfa0"}],"id":"ffff1197-e175-402f-ae52-c2f9197718a9","description":"<p><strong>包含印度、马来西亚、印度尼西亚、美国、新加坡、巴西、哥伦比亚、日本、越南、沙特阿拉伯等</strong>国家的股票行情数据。<br />1. 支持市场列表 2.指数 3.k线 4.ipo新股 5.公司信息 6.国际新闻 7.ws实时推送</p>\n","_postman_id":"ffff1197-e175-402f-ae52-c2f9197718a9"},{"name":"外汇API","item":[{"name":"【外汇API】市场列表","id":"1a4252b3-1bda-447f-84bf-dffd50d7860c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/market/currencyList?key=联系我们获取key","urlObject":{"protocol":"https","path":["market","currencyList"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"76a5d98a-9018-4278-825a-0d4f2caf9371","name":"【外汇API】市场列表","originalRequest":{"method":"GET","header":[],"url":{"raw":"/market/currencyList?key=联系我们获取key","path":["market","currencyList"],"query":[{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": {\n    \"conversions\": {\n      \"GBP\": {\n        \"CHF\": 1.1427055077249675,\n        \"MXN\": 23.271022526241303,\n        \"ZAR\": 22.99976412312773,\n        \"INR\": 105.7406533789362,\n        \"CNY\": 9.210638046939499,\n        \"THB\": 46.50784290600306,\n        \"AUD\": 1.8998702677202501,\n        \"ILS\": 4.75339073003892,\n        \"KRW\": 1751.869324212761,\n        \"JPY\": 204.21040217006723,\n        \"PLN\": 5.072296261351574,\n        \"GBP\": 1,\n        \"IDR\": 20720.60384479302,\n        \"HUF\": 464.97228446750796,\n        \"PHP\": 74.29885599716948,\n        \"TRY\": 41.41125132680741,\n        \"ISK\": 175.61033140700556,\n        \"HKD\": 9.900342021464796,\n        \"EUR\": 1.1793843613633683,\n        \"DKK\": 8.796556197664819,\n        \"USD\": 1.2672484962849393,\n        \"CAD\": 1.7349923340016513,\n        \"MYR\": 5.972520344380233,\n        \"BGN\": 2.3066399339544756,\n        \"NOK\": 13.482132326925345,\n        \"RON\": 5.869324212760939,\n        \"SGD\": 1.7180091991980189,\n        \"CZK\": 29.541219483429646,\n        \"SEK\": 13.406651727798089,\n        \"NZD\": 2.080198136572709,\n        \"BRL\": 7.078193183158391\n      },\n      \"USD\": {\n        \"CHF\": 0.9017217310376919,\n        \"MXN\": 18.36342484876687,\n        \"ZAR\": 18.1493718008376,\n        \"INR\": 83.44113541181945,\n        \"CNY\": 7.2682177757096325,\n        \"THB\": 36.69986040018613,\n        \"AUD\": 1.4992089343880874,\n        \"ILS\": 3.750953932061424,\n        \"KRW\": 1382.4197301070267,\n        \"JPY\": 161.1447184737087,\n        \"PLN\": 4.002605863192182,\n        \"GBP\": 0.7891112145183806,\n        \"IDR\": 16350.860865518845,\n        \"HUF\": 366.91484411354116,\n        \"PHP\": 58.63006049325267,\n        \"TRY\": 32.678082829222895,\n        \"ISK\": 138.57608189855748,\n        \"HKD\": 7.812470916705445,\n        \"EUR\": 0.9306654257794322,\n        \"DKK\": 6.941461144718473,\n        \"USD\": 1,\n        \"CAD\": 1.369101907864123,\n        \"MYR\": 4.712982782689623,\n        \"BGN\": 1.8201954397394136,\n        \"NOK\": 10.63890181479758,\n        \"RON\": 4.631549557933923,\n        \"SGD\": 1.355700325732899,\n        \"CZK\": 23.311307584923217,\n        \"SEK\": 10.579339227547695,\n        \"NZD\": 1.6415076779897626,\n        \"BRL\": 5.58548161935784\n      }\n    },\n    \"generatedAt\": \"2024-07-01T16:00:35.664Z\",\n    \"dataAsOf\": \"2024-07-01T00:00:00.000Z\"\n  }\n}"}],"_postman_id":"1a4252b3-1bda-447f-84bf-dffd50d7860c"},{"name":"【外汇API】实时汇率列表","id":"fe466a5c-7c14-4400-b204-a3a6a10a9bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/market/currency?key=联系我们获取key&countryType=sg","urlObject":{"protocol":"https","path":["market","currency"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>国家交叉汇率 可选参数</p>\n","type":"text/plain"},"key":"countryType","value":"sg"}],"variable":[]}},"response":[{"id":"4224ea42-4d6a-49d9-849c-a5ab9189654a","name":"【外汇API】实时汇率列表","originalRequest":{"method":"GET","header":[],"url":{"raw":"/market/currency?key=联系我们获取key&countryType=sg","path":["market","currency"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"countryType","value":"sg","description":"国家交叉汇率 可选参数"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n      \"symbol\": \"EURUSD=X\",\n      \"chg\": \"+0.0016\",\n      \"chgPct\": \"+0.15%\",\n      \"name\": \"EUR/USD\",\n      \"lastPrice\": \"1.0765\"\n    },\n    {\n      \"symbol\": \"EURJPY=X\",\n      \"chg\": \"+0.7220\",\n      \"chgPct\": \"+0.42%\",\n      \"name\": \"EUR/JPY\",\n      \"lastPrice\": \"174.1660\"\n    },\n    {\n      \"symbol\": \"CNY=X\",\n      \"chg\": \"+0.0022\",\n      \"chgPct\": \"+0.03%\",\n      \"name\": \"USD/CNY\",\n      \"lastPrice\": \"7.2729\"\n    },\n    ...\n  ]\n}"}],"_postman_id":"fe466a5c-7c14-4400-b204-a3a6a10a9bec"},{"name":"【外汇API】当前外汇信息","id":"d0571dab-8130-4607-8ed8-dffef02f05cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/market/todayMarket?key=联系我们获取key&symbol=EUR=X","urlObject":{"protocol":"https","path":["market","todayMarket"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"EUR=X"}],"variable":[]}},"response":[{"id":"42f05340-8c02-424d-a8e0-93cda3db4a68","name":"【外汇API】当前外汇信息","originalRequest":{"method":"GET","header":[],"url":{"raw":"/market/todayMarket?key=联系我们获取key&symbol=EUR=X","path":["market","todayMarket"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"EUR=X"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": {\n    \"previous_close\": \"0.9217\", //收盘价格\n    \"ask\": \"0.9218 x --\", //卖单价格范围\n    \"52week_range\": \"0.8977 - 0.9570\", //52周内的价格区间\n    \"bid\": \"0.9213 x --\", //买单价格范围\n    \"open\": \"0.9218\", //当前开盘价格\n    \"day_trange\": \"0.9205 - 0.9219\" //当前价格区间\n  }\n}"}],"_postman_id":"d0571dab-8130-4607-8ed8-dffef02f05cf"},{"name":"【外汇API】汇率信息","id":"25d37be6-6473-46a9-82cb-babf085149ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/market/spark?key=联系我们获取key&symbol=EURUSD=X&interval=5m","urlObject":{"protocol":"https","path":["market","spark"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"EURUSD=X"},{"description":{"content":"<p>时间间隔，默认5m</p>\n","type":"text/plain"},"key":"interval","value":"5m"}],"variable":[]}},"response":[{"id":"4af34fe5-4130-4100-974f-c86d88f24d7b","name":"【外汇API】汇率信息","originalRequest":{"method":"GET","header":[],"url":{"raw":"/market/spark?key=联系我们获取key&symbol=EURUSD=X&interval=5m","path":["market","spark"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"EURUSD=X"},{"key":"interval","value":"5m"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n      \"symbol\": \"EURUSD=X\",\n      \"response\": [\n        {\n          \"meta\": {\n            \"fullExchangeName\": \"CCY\",\n            \"symbol\": \"EURUSD=X\",\n            \"timezone\": \"BST\",\n            \"scale\": 4,\n            \"range\": \"5d\",\n            \"regularMarketTime\": 1719993333,\n            \"dataGranularity\": \"1m\",\n            \"tradingPeriods\": [\n              [\n                {\n                  \"gmtoffset\": 3600,\n                  \"timezone\": \"BST\",\n                  \"start\": 1719442800,\n                  \"end\": 1719529140\n                }\n              ],\n              [\n                {\n                  \"gmtoffset\": 3600,\n                  \"timezone\": \"BST\",\n                  \"start\": 1719529200,\n                  \"end\": 1719615540\n                }\n              ],\n              [\n                {\n                  \"gmtoffset\": 3600,\n                  \"timezone\": \"BST\",\n                  \"start\": 1719788400,\n                  \"end\": 1719874740\n                }\n              ],\n              [\n                {\n                  \"gmtoffset\": 3600,\n                  \"timezone\": \"BST\",\n                  \"start\": 1719874800,\n                  \"end\": 1719961140\n                }\n              ],\n              [\n                {\n                  \"gmtoffset\": 3600,\n                  \"timezone\": \"BST\",\n                  \"start\": 1719961200,\n                  \"end\": 1720047540\n                }\n              ]\n            ],\n            \"previousClose\": 1.0749,\n            \"gmtoffset\": 3600,\n            \"regularMarketDayHigh\": 1.0763,\n            \"chartPreviousClose\": 1.068,\n            \"currency\": \"USD\",\n            \"currentTradingPeriod\": {\n              \"pre\": {\n                \"gmtoffset\": 3600,\n                \"timezone\": \"BST\",\n                \"start\": 1719961200,\n                \"end\": 1719961200\n              },\n              \"post\": {\n                \"gmtoffset\": 3600,\n                \"timezone\": \"BST\",\n                \"start\": 1720047540,\n                \"end\": 1720047540\n              },\n              \"regular\": {\n                \"gmtoffset\": 3600,\n                \"timezone\": \"BST\",\n                \"start\": 1719961200,\n                \"end\": 1720047540\n              }\n            },\n            \"fiftyTwoWeekHigh\": 1.0763,\n            \"exchangeTimezoneName\": \"Europe/London\",\n            \"instrumentType\": \"CURRENCY\",\n            \"firstTradeDate\": 1070236800,\n            \"validRanges\": [\n              \"1d\",\n              \"5d\",\n              \"1mo\",\n              \"3mo\",\n              \"6mo\",\n              \"1y\",\n              \"2y\",\n              \"5y\",\n              \"10y\",\n              \"ytd\",\n              \"max\"\n            ],\n            \"hasPrePostMarketData\": false,\n            \"regularMarketPrice\": 1.0763,\n            \"fiftyTwoWeekLow\": 1.0739,\n            \"regularMarketVolume\": 0,\n            \"priceHint\": 4,\n            \"exchangeName\": \"CCY\",\n            \"regularMarketDayLow\": 1.0739\n          },\n          \"indicators\": {\n            \"quote\": [\n              {\n                \"close\": [\n                  1.0684,\n                  1.0683,\n                  ...   \n                ]\n              }\n            ]\n          },\n          \"timestamp\": [\n            1719831120,\n            1719831180,\n            ...\n          ]\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"25d37be6-6473-46a9-82cb-babf085149ac"},{"name":"【外汇API】k线图表数据","id":"746354dc-bb0b-4c68-85ac-f284875da06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/market/chart?key=联系我们获取key&symbol=EURUSD=X&interval=5m&startTime&endTime","urlObject":{"protocol":"https","path":["market","chart"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"EURUSD=X"},{"description":{"content":"<p>时间间隔，1m、2m、5m、15m、30m、60m、90m、1h、1d、5d、1wk、1mo、3mo</p>\n","type":"text/plain"},"key":"interval","value":"5m"},{"description":{"content":"<p>时间戳，非必要参数</p>\n","type":"text/plain"},"key":"startTime","value":""},{"description":{"content":"<p>时间戳，非必要参数</p>\n","type":"text/plain"},"key":"endTime","value":""}],"variable":[]}},"response":[{"id":"b4a144c8-1a7a-45db-beba-7153ed6a798c","name":"【外汇API】k线图表信息","originalRequest":{"method":"GET","header":[],"url":{"raw":"/market/chart?key=联系我们获取key&symbol=EURUSD=X&interval=5m","path":["market","chart"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"EURUSD=X"},{"key":"interval","value":"5m"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n      \"meta\": {\n        \"fullExchangeName\": \"CCY\",\n        \"symbol\": \"EURUSD=X\",\n        \"timezone\": \"BST\",\n        \"scale\": 4,\n        \"range\": \"1d\",\n        \"regularMarketTime\": 1719993333,\n        \"dataGranularity\": \"1m\",\n        \"tradingPeriods\": [\n          [\n            {\n              \"gmtoffset\": 3600,\n              \"timezone\": \"BST\",\n              \"start\": 1719961200,\n              \"end\": 1720047540\n            }\n          ]\n        ],\n        \"previousClose\": 1.0749,\n        \"gmtoffset\": 3600,\n        \"regularMarketDayHigh\": 1.0763,\n        \"chartPreviousClose\": 1.0749,\n        \"currency\": \"USD\",\n        \"currentTradingPeriod\": {\n          \"pre\": {\n            \"gmtoffset\": 3600,\n            \"timezone\": \"BST\",\n            \"start\": 1719961200,\n            \"end\": 1719961200\n          },\n          \"post\": {\n            \"gmtoffset\": 3600,\n            \"timezone\": \"BST\",\n            \"start\": 1720047540,\n            \"end\": 1720047540\n          },\n          \"regular\": {\n            \"gmtoffset\": 3600,\n            \"timezone\": \"BST\",\n            \"start\": 1719961200,\n            \"end\": 1720047540\n          }\n        },\n        \"fiftyTwoWeekHigh\": 1.0763,\n        \"exchangeTimezoneName\": \"Europe/London\",\n        \"instrumentType\": \"CURRENCY\",\n        \"firstTradeDate\": 1070236800,\n        \"validRanges\": [\n          \"1d\",\n          \"5d\",\n          \"1mo\",\n          \"3mo\",\n          \"6mo\",\n          \"1y\",\n          \"2y\",\n          \"5y\",\n          \"10y\",\n          \"ytd\",\n          \"max\"\n        ],\n        \"hasPrePostMarketData\": false,\n        \"regularMarketPrice\": 1.0763,\n        \"fiftyTwoWeekLow\": 1.0739,\n        \"regularMarketVolume\": 0,\n        \"priceHint\": 4,\n        \"exchangeName\": \"CCY\",\n        \"regularMarketDayLow\": 1.0739\n      },\n      \"indicators\": {\n        \"quote\": [\n          {\n            \"volume\": [\n              0,\n              0,\n              ...\n            ],\n            \"high\": [\n              1.0751532316207886,\n              1.0751532316207886,\n              ...\n            ]\n          }\n        ]\n      },\n      \"timestamp\": [\n        1719961200,\n        1719961260,\n        ...     \n      ]\n    }\n  ]\n}"}],"_postman_id":"746354dc-bb0b-4c68-85ac-f284875da06e"}],"id":"0bf0719e-f49f-4780-908a-54e368f5c941","description":"<p>支持美国、日本、印度、欧洲、东南亚等多个国家交叉外汇行情<br />1.外汇列表 2.当前最新外汇数据 3.k线</p>\n","_postman_id":"0bf0719e-f49f-4780-908a-54e368f5c941"},{"name":"期货市场","item":[{"name":"【期货市场】市场列表","id":"ba1d2d23-721b-4922-b1cb-e901d254f553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/futures/list?key=联系我们获取key","urlObject":{"protocol":"https","path":["futures","list"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"}],"variable":[]}},"response":[{"id":"d8f9e576-f665-4918-abf1-a3a1846bd635","name":"【期货市场】市场列表","originalRequest":{"method":"GET","header":[],"url":{"raw":"/futures/list?key=联系我们获取key","path":["futures","list"],"query":[{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"date\": \"17:57:41\", //时间\n            \"symbol\": \"FEF\", //币种\n            \"buy\": \"101.100\", //当前买价\n            \"sell\": \"101.200\", //当前卖价\n            \"high_price\": \"102.600\", //最高价\n            \"prev_price\": \"99.460\", //前收盘价\n            \"volume\": \"372006.000\", //交易量\n            \"name\": \"新加坡铁矿石\", //名称\n            \"time\": \"2024-08-09\", //日期\n            \"low_price\": \"99.450\", //最低价\n            \"open_price\": \"99.700\", //开盘价\n            \"last_price\": \"101.250\", //最新价\n            \"chg\": \"2.215\", //涨跌额\n            \"chg_pct\": \"0.022\" //涨跌百分比\n        },\n        {\n            \"date\": \"17:57:56\",\n            \"symbol\": \"FCPO\",\n            \"buy\": \"3749.000\",\n            \"sell\": \"3750.000\",\n            \"high_price\": \"3767.000\",\n            \"prev_price\": \"3704.000\",\n            \"volume\": \"80515.000\",\n            \"name\": \"马棕油\",\n            \"time\": \"2024-08-09\",\n            \"low_price\": \"3709.000\",\n            \"open_price\": \"3751.000\",\n            \"last_price\": \"3750.800\",\n            \"chg\": \"2.215\",\n            \"chg_pct\": \"0.022\"\n        },\n        ...\n    ]\n}"}],"_postman_id":"ba1d2d23-721b-4922-b1cb-e901d254f553"},{"name":"【期货市场】当前期货行情","id":"4403b0a5-ef54-4d57-b83a-874b6c6f6419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/futures/querySymbol?key=联系我们获取key&symbol=XAG","urlObject":{"protocol":"https","path":["futures","querySymbol"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"XAG"}],"variable":[]}},"response":[{"id":"6a347292-8015-42f7-a8d8-f0a9aeb903e8","name":"【期货市场】当前期货行情","originalRequest":{"method":"GET","header":[],"url":{"raw":"/futures/querySymbol?key=联系我们获取key&symbol=EUA","path":["futures","querySymbol"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"EUA","description":"交易对"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"date\": \"17:57:41\", //时间\n            \"symbol\": \"FEF\", //币种\n            \"buy\": \"101.100\", //当前买价\n            \"sell\": \"101.200\", //当前卖价\n            \"high_price\": \"102.600\", //最高价\n            \"prev_price\": \"99.460\", //前收盘价\n            \"volume\": \"372006.000\", //交易量\n            \"name\": \"新加坡铁矿石\", //名称\n            \"time\": \"2024-08-09\", //日期\n            \"low_price\": \"99.450\", //最低价\n            \"open_price\": \"99.700\", //开盘价\n            \"last_price\": \"101.250\", //最新价\n            \"chg\": \"2.215\", //涨跌额\n            \"chg_pct\": \"0.022\" //涨跌百分比\n        }\n    ]\n}"}],"_postman_id":"4403b0a5-ef54-4d57-b83a-874b6c6f6419"},{"name":"【期货市场】k线图表数据","id":"b5649660-7e8e-4f91-ba12-179f60548628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/futures/kline?key=联系我们获取key&symbol=EUA&interval=1","urlObject":{"protocol":"https","path":["futures","kline"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"EUA"},{"description":{"content":"<p>时间间隔，1、5、15、30、60、1d</p>\n","type":"text/plain"},"key":"interval","value":"1"}],"variable":[]}},"response":[{"id":"cdb367fd-a2c2-489d-a1a8-27128aef1ec8","name":"【期货市场】k线图表信息","originalRequest":{"method":"GET","header":[],"url":{"raw":"/futures/kline?key=联系我们获取key&symbol=EUA&interval=1","path":["futures","kline"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"EUA"},{"key":"interval","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"date\": \"2024-08-07 20:29:00\", //时间\n            \"volume\": \"14\", //交易量\n            \"high\": \"71.082\", //最高价\n            \"s\": \"0\",\n            \"low\": \"71.082\", //最低价\n            \"position\": \"0\",\n            \"close\": \"71.082\", //收盘价\n            \"open\": \"71.082\", //开盘价\n            \"timestamp\": 1723062540.0 //时间戳\n        },\n        {\n            \"date\": \"2024-08-07 20:30:00\",\n            \"volume\": \"31\",\n            \"high\": \"71.118\",\n            \"s\": \"0\",\n            \"low\": \"71.082\",\n            \"position\": \"0\",\n            \"close\": \"71.118\",\n            \"open\": \"71.082\",\n            \"timestamp\": 1723062600.0\n        },\n        ...\n    ]\n}"}],"_postman_id":"b5649660-7e8e-4f91-ba12-179f60548628"}],"id":"730c3fbb-c524-40d6-b381-92aab8282001","description":"<p>支持下列期货数据的列表和实时行情接口</p>\n<img src=\"https://content.pstmn.io/3d40a770-e215-474e-991f-fd5563d6923b/aW1hZ2UucG5n\" alt height=\"1436\" width=\"1878\" />","_postman_id":"730c3fbb-c524-40d6-b381-92aab8282001"},{"name":"加密货币","item":[{"name":"【加密货币】交易对列表","id":"3f6d5904-7426-4f2b-bb2e-7645b20cca38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/crypto/pairlist?key=联系我们获取key&page=1&size=100&marketId=338","urlObject":{"protocol":"https","path":["crypto","pairlist"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>分页参数 默认1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>分页大小 默认1000</p>\n","type":"text/plain"},"key":"size","value":"100"},{"description":{"content":"<p>338获取币安数据</p>\n","type":"text/plain"},"key":"marketId","value":"338"}],"variable":[]}},"response":[{"id":"8e135895-abb7-4309-917e-8819409d1ee8","name":"【加密货币】交易对列表","originalRequest":{"method":"GET","header":[],"url":{"raw":"/crypto/pairlist?key=联系我们获取key","path":["crypto","pairlist"],"query":[{"key":"key","value":"联系我们获取key"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200, // 状态码，200表示操作成功\n    \"message\": \"操作成功\", // 返回的操作结果消息\n    \"data\": {\n        \"total_count\": 412, // 总记录数\n        \"total_page\": 206, // 总页数\n        \"list\": [\n            {\n                \"symbol\": \"BTC\", // 币种符号\n                \"legal_currency_price\": 119188.63826104486, // 法币价格\n                \"market_cap_display\": \"$2,368,163,669,304.77\", // 市值显示\n                \"percent_change_utc0_3d\": 3.35, // UTC0时区3天涨幅百分比\n                \"today_change_faq\": \"今日涨幅是指当前价格相对于今日 UTC 0 点（今日北京时间 8 点）价格的变化。\", // 今日涨幅说明\n                \"cc_kline\": 1, // 是否支持K线\n                \"today_change\": \"今日涨幅\", // 今日涨幅标签\n                \"price\": \"119188.8600000000000000\", // 当前价格\n                \"price_change_today\": \"+0.0000000000000000\", // 今日价格变化\n                \"price_high_display\": \"0\", // 最高价显示\n                \"rank\": 1, // 排名\n                \"logo\": \"https://camelhash.s3.ap-southeast-1.amazonaws.com/1726799669489_g0kma14xdww_btc.webp\", // 币种logo\n                \"id\": 113538, // 币种ID\n                \"tag\": \"\", // 标签\n                \"price_display\": \"119,188.86\", // 价格显示\n                \"is_price_abnormal\": 0, // 价格是否异常\n                \"price_abnormal_icon\": \"https://cdn.mytoken.org/warning3x.png\", // 价格异常图标\n                \"price_low_display\": \"0\", // 最低价显示\n                \"price_display_cny\": 119188.63826104486, // 人民币价格显示\n                \"tv_symbol\": null, // TradingView符号\n                \"is_new\": 0, // 是否新币\n                \"com_id\": \"btc_usdt\", // 组合ID\n                \"market_id\": 338, // 市场ID\n                \"legal_currency_sign\": \"$\", // 法币符号\n                \"market_cap_display_cny\": \"2368163669304.77\", // 人民币市值显示\n                \"market_name\": \"Binance\", // 市场名称\n                \"market_cap_usd\": \"2368163669304.77\", // 美元市值\n                \"exchange_time\": \"刚刚\", // 交易时间\n                \"percent_change_1h\": 0.13, // 1小时涨幅百分比\n                \"legal_currency_price_display\": \"119,189\", // 法币价格显示\n                \"percent_change_utc8_0\": -0.94, // UTC8时区今日涨幅百分比\n                \"volume_24h_rate\": \"14.79%\", // 24小时交易量占比\n                \"percent_change_today\": null, // 今日涨幅百分比\n                \"name\": \"Bitcoin\", // 币种名称\n                \"volume_24h\": \"2134448308.904214\", // 24小时交易量\n                \"percent_change_utc0_yesterday\": -0.51, // UTC0时区昨日涨幅百分比\n                \"price_display_cny_accuracy\": 119188.63826104486, // 人民币价格精确显示\n                \"percent_change_utc0_0\": 0.42, // UTC0时区今日涨幅百分比\n                \"global_price_second_price_display\": \"$119,189\", // 全球价格第二价格显示\n                \"price_usd\": \"119188.8600000000000000\", // 美元价格\n                \"is_favorite\": false, // 是否收藏\n                \"price_change_utc8\": \"+0.0000000000000000\", // UTC8时区价格变化\n                \"available_supply\": 19905246, // 流通供应量\n                \"hr_price_display\": \"$119,189\", // 小时价格显示\n                \"volume_24h_from\": 17919.6, // 24小时交易量来源\n                \"enabled\": 1, // 是否启用\n                \"market_logo\": \"https://cdn.mytoken.org/Fn3df8UZZGNuWd87rTXSD26WD0-R\", // 市场logo\n                \"kline_enabled\": 1, // 是否启用K线\n                \"price_accuracy\": \"119188.8600000000000000\", // 价格精确值\n                \"percent_change_24h\": -0.69, // 24小时涨幅百分比\n                \"percent_change_display\": \"0.4200\", // 涨幅百分比显示\n                \"alias\": \"比特币\", // 币种别名\n                \"currency\": \"BTC\", // 币种\n                \"percent_change_range\": \"今日\", // 涨幅范围\n                \"kline_source\": \"binance\", // K线数据源\n                \"currency_name\": \"Bitcoin\", // 币种名称\n                \"market_alias\": \"币安Binance\", // 市场别名\n                \"currency_on_market_name\": \"Bitcoin\", // 市场上币种名称\n                \"price_updated_at\": 1755008213, // 价格更新时间\n                \"name_id\": \"bitcoin\", // 名称ID\n                \"pair\": \"BTC/USDT\", // 交易对\n                \"percent_change_utc8_yesterday\": 1.26, // UTC8时区昨日涨幅百分比\n                \"hr_price_display_web\": \"119,189\", // 网页小时价格显示\n                \"price_usd_accuracy\": \"119188.8600000000000000\", // 美元价格精确值\n                \"percent_change_utc0\": 0.42, // UTC0时区涨幅百分比\n                \"anchor_sign\": \"₮\", // 锚定符号\n                \"anchor\": \"USDT\", // 锚定币\n                \"legal_currency_price_usd\": \"\", // 法币美元价格\n                \"volume_24h_usd\": \"2134448308.904214\", // 24小时美元交易量\n                \"volume_24h_to\": null, // 24小时交易量目标\n                \"percent_change_3d\": 2.97, // 3天涨幅百分比\n                \"percent_change_utc8\": 1.59, // UTC8时区涨幅百分比\n                \"volume_24h_legal_currency\": \"2134448308.904214\", // 24小时法币交易量\n                \"percent_change_7d\": 4.26, // 7天涨幅百分比\n                \"category\": \"现货\", // 交易类别\n                \"currency_id\": 1, // 币种ID\n                \"search_field\": \"Bitcoin BTC 比特币\" // 搜索字段\n            },\n            {\n                \"symbol\": \"ETH\", // 币种符号\n                \"legal_currency_price\": 4398.511816993392, // 法币价格\n                \"market_cap_display\": \"$529,967,024,646.72\", // 市值显示\n                \"percent_change_utc0_3d\": 6.09, // UTC0时区3天涨幅百分比\n                \"today_change_faq\": \"今日涨幅是指当前价格相对于今日 UTC 0 点（今日北京时间 8 点）价格的变化。\", // 今日涨幅说明\n                \"cc_kline\": 1, // 是否支持K线\n                \"today_change\": \"今日涨幅\", // 今日涨幅标签\n                \"price\": \"4398.5200000000000000\", // 当前价格\n                \"price_change_today\": \"+0.0000000000000000\", // 今日价格变化\n                \"price_high_display\": \"0\", // 最高价显示\n                \"rank\": 2, // 排名\n                \"logo\": \"https://camelhash.s3.ap-southeast-1.amazonaws.com/1726799669489_g0kma14xdww_ETH.webp\", // 币种logo\n                \"id\": 53793, // 币种ID\n                \"tag\": \"\", // 标签\n                \"price_display\": \"4,398.52\", // 价格显示\n                \"is_price_abnormal\": 0, // 价格是否异常\n                \"price_abnormal_icon\": \"https://cdn.mytoken.org/warning3x.png\", // 价格异常图标\n                \"price_low_display\": \"0\", // 最低价显示\n                \"price_display_cny\": 4398.511816993392, // 人民币价格显示\n                \"tv_symbol\": null, // TradingView符号\n                \"is_new\": 0, // 是否新币\n                \"com_id\": \"eth_usdt\", // 组合ID\n                \"market_id\": 338, // 市场ID\n                \"legal_currency_sign\": \"$\", // 法币符号\n                \"market_cap_display_cny\": \"529967024646.72\", // 人民币市值显示\n                \"market_name\": \"Binance\", // 市场名称\n                \"market_cap_usd\": \"529967024646.72\", // 美元市值\n                \"exchange_time\": \"刚刚\", // 交易时间\n                \"percent_change_1h\": -0.07, // 1小时涨幅百分比\n                \"legal_currency_price_display\": \"4,398.51\", // 法币价格显示\n                \"percent_change_utc8_0\": 1.59, // UTC8时区今日涨幅百分比\n                \"volume_24h_rate\": \"22.10%\", // 24小时交易量占比\n                \"percent_change_today\": null, // 今日涨幅百分比\n                \"name\": \"Ethereum\", // 币种名称\n                \"volume_24h\": \"3190375310.203305\", // 24小时交易量\n                \"percent_change_utc0_yesterday\": -0.64, // UTC0时区昨日涨幅百分比\n                \"price_display_cny_accuracy\": 4398.511816993392, // 人民币价格精确显示\n                \"percent_change_utc0_0\": 4.15, // UTC0时区今日涨幅百分比\n                \"global_price_second_price_display\": \"$4,398.51\", // 全球价格第二价格显示\n                \"price_usd\": \"4398.5200000000000000\", // 美元价格\n                \"is_favorite\": false, // 是否收藏\n                \"price_change_utc8\": \"+0.0000000000000000\", // UTC8时区价格变化\n                \"available_supply\": 120708807, // 流通供应量\n                \"hr_price_display\": \"$4,398.51\", // 小时价格显示\n                \"volume_24h_from\": 738995, // 24小时交易量来源\n                \"enabled\": 1, // 是否启用\n                \"market_logo\": \"https://cdn.mytoken.org/Fn3df8UZZGNuWd87rTXSD26WD0-R\", // 市场logo\n                \"kline_enabled\": 1, // 是否启用K线\n                \"price_accuracy\": \"4398.5200000000000000\", // 价格精确值\n                \"percent_change_24h\": 3.03, // 24小时涨幅百分比\n                \"percent_change_display\": \"4.1500\", // 涨幅百分比显示\n                \"alias\": \"以太坊\", // 币种别名\n                \"currency\": \"ETH\", // 币种\n                \"percent_change_range\": \"今日\", // 涨幅范围\n                \"kline_source\": \"binance\", // K线数据源\n                \"currency_name\": \"Ethereum\", // 币种名称\n                \"market_alias\": \"币安Binance\", // 市场别名\n                \"currency_on_market_name\": \"Ethereum\", // 市场上币种名称\n                \"price_updated_at\": 1755008194, // 价格更新时间\n                \"name_id\": \"ethereum\", // 名称ID\n                \"pair\": \"ETH/USDT\", // 交易对\n                \"percent_change_utc8_yesterday\": 2.65, // UTC8时区昨日涨幅百分比\n                \"hr_price_display_web\": \"4,398.51\", // 网页小时价格显示\n                \"price_usd_accuracy\": \"4398.5200000000000000\", // 美元价格精确值\n                \"percent_change_utc0\": 4.15, // UTC0时区涨幅百分比\n                \"anchor_sign\": \"₮\", // 锚定符号\n                \"anchor\": \"USDT\", // 锚定币\n                \"legal_currency_price_usd\": \"\", // 法币美元价格\n                \"volume_24h_usd\": \"3190375310.203305\", // 24小时美元交易量\n                \"volume_24h_to\": null, // 24小时交易量目标\n                \"percent_change_3d\": 4.49, // 3天涨幅百分比\n                \"percent_change_utc8\": 1.59, // UTC8时区涨幅百分比\n                \"volume_24h_legal_currency\": \"3190375310.203305\", // 24小时法币交易量\n                \"percent_change_7d\": 21.13, // 7天涨幅百分比\n                \"category\": \"现货\", // 交易类别\n                \"currency_id\": 2, // 币种ID\n                \"search_field\": \"Ethereum ETH 以太坊\" // 搜索字段\n            }\n        ],\n        \"fields\": [] // 字段列表\n    }\n}"}],"_postman_id":"3f6d5904-7426-4f2b-bb2e-7645b20cca38"},{"name":"【加密货币】获取最新行情","id":"99f123b5-e3ad-4e60-aa5b-4c226171f894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/crypto/tickerPrice?key=联系我们获取key&symbols=BTCUSDT,ETHUSDT","urlObject":{"protocol":"https","path":["crypto","tickerPrice"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对列表，通过逗号隔开(最大传100个交易的)</p>\n","type":"text/plain"},"key":"symbols","value":"BTCUSDT,ETHUSDT"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"d97e7446-427e-482b-90d1-263511f91bc6","name":"【加密货币】获取最新行情","originalRequest":{"method":"GET","header":[],"url":{"raw":"/crypto/tickerPrice?key=联系我们获取key&symbols=BTCUSDT,ETHUSDT","path":["crypto","tickerPrice"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbols","value":"BTCUSDT,ETHUSDT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"priceChange\": \"2760.75000000\",\n            \"symbol\": \"BTCUSDT\", //交易对\n            \"count\": 1731863,\n            \"openPrice\": \"64151.26000000\", //当前开盘价格\n            \"lastId\": 3702658682,\n            \"quoteVolume\": \"2016822851.96679820\",\n            \"firstId\": 3700926820,\n            \"volume\": \"30907.41655000\",\n            \"weightedAvgPrice\": \"65253.68591400\",\n            \"lowPrice\": \"63456.70000000\", //当前最低价\n            \"highPrice\": \"67480.00000000\", //当前最高价\n            \"closeTime\": 1721980525357, //收盘时间\n            \"openTime\": 1721894100000, //开盘时间\n            \"priceChangePercent\": \"4.304\", //涨跌幅\n            \"lastPrice\": \"66912.01000000\" //最新价格\n        },\n        {\n            \"priceChange\": \"78.37000000\",\n            \"symbol\": \"ETHUSDT\",\n            \"count\": 1700560,\n            \"openPrice\": \"3173.21000000\",\n            \"lastId\": 1491753771,\n            \"quoteVolume\": \"1225148148.34218900\",\n            \"firstId\": 1490053212,\n            \"volume\": \"385445.44180000\",\n            \"weightedAvgPrice\": \"3178.52545517\",\n            \"lowPrice\": \"3087.53000000\",\n            \"highPrice\": \"3276.00000000\",\n            \"closeTime\": 1721980525357,\n            \"openTime\": 1721894100000,\n            \"priceChangePercent\": \"2.470\",\n            \"lastPrice\": \"3251.58000000\"\n        }\n    ]\n}"}],"_postman_id":"99f123b5-e3ad-4e60-aa5b-4c226171f894"},{"name":"【加密货币】获取最新价格","id":"fff7416c-bfbc-4690-8e34-e32f8aed6e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/crypto/lastPrice?key=联系我们获取key&symbols=BTCUSDT,ETHUSDT","urlObject":{"protocol":"https","path":["crypto","lastPrice"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对列表，通过逗号隔开(最大传100个交易的)</p>\n","type":"text/plain"},"key":"symbols","value":"BTCUSDT,ETHUSDT"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"e9dd70e9-9fea-4262-a3f6-cb4c6dc7c3ce","name":"【加密货币】获取最新价格","originalRequest":{"method":"GET","header":[],"url":{"raw":"/crypto/lastPrice?key=联系我们获取key&symbols=BTCUSDT,ETHUSDT","path":["crypto","lastPrice"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbols","value":"BTCUSDT,ETHUSDT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"操作成功\",\n  \"data\": [\n    {\n      \"symbol\": \"BTCUSDT\",\n      \"price\": \"66630.20000000\" //最新价\n    },\n    {\n      \"symbol\": \"ETHUSDT\",\n      \"price\": \"3307.74000000\" //最新价\n    }\n  ]\n}"}],"_postman_id":"fff7416c-bfbc-4690-8e34-e32f8aed6e97"},{"name":"【加密货币】K线数据","id":"5d9f0f0f-f5a1-40b7-bd1c-8532fcc9ce18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/crypto/getKlines?key=联系我们获取key&symbol=BTCUSDT&interval=5m","urlObject":{"protocol":"https","path":["crypto","getKlines"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"BTCUSDT"},{"description":{"content":"<p>1s 1m 3m 5m 15m 30m 1h 2h 4h 6h 8h 12h 1d 3d 1w 1M</p>\n","type":"text/plain"},"key":"interval","value":"5m"}],"variable":[]}},"response":[{"id":"32532d22-ebff-4abf-af7f-0e2475f6347a","name":"【加密货币】K线数据","originalRequest":{"method":"GET","header":[],"url":{"raw":"/crypto/getKlines?key=联系我们获取key&symbol=BTCUSDT&interval=时间间隔","path":["crypto","getKlines"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"BTCUSDT"},{"key":"interval","value":"时间间隔","description":"1s 1m 3m 5m 15m 30m 1h 2h 4h 6h 8h 12h 1d 3d 1w 1M"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        [\n            1721832000000, //k线开盘时间\n            \"66895.35000000\", //开盘价\n            \"67038.81000000\", //最高价\n            \"66850.15000000\", //最低价\n            \"66876.57000000\", //收盘价格（当前k线未结束的即为最新价）\n            \"241.28984000\", //成交量\n            1721832299999, //k线收盘时间\n            \"16158644.69122830\", //成交额\n            14103, //成交笔数\n            \"110.77452000\", //主动买入成交量\n            \"7418717.11651610\", //主动买入成交额\n            \"0\" //请忽略该参数\n        ],\n        ...\n    ]\n}"}],"_postman_id":"5d9f0f0f-f5a1-40b7-bd1c-8532fcc9ce18"},{"name":"【加密货币】获取近期成交","id":"d9832c5d-18bb-49fc-9e41-64d9fccc8ec7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.stocktv.top/crypto/getTrades?key=联系我们获取key&symbol=BTCUSDT","urlObject":{"protocol":"https","path":["crypto","getTrades"],"host":["api","stocktv","top"],"query":[{"key":"key","value":"联系我们获取key"},{"description":{"content":"<p>交易对</p>\n","type":"text/plain"},"key":"symbol","value":"BTCUSDT"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"61f32ea4-560c-4e7f-a2c7-0beaffa14896","name":"【加密货币】获取近期成交","originalRequest":{"method":"GET","header":[],"url":{"raw":"/crypto/getTrades?key=联系我们获取key&symbol=BTCUSDT","path":["crypto","getTrades"],"query":[{"key":"key","value":"联系我们获取key"},{"key":"symbol","value":"BTCUSDT"},{"key":"","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"10816"},{"key":"Date","value":"Wed, 06 Dec 2023 17:37:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"操作成功\",\n    \"data\": [\n        {\n            \"quoteQty\": \"67.03305000\",\n            \"price\": \"67033.05000000\", //价格\n            \"qty\": \"0.00100000\",\n            \"isBestMatch\": true,\n            \"id\": 3702674679,\n            \"time\": 1721981582129, //时间戳\n            \"isBuyerMaker\": false\n        },\n        ...\n    ]\n}"}],"_postman_id":"d9832c5d-18bb-49fc-9e41-64d9fccc8ec7"}],"id":"37bd8336-d688-46da-a071-ff74118b9f3a","description":"<p>对接币安实时列表数据、k线、最新价格接口</p>\n","_postman_id":"37bd8336-d688-46da-a071-ff74118b9f3a"}],"event":[{"listen":"prerequest","script":{"id":"a3d0d54f-8355-460c-b611-29d2abb8e1cd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2ec94da2-417f-420a-af52-86307db5fca7","type":"text/javascript","exec":[""]}}],"variable":[{"id":"9a9693c2-0108-4e3f-b633-ccd6e76d8899","key":"base_url","value":"","type":"string"},{"id":"b130fbf3-822d-468f-b8f2-8ba4f19860ec","key":"qh_url","value":"https://api.stocktv.top","type":"string"}]}