Settings
Configure POA bot webhooks, exchange APIs, and application settings
POA Bot Integration
Configure webhook URLs to send trading signals to your POA bot installed on Vultr. The webhook format follows POA bot's JSON schema.
POA Bot DocumentationWebhook JSON Format
{
"exchange": "BINANCE",
"base": "BTC",
"quote": "USDT.P",
"side": "entry/buy",
"percent": 100,
"leverage": 10,
"password": "your-password"
}