COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210102161718/https://github.com/topics/coinbase
Here are
225 public repositories
matching this topic...
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 2,100 + stars, 580 + forks
Updated
Dec 29, 2020
Python
Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++
The unofficial Python client for the Coinbase Pro API
Updated
Dec 31, 2020
Python
DEPRECATED — The official Node.js library for Coinbase Pro
Updated
Jan 16, 2020
JavaScript
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance ... (public edition)
Updated
Jan 2, 2021
JavaScript
💰 Cryptocurrency trading bot library with a simple example strategy (trading via Gemini).
Updated
Apr 3, 2019
Python
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Updated
Dec 31, 2019
TypeScript
An Open Source Cryptocurrency Exchange
Deep Reinforcement Learning toolkit: record and replay cryptocurrency limit order book data & train a DDQN agent
Updated
Nov 5, 2020
Python
💰 Cryptocurrency prices on MacBook Touch Bar
Updated
Jul 28, 2018
Swift
WebSocket client for 38 cryptocurrency exchanges
Updated
Dec 28, 2020
JavaScript
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Updated
Aug 15, 2020
Python
Yahoo finance/Google finance/Coinbase/Bittrex/Binance/Tiingo historical quote downloader library and cli written in golang
Real-time Coinbase Exchange (GDAX) order book + basic market maker bot
Updated
Jun 23, 2020
Python
A simple php powered Bitcoin and Ethereum trading bot
This is a virtual currency SDK that brings together multiple exchanges
crypto currency library for trading & market making bots, account management, and data analysis
Updated
Jun 22, 2018
Python
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
⚡️ 💸 💰 A Serverless Coinbase tradingbot.
Updated
Oct 22, 2017
JavaScript
Cassandre makes it easy to create and run a Java crypto trading bot. Our Spring boot starter takes care of exchange connections, accounts, orders, and positions management.
💰 A .NET/C# implementation of the Coinbase API.
Coinbase Pro API written in TypeScript and covered by tests.
Updated
Jan 1, 2021
TypeScript
Bitcoin and Altcoin exchange api aggregator / wrapper
Updated
Dec 29, 2017
JavaScript
Self-hosted crypto trading bot (automated high frequency market making) in node.js, angular, typescript and c++
R Shiny app to compare the relative performance of cryptos and equities.
Coinbase pro client for Rust
Updated
Nov 24, 2020
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.