I’m trying to use a waitForConfirmation() function. I’ve tried both copying/pasting the one in the docs and also the one built into the 0.13.0-beta2 in algosdk. Either way, the first call to client.status() returns a 403 from Algoexplorer’s API. It’s trying to hit: https://node.algoexplorerapi.io/v2/status/wait-for-block-after/18423368 which returns a 403. You can confirm in the browser.
Looking at Algoexplorer’s developer docs (I’d list a link but I’m only allowed to include 2) they don’t list that as a valid endpoint. There’s only /status with no other parameters.
Is Algoexplorer’s API not conforming to the spec or is client.status() doing something it’s not supposed to?
I tried switching over to PureStake and everything worked perfectly. Sure seems like Algoexplorer isn’t doing something right…
