Hey guys, I am new to Algorand development. I have a simple question. Is v2 API defined in AlgoExplorer API v2 based on the MainNet or TestNet?
If we call the POST /v2/transactions
endpoint would it post to the MainNet?
Thanks!
Hey guys, I am new to Algorand development. I have a simple question. Is v2 API defined in AlgoExplorer API v2 based on the MainNet or TestNet?
If we call the POST /v2/transactions
endpoint would it post to the MainNet?
Thanks!
If you want mainnet use: https://algoexplorer.io/api-dev/v2
If you want testnet use: https://testnet.algoexplorer.io/api-dev/v2
Great, thank you for your help!