Hey everyone,
So I’ve changed the testnet API link for algoexplorer as per their announcement that they’re depreciating the (https://api.testnet.algoexplorer.io/v2)
by February, so I changed my api testnet link to 'https://node.testnet.algoexplorerapi.io/v2
.
Without changing any headers or any data when I try to get
and post
on the new api it gives me this error.
This is how I’m requesting it from the code.
Get Request
const response = await fetch(
https://node.testnet.algoexplorerapi.io/v2/accounts/${accountAddress}`);This same request was working fine for old link
https://api.testnet.algoexplorer.io`
Any help would be appreciated, thanks!