POST api/trade/broadcast/test
Testing the broadcaster
Request Information
URI Parameters
None.
Body Parameters
AdminInput| Name | Description | Type | Additional information |
|---|---|---|---|
| AdminKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AdminKey": "sample string 1"
}
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Success": true
}