Same wizard you'll see after sign-up. Each step verifies before you advance — no broken-channel surprises.
Telegram bot token, Discord webhook URL, or your own HTTPS endpoint. The wizard sends a test ping and won't proceed until it succeeds.
Pick the trading pairs you cover, set your minimum confidence threshold, and add a brand prefix that appears on every message.
Fire a sample signal into your channel using your real branding. Confirm the format, confirm the timing, confirm subscribers see what you expect.
Toggle the channel active. From this point on, every qualifying signal is auto-delivered. Pause anytime from your partner dashboard.
Every partner gets API keys for programmatic access — generate, name, rotate, and revoke from the partner dashboard. We show the full key once, at creation, and never again. Lost keys are revoked, not recovered.
POST /your-endpoint
X-EdgeKept-Signature: t=1714000000,v1=…
Content-Type: application/json
{
"pair": "EUR/USD",
"direction": "LONG",
"confidence_percent": 78,
"entry_price": "1.0842",
"stop_loss": "1.0808",
"take_profit_1": "1.0905",
"issued_at": "2026-05-05T09:14:32Z"
}Signed timestamp protects against replay. Verify with your API key's shared secret, exposed once at key creation.
Subscribers see your brand on every message. EdgeKept stays invisible.
No hard cap during the beta. We monitor delivery volume and reach out if your throughput needs a custom tier.
Programmatic access is rate-limited per key. The default is generous for a typical channel; if you're polling rather than receiving webhooks, contact support to raise it.
Channel prefix, pair scope, and confidence threshold are configurable in the wizard. Message templates are EdgeKept-managed during the beta — say the word if you need a custom template and we'll prioritize.
No. The signal body is yours; outcomes are recorded on EdgeKept's public track record under signal IDs (not partner names) so you can point subscribers at the public stats without disclosing your channel mix.
The wizard's `Test` step lets you preview cancellation and update messages. In production we deliver an update message to the same channel using the same brand prefix.