Skip to main content

10 posts tagged with "api"

View All Tags

Webhooks now come from a fixed set of source IPs

Webhook deliveries now come from a small, fixed set of static IP addresses instead of a changing range, so they can be allowlisted on a firewall or ingress. Each delivery also carries a new x-client-id header holding your client app id.

SyncError webhook

A SyncError webhook is now posted to your endpoint whenever an account fails to sync, so a broken connection surfaces without you polling for it.

Real-time events for Binance

Connected Binance accounts can now be watched in real time: a websocket listens for activity and posts a webhook with the new transaction data as it happens, instead of waiting for a scheduled or manual sync.