{"id":28780887,"url":"https://github.com/dguo/coinbase-js","last_synced_at":"2025-10-17T11:50:49.574Z","repository":{"id":57202922,"uuid":"375865718","full_name":"dguo/coinbase-js","owner":"dguo","description":"JavaScript client for the Coinbase API","archived":false,"fork":false,"pushed_at":"2024-01-03T01:50:46.000Z","size":2644,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-09T19:20:04.738Z","etag":null,"topics":["coinbase","coinbase-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/dguo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-06-11T00:48:58.000Z","updated_at":"2023-03-25T22:50:16.000Z","dependencies_parsed_at":"2024-01-03T03:21:53.144Z","dependency_job_id":"dd2facc6-2071-4e66-8bf8-1fa259d17fa1","html_url":"https://github.com/dguo/coinbase-js","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dguo/coinbase-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguo%2Fcoinbase-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguo%2Fcoinbase-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguo%2Fcoinbase-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguo%2Fcoinbase-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dguo","download_url":"https://codeload.github.com/dguo/coinbase-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dguo%2Fcoinbase-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260415157,"owners_count":23005510,"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":["coinbase","coinbase-api"],"created_at":"2025-06-17T18:08:46.552Z","updated_at":"2025-10-17T11:50:49.555Z","avatar_url":"https://github.com/dguo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coinbase JS\n\n[![npm](https://img.shields.io/npm/v/coinbase-js.svg)](https://www.npmjs.com/package/coinbase-js)\n[![license](https://img.shields.io/npm/l/coinbase-js.svg)](https://github.com/dguo/coinbase-js/blob/main/LICENSE.txt)\n[![bundle size](https://img.shields.io/bundlephobia/minzip/coinbase-js)](https://bundlephobia.com/result?p=coinbase-js)\n[![continuous integration status](https://github.com/dguo/coinbase-js/actions/workflows/continuous-integration.yaml/badge.svg)](https://github.com/dguo/coinbase-js/actions/workflows/continuous-integration.yaml)\n[![test coverage](https://codecov.io/gh/dguo/coinbase-js/branch/main/graph/badge.svg)](https://codecov.io/gh/dguo/coinbase-js)\n[![known vulnerabilities](https://snyk.io/test/github/dguo/coinbase-js/badge.svg?targetFile=package.json)](https://snyk.io/test/github/dguo/coinbase-js?targetFile=package.json)\n\nNode.js client for [Coinbase](https://www.coinbase.com/)'s\n[API](https://docs.cloud.coinbase.com/sign-in-with-coinbase/docs/welcome). This\nclient covers the regular API. For the [Coinbase Pro](https://pro.coinbase.com/)\nAPI, check out [this client](https://bennycode.com/coinbase-pro-node) instead.\n\nThis is a work in progress. Significant changes and documentation are incoming.\n\n## Installation\n\n```sh\nnpm install --save coinbase-js\n```\n\nor\n\n```sh\nyarn add coinbase-js\n```\n\n## Usage\n\nYou'll need to [generate an API key and\nsecret](https://help.coinbase.com/en/cloud/api/coinbase/key-creation).\n\n```javascript\nimport {Coinbase} from \"coinbase-js\";\n\nconst apiToken = \"\u003cyour token\u003e\";\nconst apiSecret = \"\u003cyour secret\u003e\";\nconst coinbase = new Coinbase({apiToken, apiSecret});\nconst response = await coinbase.getExchangeRates();\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdguo%2Fcoinbase-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdguo%2Fcoinbase-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdguo%2Fcoinbase-js/lists"}