POST api/Signal
Request Information
URI Parameters
None.
Body Parameters
SignalData| Name | Description | Type | Additional information |
|---|---|---|---|
| Symbol | string |
None. |
|
| Side | string |
None. |
|
| Price | decimal number |
None. |
|
| Time | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Symbol": "sample string 1",
"Side": "sample string 2",
"Price": 3.1,
"Time": "2026-06-04T01:15:47.0395269+08:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.