REST API vs Webhooks - Should You Poll for RBA Rates or Get Notified?
Polling a REST endpoint wastes requests waiting for data that arrives once a day. Webhooks flip the model - the API calls you the moment new RBA rates land. Here's how both work, when to use each, and how to set up our new rate-published webhook.