SerendipityIsMe / glassnode

Glassnode API connector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glassnode API Connector

A simple Python connector for the Glassnode REST API. Accesses the endpoint for a given metric and returns a DataFrame with the time and metric values.

Be sure to see their subscription plans and their API documentation first to understand how it works.

  • glassnode.py is the API connector itself
  • test.py gives a simple example of its application. Run it and see.

The arguments of the connector are explained in the docstring of the function, and should be simple to understand.

Make sure you generate and plug in your own API key first, or the connector will not work!

About

Glassnode API connector.

License:MIT License


Languages

Language:Python 100.0%