The Wayback Machine - https://web.archive.org/web/20220513035424/https://github.com/topics/coinbase
Here are
346 public repositories
matching this topic...
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Updated
Mar 20, 2022
Python
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Updated
May 3, 2022
JavaScript
The unofficial Python client for the Coinbase Pro API
Updated
Apr 11, 2022
Python
DEPRECATED — The official Node.js library for Coinbase Pro
Updated
Jan 16, 2020
JavaScript
An open protocol that lets users connect their mobile wallets to your DApp
Updated
May 12, 2022
TypeScript
🚀 💸 Easily build, backtest and deploy your algo in just a few lines of code. Trade stocks, cryptos, and forex across exchanges w/ one package.
Updated
May 12, 2022
Python
💰 Cryptocurrency trading bot library with a simple example strategy (trading via Gemini).
Updated
Apr 3, 2019
Python
WebSocket client for 38 cryptocurrency exchanges
Updated
Apr 25, 2022
TypeScript
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Updated
Jan 12, 2022
Python
An Open Source Cryptocurrency Exchange
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Updated
Oct 5, 2021
TypeScript
Create your Java crypto trading bot in minutes. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions so you can focus on building your strategies.
Updated
May 12, 2022
Java
Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
Updated
Apr 8, 2022
TypeScript
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Updated
Nov 11, 2021
Python
💰 Cryptocurrency prices on MacBook Touch Bar
Updated
Jul 28, 2018
Swift
Yahoo finance/Google finance/Coinbase/Bittrex/Binance/Tiingo historical quote downloader library and cli written in golang
Coinbase Pro API written in TypeScript and covered by tests.
Updated
May 4, 2022
TypeScript
Real-time Coinbase Exchange (GDAX) order book + basic market maker bot
Updated
Jan 28, 2021
Python
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
A Selenium Python bot to automatically and bulky upload and sell your NFTs on OpenSea (all metadata integrated - Ethereum and Polygon supported); reCAPTCHA solver included.
Updated
May 11, 2022
Python
💰 A .NET/C# implementation of the Coinbase API.
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
provide trading technical indicator values based on data of almost crypto currency exchanges
Updated
Apr 6, 2022
JavaScript
crypto currency library for trading & market making bots, account management, and data analysis
Updated
Jun 22, 2018
Python
A simple php powered Bitcoin and Ethereum trading bot
Coinbase pro client for Rust
Updated
Nov 14, 2021
Rust
Improve this page
Add a description, image, and links to the
coinbase
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
coinbase
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.