Learn how to build a realtime dashboard with the Codex API subscriptions
In this guide we’ll build a nodejs application that listens for price changes on a token in realtime. We’ll show
how to do it two ways, one with webhooks and another with subscriptions.
Next, we’ll need be able to receive webhook deliveries on our local computer. Let’s use loophole to do this.https://loophole.cloud/downloadAfter getting that setup and seeing your loophole url, copy it and save it for later.Now lets make the request to make a webook subscription, replacing the value for the host