Skip to main content
POST
Create a price alert

Body

application/json
contract
string
required

Contract code as the market-data feed names it — "ESU6", "BTCUSDT" — not the product symbol "ES".

Maximum string length: 32
Example:

"ESU6"

price
number
required

Price level to watch

Example:

5432.25

condition
enum<string>
default:crossing

crossing (either direction) | crossing-up | crossing-down | greater | less

Available options:
crossing,
crossing-up,
crossing-down,
greater,
less
label
string

Optional note, included in the email

Maximum string length: 200
Example:

"breakout level"

Response

Alert armed

success
boolean
Example:

true

data
object