Get listenKey
Get the current valid listenKey.
HTTP Request
- GET
/api/v3/userDataStream
Required Permission: P2P Deal Order, P2P Deal Ad
Request Parameters
None
Response Parameters
| Name | Type | Description |
|---|---|---|
| listenKey | string | Listen key |
| total | string | Total number of listenKeys |
| available | string | Available listenKeys |
Response
{
"total": 200,
"listenKey": [
"342e83dfc434e8a5639a6f405d3cf9dc3caaf11ca6f6b9a475a6f2e9a4e1bf8d",
"c716a755cc12fc905159c4f318920ccd25938224230d676431607735609719ed"
],
"available": 198
}