From 1d16893bad819a3626bfc758cf39c06caa7ad98a Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 6 Aug 2026 13:06:44 +0200 Subject: [PATCH 1/2] fix: git url after siebly repo migration Provenance statement during publish fails until this is updated. --- README.md | 18 +++++++++--------- package.json | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 819316f..419e0c0 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@

- - SDK Logo + + SDK Logo

@@ -12,15 +12,15 @@ [![npm version](https://img.shields.io/npm/v/coinbase-api)][1] [![npm size](https://img.shields.io/bundlephobia/min/coinbase-api/latest)][1] [![npm downloads](https://img.shields.io/npm/dt/coinbase-api)][1] -[![Build & Test](https://github.com/tiagosiebler/coinbase-api/actions/workflows/e2etest.yml/badge.svg?branch=master)](https://github.com/tiagosiebler/coinbase-api/actions/workflows/e2etest.yml) -[![last commit](https://img.shields.io/github/last-commit/tiagosiebler/coinbase-api)][1] +[![Build & Test](https://github.com/sieblyio/coinbase-api/actions/workflows/e2etest.yml/badge.svg?branch=master)](https://github.com/sieblyio/coinbase-api/actions/workflows/e2etest.yml) +[![last commit](https://img.shields.io/github/last-commit/sieblyio/coinbase-api)][1] [![Telegram](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/nodetraders) -[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/tiagosiebler/coinbase-api) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/sieblyio/coinbase-api) [1]: https://www.npmjs.com/package/coinbase-api > [!TIP] -> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghcoinbase) brand, this SDK will soon be hosted under the [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. +> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghcoinbase) brand, this SDK is now hosted under our [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. Updated & performant JavaScript & Node.js SDK for Coinbase's Advanced Trade, App, Exchange, International, Prime & Commerce REST APIs and WebSockets: @@ -85,7 +85,7 @@ Refer to the [examples](./examples) folder for implementation examples. ## Issues & Discussion -- Issues? Check the [issues tab](https://github.com/tiagosiebler/coinbase-api/issues). +- Issues? Check the [issues tab](https://github.com/sieblyio/coinbase-api/issues). - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram. - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/sieblyio) @@ -572,7 +572,7 @@ This file contains AI optimised structure of all the functions in this package, ## Used By -[![Repository Users Preview Image](https://dependents.info/tiagosiebler/coinbase-api/image)](https://github.com/tiagosiebler/coinbase-api/network/dependents) +[![Repository Users Preview Image](https://dependents.info/sieblyio/coinbase-api/image)](https://github.com/sieblyio/coinbase-api/network/dependents) --- @@ -612,6 +612,6 @@ Contributions are encouraged, I will review any incoming pull requests. See the ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=tiagosiebler/bybit-api,tiagosiebler/okx-api,tiagosiebler/binance,tiagosiebler/bitget-api,tiagosiebler/bitmart-api,tiagosiebler/gateio-api,tiagosiebler/kucoin-api,tiagosiebler/coinbase-api,tiagosiebler/orderbooks,tiagosiebler/accountstate,tiagosiebler/awesome-crypto-examples&type=Date)](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=tiagosiebler/bybit-api,tiagosiebler/okx-api,tiagosiebler/binance,tiagosiebler/bitget-api,tiagosiebler/bitmart-api,tiagosiebler/gateio-api,tiagosiebler/kucoin-api,sieblyio/coinbase-api,tiagosiebler/orderbooks,tiagosiebler/accountstate,tiagosiebler/awesome-crypto-examples&type=Date)](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&sieblyio/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) diff --git a/package.json b/package.json index 8779a09..8eb1027 100644 --- a/package.json +++ b/package.json @@ -83,10 +83,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/tiagosiebler/coinbase-api.git" + "url": "git+https://github.com/sieblyio/coinbase-api.git" }, "bugs": { - "url": "https://github.com/tiagosiebler/coinbase-api/issues" + "url": "https://github.com/sieblyio/coinbase-api/issues" }, - "homepage": "https://github.com/tiagosiebler/coinbase-api#readme" + "homepage": "https://github.com/sieblyio/coinbase-api#readme" } From 33bc028e1347075fbffc4329df85dbdc08908de4 Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Thu, 6 Aug 2026 13:30:38 +0200 Subject: [PATCH 2/2] fix: point readme template wiki URLs to sieblyio Wiki moved to https://github.com/sieblyio/awesome-crypto-examples/wiki --- .github/workflows/templates-readme.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/templates-readme.yml b/.github/workflows/templates-readme.yml index 8d81a0f..eeea5b1 100644 --- a/.github/workflows/templates-readme.yml +++ b/.github/workflows/templates-readme.yml @@ -53,19 +53,19 @@ jobs: - name: Fetch and update RELATED PROJECTS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Related-projects.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Related-projects.md TEMPLATE_TAG: related_projects - name: Fetch and update CONTRIBUTIONS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Contributions-%26-Thanks.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Contributions-%26-Thanks.md TEMPLATE_TAG: contributions - name: Fetch and update STAR HISTORY template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Star-History.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Star-History.md TEMPLATE_TAG: star_history - name: Check for changes before running linter