Get Chat Conversation Info
Get the chat conversation ID for a specified order. Use this ID to establish a WebSocket connection.
HTTP Request
- GET
/api/v3/fiat/retrieveChatConversation
Required Permission: P2P Deal Order, P2P Deal Ad
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| orderNo | string | yes | Order number |
Response Parameters
| Name | Type | Description |
|---|---|---|
| conversationId | integer | Conversation ID |
Response
{
"msg": "success",
"code": 0,
"data": {
"conversationId": 1
}
}