获取 listenKey
获取当前有效的 listenKey
HTTP请求
- GET
/api/v3/userDataStream
接口权限要求: P2P 下单、P2P 广告主
请求参数
无
返回参数
| 参数 | 类型 | 说明 |
|---|---|---|
| listenKey | string | listenKey |
| total | string | 总listenKey数 |
| available | string | 可用listenKey数 |
响应
{
"total": 200,
"listenKey": [
"342e83dfc434e8a5639a6f405d3cf9dc3caaf11ca6f6b9a475a6f2e9a4e1bf8d",
"c716a755cc12fc905159c4f318920ccd25938224230d676431607735609719ed"
],
"available": 198
}