{"id":37187085,"url":"https://github.com/mclintprojects/go-coinbase","last_synced_at":"2026-01-14T21:44:02.881Z","repository":{"id":57536451,"uuid":"283953800","full_name":"mclintprojects/go-coinbase","owner":"mclintprojects","description":"Coinbase Golang APIv2 Library","archived":false,"fork":true,"pushed_at":"2020-07-31T06:37:35.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T02:01:28.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"zauberstuhl/go-coinbase","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mclintprojects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-31T05:50:15.000Z","updated_at":"2020-07-31T06:37:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mclintprojects/go-coinbase","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mclintprojects/go-coinbase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclintprojects%2Fgo-coinbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclintprojects%2Fgo-coinbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclintprojects%2Fgo-coinbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclintprojects%2Fgo-coinbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mclintprojects","download_url":"https://codeload.github.com/mclintprojects/go-coinbase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mclintprojects%2Fgo-coinbase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T21:32:52.117Z","status":"ssl_error","status_checked_at":"2026-01-14T21:32:33.442Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-14T21:44:02.115Z","updated_at":"2026-01-14T21:44:02.875Z","avatar_url":"https://github.com/mclintprojects.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coinbase Golang API Library\n\n[![Build Status](https://travis-ci.org/Zauberstuhl/go-coinbase.svg?branch=master)](https://travis-ci.org/Zauberstuhl/go-coinbase) \n[![GoDoc](https://godoc.org/github.com/Zauberstuhl/go-coinbase?status.svg)](http://godoc.org/github.com/Zauberstuhl/go-coinbase)\n[![Codecov](https://codecov.io/gh/Zauberstuhl/go-coinbase/branch/master/graph/badge.svg)](https://codecov.io/gh/Zauberstuhl/go-coinbase)\n\nThe library was tested against coinbase.com APIv2\n\n## Installation\n\n    go get github.com/Zauberstuhl/go-coinbase\n\n    # or use gopkg for specific versions\n    go get gopkg.in/Zauberstuhl/go-coinbase.v1.0.0\n\n## Supported API Calls\n\n* Wallet Endpoints\n - [x] Users\n - [x] Accounts\n - [x] Addresses\n - [x] Transactions\n - [x] Buys\n - [x] Sells\n - [x] Deposits\n - [x] Withdrawals\n - [x] Payment methods\n* Data Endpoints\n - [x] Currencies\n - [x] Exchange rates\n - [x] Prices\n - [x] Time\n\n## Example\n\n    import \"github.com/Zauberstuhl/go-coinbase\"\n\n    c := coinbase.APIClient{\n      Key: \"123\",\n      Secret: \"123456\",\n    }\n\n    acc, err := c.Accounts()\n    if err != nil {\n      fmt.Println(err)\n      return\n    }\n\n    for _, acc := range acc.Data {\n      fmt.Printf(\"ID: %s\\nName: %s\\nType: %s\\nAmount: %f\\nCurrency: %s\\n\",\n        acc.Id, acc.Name, acc.Type,\n        acc.Balance.Amount, acc.Balance.Currency)\n    }\n\n    # sample output\n    ID: 1234-12-1234-1232\n    Name: Test Wallet\n    Type: BTC\n    Amount: 0.0\n    Currency: EUR\n    [...]\n\n## Unit Tests\n\nRun all available unit tests via:\n\n    go test\n\nMost of the tests require a internet connection!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmclintprojects%2Fgo-coinbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmclintprojects%2Fgo-coinbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmclintprojects%2Fgo-coinbase/lists"}