项目作者: SerendipityIsMe

项目描述 :
Glassnode API connector.
高级语言: Python
项目地址: git://github.com/SerendipityIsMe/glassnode.git
创建时间: 2020-01-24T15:24:29Z
项目社区:https://github.com/SerendipityIsMe/glassnode

开源协议:MIT License

下载


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!