Cannot Download API Client

The Download API Client button disappeared from the Web3 API section of the Moralis website. There is no way I can download the Python API. I saw it there on multiple Youtube videos from just a few months ago. Has it been removed?

the possibility to download API clients for different languages has been remove from the interface. it may still be possible to generate your api client using swagger json file and swagger

I just want to query data from the blockchain with Moralis. Is it possible to do this with Speedy Nodes Endpoints?

it depends on what you want to query

To generate client:

  1. Copy this JSON https://deep-index.moralis.io/api-docs/v2/swagger.json
  2. Paste in here https://editor.swagger.io/
  3. Click Download Client at the top and choose any language
1 Like