https://pro.apex.exchange/trade/BTCUSD
ETH_ADDRESS=
STARK_PUBLIC_KEY=
STARK_PRIVATE_KEY=
API_KEY=
API_PASSPHRASE=
API_SECRET=
ACCOUNT_ID=
TRADINGVIEW_PASSPHRASE=1234
Web service requirements:
- Runtime Docker
- Add your secret file .env
- Add a minimal Disk
- Mount Path
/app/data
Build and deploy from this Git repository https://github.com/stirpedaniele/apexpro-tradingview-connector
apexpro account: OK
Webhook Message:
{
"passphrase":"1234",
"exchange":"apexpro",
"strategy":"Main",
"market":"BTC-USDC",
"size":"{{strategy.position_size}}",
"reverse":true,
"order":"{{strategy.order.action}}",
"position":"{{strategy.market_position}}",
"price":"{{strategy.order.price}}"
}