Skip to main content
POST
Persist trade signal

Body

application/json
symbol
string
required
Example:

"BTCUSDT"

signal_type
enum<string>
required
Available options:
LONG,
SHORT,
CLOSE_LONG,
CLOSE_SHORT
Example:

"LONG"

timestamp
integer
required

Unix timestamp in milliseconds

Example:

1779261050000

source
string
Example:

"tv-webhook"

raw_data
object

Response

Signal created

success
boolean
Example:

true

result
object
Last modified on June 17, 2026