# Crypto Currency Data Python or Block

**URL:** https://forum.makecode.com/t/crypto-currency-data-python-or-block/25044
**Category:** Collaboration
**Created:** [December 14, 2023, 6:42pm UTC](https://forum.makecode.com/t/crypto-currency-data-python-or-block/25044 "2023-12-14T18:42:12Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![UnsignedArduino](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/unsignedarduino/32/592_2.png) [@UnsignedArduino](https://forum.makecode.com/u/UnsignedArduino)
#### Post date: [December 14, 2023, 9:24pm UTC](https://forum.makecode.com/t/crypto-currency-data-python-or-block/25044/4 "2023-12-14T21:24:17Z")

</div>

> [@Sarge](#):
>
> MakeCode can’t make network requests.

Erm, actually 🤓☝ it is [possible via WebSockets (the demo looks broken currently though)](https://forum.makecode.com/t/websocket-extension-experimental/4661) but it only works on GitHub pages, making debugging almost impossible and needing external infrastructure or a finance API supporting WebSockets.

[`simmessages`](https://forum.makecode.com/t/extension-to-interact-with-the-web-in-exported-games/4262) also exist but you need to write custom code that only runs in GitHub pages,. making debugging almost impossible and I’m unsure if you can send messages into the simulator.

So essentially it’s impossible to interact with the network, but it is always possible to simulate it in your game!

---

_[View the full topic](https://forum.makecode.com/t/crypto-currency-data-python-or-block/25044)._
