An open API service indexing awesome lists of open source software.

https://github.com/cryptohazard/messari

Golang library to fetch data from messari (https://messari.io/)
https://github.com/cryptohazard/messari

cryptocurrency go golang

Last synced: 22 days ago
JSON representation

Golang library to fetch data from messari (https://messari.io/)

Awesome Lists containing this project

README

          

# messari

[![godoc](https://godoc.org/github.com/kahlys/messari?status.svg)](https://godoc.org/github.com/kahlys/messari)
[![build](https://api.travis-ci.org/kahlys/messari.svg?branch=master)](https://travis-ci.org/kahlys/messari)
[![go report](https://goreportcard.com/badge/github.com/kahlys/messari)](https://goreportcard.com/report/github.com/kahlys/messari)

# HTTP REST API

Documentation: https://messari.io/api/docs

| API | Go |
|--- |--- |
| getAllMarkets | Markets |
| getAllAssets | Assets |
| | AssetsWithMetrics |
| | AssetsWithProfiles |
| | AssetsWithMetricsAndProfiles |
| getProfileBySymbol | ProfileBySymbol |
| getMetricsBySymbol | MetricsBySymbol |
| getNews | News |
| getNewsBySymbol | NewsBySymbol |