{"id":18542752,"url":"https://github.com/coinbase/cdpcurl","last_synced_at":"2025-04-09T18:32:09.593Z","repository":{"id":241002280,"uuid":"793718295","full_name":"coinbase/cdpcurl","owner":"coinbase","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-07T02:49:56.000Z","size":41,"stargazers_count":22,"open_issues_count":1,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T10:38:47.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/coinbase.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-29T18:33:02.000Z","updated_at":"2025-03-21T14:56:04.000Z","dependencies_parsed_at":"2024-05-21T22:25:46.256Z","dependency_job_id":"370756e2-0283-44fd-bb7c-d3c4ce7b0712","html_url":"https://github.com/coinbase/cdpcurl","commit_stats":null,"previous_names":["coinbase/cdpcurl"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdpcurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdpcurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdpcurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coinbase%2Fcdpcurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coinbase","download_url":"https://codeload.github.com/coinbase/cdpcurl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248087854,"owners_count":21045601,"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-11-06T20:10:23.706Z","updated_at":"2025-04-09T18:32:04.576Z","avatar_url":"https://github.com/coinbase.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdpcurl\n\n`cdpcurl` is a tool that allows you to make HTTP requests to the Coinbase API with your CDP (Coinbase Developer Platform) API key. It is a wrapper around curl that automatically adds the necessary headers to authenticate your requests.\n\n## Installation via Homebrew\n```\nbrew tap coinbase/cdpcurl\nbrew install cdpcurl\n```\n\n## Installation via Go\n`go install github.com/coinbase/cdpcurl@latest`\n\n## Example Usage\n### Get account balance of BTC with Sign In With Coinbase API\n```\ncdpcurl -k ~/Downloads/cdp_api_key.json 'https://api.coinbase.com/v2/accounts/BTC'\n```\n### Get the latest price of BTC with Advanced Trading API\n```\ncdpcurl -k ~/Downloads/cdp_api_key.json 'https://api.coinbase.com/api/v3/brokerage/products/BTC-USDC'\n```\n### Create a wallet on Base Sepolia with Platform API\n```\ncdpcurl -k ~/Downloads/cdp_api_key.json -X POST -d '{\"wallet\": {\"network_id\": \"base-sepolia\"}}' 'https://api.developer.coinbase.com/platform/v1/wallets'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fcdpcurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoinbase%2Fcdpcurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoinbase%2Fcdpcurl/lists"}