Skip to main content
Routeur sends a signed POST to your endpoint when a graph run finds a lead whose live order books could be filled at a profit of at least your subscription’s minimum.

Events

Subscriptions

During the private preview, subscriptions are set up for your key by the Routeur team. Each one has:
  • an HTTPS endpoint on a public address;
  • a format: json, the signed events on these pages, or slack, a formatted message for a Slack incoming webhook;
  • a minimum net profit in USD, and whether to send only cross-venue leads;
  • its own signing secret, shared with you once.

Delivery

Respond with any 2xx within 10 seconds. Do slow work after responding.Responding 410 Gone disables the subscription.
Any other status, or no response, is retried with exponential backoff starting at 30 seconds, for up to 8 attempts. Use Routeur-Delivery to ignore a delivery you have already handled.
Endpoints must be HTTPS on a public address. Redirects are not followed.