A valid request URL is required to generate request examples[
{
"comment": "novosky",
"magic": 20250101,
"price_open": 94500,
"sl": 94300,
"symbol": "BTCUSDc",
"ticket": 987654321,
"time_setup": 1777879028,
"tp": 94800,
"type": 2,
"volume_current": 0.01
}
]Returns all pending (non-filled) orders, optionally filtered by symbol.
A valid request URL is required to generate request examples[
{
"comment": "novosky",
"magic": 20250101,
"price_open": 94500,
"sl": 94300,
"symbol": "BTCUSDc",
"ticket": 987654321,
"time_setup": 1777879028,
"tp": 94800,
"type": 2,
"volume_current": 0.01
}
]Documentation Index
Fetch the complete documentation index at: https://docs.novosky.app/llms.txt
Use this file to discover all available pages before exploring further.
Set API_TOKEN in .env to match the token configured on the server.
Filter by symbol (optional)
"BTCUSDc"
Active pending orders
"novosky"
20250101
94500
94300
"BTCUSDc"
987654321
Order creation time as Unix epoch.
1777879028
94800
2=BUY_LIMIT, 3=SELL_LIMIT, 4=BUY_STOP, 5=SELL_STOP, 6=BUY_STOP_LIMIT, 7=SELL_STOP_LIMIT.
2
0.01