Documentation · Guides
Guide : surveiller les changements MiCA
Automatiser la veille réglementaire ESMA/MiCA via monitors et webhooks AUROS Protocol.
Architecture
1. Créez un monitor par actif/juridiction via POST /api/v1/monitor.
2. Enregistrez un webhook global via POST /api/v1/webhooks (optionnel si webhook_url par monitor).
3. Le monitoring périodique est géré côté plateforme AUROS.
Cron
Le monitoring périodique est planifié côté plateforme (auth interne). Les clients n’ont pas d’endpoint cron à appeler.
SDK
const monitor = await client.monitor({
asset_type: "bonds",
jurisdiction: "luxembourg",
alert_on: ["regulation_update", "deadline_approaching"],
});