# MainNet access through algoexplorer.io

**URL:** https://forum.algorand.co/t/mainnet-access-through-algoexplorer-io/3438
**Category:** General
**Tags:** mainnet
**Created:** [June 2, 2021, 3:24am UTC](https://forum.algorand.co/t/mainnet-access-through-algoexplorer-io/3438 "2021-06-02T03:24:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![halahup](https://avatars.discourse-cdn.com/v4/letter/h/eb9ed0/32.png) [@halahup](https://forum.algorand.co/u/halahup)
#### Post date: [June 2, 2021, 3:24am UTC](https://forum.algorand.co/t/mainnet-access-through-algoexplorer-io/3438/1 "2021-06-02T03:24:28Z")

</div>

Hey guys, I am new to Algorand development. I have a simple question. Is v2 API defined in [AlgoExplorer API v2](https://algoexplorer.io/api-dev/v2) based on the MainNet or TestNet?

If we call the POST `/v2/transactions` endpoint would it post to the MainNet?

Thanks!

---

<div class="post-metadata">

### Author: ![JasonW](https://avatars.discourse-cdn.com/v4/letter/j/e47c2d/32.png) [@JasonW](https://forum.algorand.co/u/JasonW)
#### Post date: [June 2, 2021, 1:55pm UTC](https://forum.algorand.co/t/mainnet-access-through-algoexplorer-io/3438/2 "2021-06-02T13:55:47Z")

</div>

If you want mainnet use: `https://algoexplorer.io/api-dev/v2`  
If you want testnet use: `https://testnet.algoexplorer.io/api-dev/v2`

---

<div class="post-metadata">

### Author: ![halahup](https://avatars.discourse-cdn.com/v4/letter/h/eb9ed0/32.png) [@halahup](https://forum.algorand.co/u/halahup)
#### Post date: [June 3, 2021, 4:25am UTC](https://forum.algorand.co/t/mainnet-access-through-algoexplorer-io/3438/3 "2021-06-03T04:25:09Z")

</div>

Great, thank you for your help!
