{"id":13509449,"url":"https://github.com/gregpardo/coinbase-elixir","last_synced_at":"2025-10-21T15:01:53.472Z","repository":{"id":35573568,"uuid":"39845738","full_name":"gregpardo/coinbase-elixir","owner":"gregpardo","description":"Coinbase API V1 Client for Elixir","archived":true,"fork":false,"pushed_at":"2015-07-30T14:52:46.000Z","size":408,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T12:46:40.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/coinbase/","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gregpardo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-28T16:37:38.000Z","updated_at":"2024-12-03T14:46:19.000Z","dependencies_parsed_at":"2022-07-08T06:00:23.458Z","dependency_job_id":null,"html_url":"https://github.com/gregpardo/coinbase-elixir","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/gregpardo%2Fcoinbase-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregpardo%2Fcoinbase-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregpardo%2Fcoinbase-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregpardo%2Fcoinbase-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregpardo","download_url":"https://codeload.github.com/gregpardo/coinbase-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246324029,"owners_count":20759065,"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":[],"created_at":"2024-08-01T02:01:07.941Z","updated_at":"2025-10-21T15:01:48.076Z","avatar_url":"https://github.com/gregpardo.png","language":"Elixir","readme":"# Coinbase-Elixir\n\nCoinbase API V1 Client for Elixir:\n\nThis is an unofficial alpha coinbase API client for the [Elixir](http://elixir-lang.org/) language. \n\nThis API is based off of [balanced-elixir](https://github.com/bryanjos/balanced-elixir) and I take no credit for the organization of the project. \n\n**DISCLAIMER: Coinbase is an API for currency! This is not production ready yet and I take no responsibility for any damages.**\n\n## Usage\nInstallation\n```elixir\n{:coinbase, \"~\u003e 0.0.1\"}\n```\n\n[Documentation](http://hexdocs.pm/coinbase/)\n\n```elixir\n{:ok, coinbase} = Coinbase.new\n\n#alternatively, you can pass in the key and secret\n\n{:ok, coinbase} = Coinbase.new(\"my_key\", \"my_secret\")\n\n#then pass in the coinbase pid when calling functions\n\n{status, response} = Coinbase.Users.Self.get(coinbase)\n\nstatus is either `:ok` or `:error`\nresponse is a Map converted from the json response from Coinbase.\n```\n\n## Additional Links\nCoinbase API Documentation can be found [here](https://developers.coinbase.com/api/v1). Although I've found about 10-15 typos and things wrong with their examples. Be careful.\n\n## Contributing\nPlease help this library. It's a great way to get some elixir experience. There is a decent amount of grunt work I don't have the time for.\n\nThings to submit pull requests for:\n- [ ] Complete tests for all endpoints\n- [ ] Support new coinbase sandbox url \n- [ ] Use v2 of coinbase API\n- [ ] Add appropriate licensing\n\n","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregpardo%2Fcoinbase-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregpardo%2Fcoinbase-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregpardo%2Fcoinbase-elixir/lists"}