{"id":13829116,"url":"https://github.com/lucazulian/cryptocomparego","last_synced_at":"2025-07-09T09:32:46.652Z","repository":{"id":57479900,"uuid":"111551596","full_name":"lucazulian/cryptocomparego","owner":"lucazulian","description":"Cryptocompare Golang API client","archived":true,"fork":false,"pushed_at":"2019-07-04T14:31:48.000Z","size":67,"stargazers_count":15,"open_issues_count":3,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-04T10:01:05.275Z","etag":null,"topics":["api","cryptocompare","cryptocompare-api","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucazulian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-21T13:20:21.000Z","updated_at":"2023-01-28T15:38:38.000Z","dependencies_parsed_at":"2022-09-26T17:41:31.505Z","dependency_job_id":null,"html_url":"https://github.com/lucazulian/cryptocomparego","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucazulian%2Fcryptocomparego","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucazulian%2Fcryptocomparego/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucazulian%2Fcryptocomparego/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucazulian%2Fcryptocomparego/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucazulian","download_url":"https://codeload.github.com/lucazulian/cryptocomparego/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225533010,"owners_count":17484179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cryptocompare","cryptocompare-api","go","golang"],"created_at":"2024-08-04T10:00:19.893Z","updated_at":"2024-11-20T10:30:29.907Z","avatar_url":"https://github.com/lucazulian.png","language":"Go","funding_links":[],"categories":["Awesome CryptoCompare [![Awesome](https://github.com/CryptoCompareLTD/awesome-cryptocompare/blob/master/awesomecc.svg)](https://github.com/sindresorhus/awesome)"],"sub_categories":["Golang"],"readme":"[![Build Status](https://api.travis-ci.org/lucazulian/cryptocomparego.svg)](https://travis-ci.org/lucazulian/cryptocomparego)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/lucazulian/cryptocomparego)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lucazulian/cryptocomparego)](https://goreportcard.com/report/github.com/lucazulian/cryptocomparego)\n[![Coverage Status](https://coveralls.io/repos/github/lucazulian/cryptocomparego/badge.svg?branch=master)](https://coveralls.io/github/lucazulian/cryptocomparego?branch=master)\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/lucazulian/cryptocomparego.svg)](http://isitmaintained.com/project/lucazulian/cryptocomparego \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/lucazulian/cryptocomparego.svg)](http://isitmaintained.com/project/lucazulian/cryptocomparego \"Percentage of issues still open\")\n\n# Cryptocomparego\n\nCryptocomparego is a Golang client library for accessing the Cryptocompare API.\n\nYou can view the client API docs here: [http://godoc.org/github.com/lucazulian/cryptocomparego](http://godoc.org/github.com/lucazulian/cryptocomparego)\n\nYou can view Cryptocompare API docs here: [https://www.cryptocompare.com/api/](https://www.cryptocompare.com/api/)\n\n\n## Usage\n\n```go\nimport \"github.com/lucazulian/cryptocomparego\"\n```\n\n## Examples\n\n\nTo get general info for all the coins available:\n\n```go\nctx := context.TODO()\n\nclient := cryptocomparego.NewClient(nil)\ncoinList, _, err := client.Coin.List(ctx)\n\nif err != nil {\n    fmt.Printf(\"Something bad happened: %s\\n\", err)\n    return err\n}\n```\n\n## Contributing\n\nWe love pull requests! Please see the [contribution guidelines](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucazulian%2Fcryptocomparego","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucazulian%2Fcryptocomparego","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucazulian%2Fcryptocomparego/lists"}