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/)
- Host: GitHub
- URL: https://github.com/cryptohazard/messari
- Owner: cryptohazard
- License: mit
- Created: 2019-05-15T08:51:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T15:41:00.000Z (almost 7 years ago)
- Last Synced: 2025-01-18T11:44:04.510Z (over 1 year ago)
- Topics: cryptocurrency, go, golang
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.go
- License: LICENSE
Awesome Lists containing this project
README
# messari
[](https://godoc.org/github.com/kahlys/messari)
[](https://travis-ci.org/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 |