POST api/tradingview/alert
Request Information
URI Parameters
None.
Body Parameters
TradingViewMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ticker | string |
None. |
|
| exchange | string |
None. |
|
| time | date |
None. |
|
| action | string |
None. |
|
| message | string |
None. |
|
| message1 | string |
None. |
|
| close | string |
None. |
|
| passphrase | string |
None. |
|
| subaccount | string |
None. |
|
| from | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ticker": "sample string 1",
"exchange": "sample string 2",
"time": "2026-02-10T20:32:32.4729954-08:00",
"action": "sample string 4",
"message": "sample string 5",
"message1": "sample string 6",
"close": "sample string 7",
"passphrase": "sample string 8",
"subaccount": "sample string 9",
"from": "sample string 10"
}
application/xml, text/xml
Sample:
<TradingViewMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lakshmi.WebApp.Models"> <action>sample string 4</action> <close>sample string 7</close> <exchange>sample string 2</exchange> <from>sample string 10</from> <message>sample string 5</message> <message1>sample string 6</message1> <passphrase>sample string 8</passphrase> <subaccount>sample string 9</subaccount> <ticker>sample string 1</ticker> <time>2026-02-10T20:32:32.4729954-08:00</time> </TradingViewMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.