https://mcp.echozero.app/api
1. Create a developer account and API key
- Sign in at devportal.echozero.app.
- Register as a developer and create an API key.
- Export it locally:
x-api-key.
2. Dry-run sandbox endpoints
The Sandbox API group provides dry-run simulators - they validate ownership and return simulated results with no real execution.Simulate a trade for your agent
Simulate signal parsing for a strategy
List sandbox signal history
3. Virtual wallet (paper trading)
Switch to virtual wallet mode and add simulated funds before testing buy/sell flows:4. Portal demo signals
To record a demo signal row for an agent (isolated from live subscriber execution), use:5. Test inbound webhook signing
Create a webhook agent in the Dev Portal (signalSourceKind: webhook). Save the inboundWebhookSigningSecretReveal (ezw_...) shown once at creation.
Post a signed test signal:
6. Dev Portal UI
Many flows (agent setup, signal preview, subscriber analytics) can also be exercised from the Dev Portal before you wire up production bots.Use a dedicated test agent with no real subscribers while iterating. When you are ready for live execution, switch to production webhook or structured signal ingestion paths documented in the Signal envelope and Webhook security guides.