跳到主要内容

获取 listenKey

获取当前有效的 listenKey

HTTP请求

  • GET /api/v3/userDataStream

接口权限要求: P2P 下单、P2P 广告主

请求参数

返回参数

参数类型说明
listenKeystringlistenKey
totalstring总listenKey数
availablestring可用listenKey数

响应

{
"total": 200,
"listenKey": [
"342e83dfc434e8a5639a6f405d3cf9dc3caaf11ca6f6b9a475a6f2e9a4e1bf8d",
"c716a755cc12fc905159c4f318920ccd25938224230d676431607735609719ed"
],
"available": 198
}