coinbasepro-python VS crypto_vba

Compare coinbasepro-python vs crypto_vba and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
coinbasepro-python crypto_vba
10 4
1,815 154
- -
0.0 0.0
10 months ago over 1 year ago
Python VBA
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

coinbasepro-python

Posts with mentions or reviews of coinbasepro-python. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-20.
  • Unable to connect to coinbase pro API
    1 project | /r/CoinBase | 21 May 2023
    I'm trying to set up algo trading through the Blankly Python library. I've generated my Coinbase Pro API keys, but when I try to enter them it always tells me that it failed to connect, and to check to make sure my keys are correct. I'm quite certain that they are, and I made a new set of API keys just in case something was wrong with the first set. I also cannot create an "authenticated client" as described on their readme because the cbpro library is out of date and currently incompatible with blankly.
  • Coinbase Python Library? (or any other language)
    1 project | /r/CoinBase | 30 Jun 2022
    which uses the coinbasepro-python library to perform trades https://github.com/danpaquin/coinbasepro-python
  • When does a limit order expire?
    1 project | /r/CoinBase | 15 Nov 2021
    My question is, when does the order expire, if ever? The documentation is pretty sparse -- https://github.com/danpaquin/coinbasepro-python .
  • Daily General Discussion - July 20, 2021
    2 projects | /r/ethfinance | 20 Jul 2021
    This is pretty trivial if you don't mind getting your feet wet scripting with cbpro.
  • Coinbase Pro API reports
    1 project | /r/CoinBase | 26 Apr 2021
    The cbpro library for Python, for instance, makes interacting with the API very simple, then all you have to do is loop through your accounts grabbing whatever data you need.
  • I want to make a program that watches a specific cryptocurrency exchange, and immediately sends me an alert if a specific coin drops by 20%.
    2 projects | /r/learnpython | 15 Apr 2021
    To start, I'd say coinbase has a well documented api, (coinbase pro, the exchange, not the other one). This wrapper package was one of the first I used, I assume it's still supported: https://github.com/danpaquin/coinbasepro-python. To knock out 1 and 2 would look something like (psuedo code, don't quote this):
  • Serious question - what price will you consider a dip right now?
    1 project | /r/AlgorandOfficial | 12 Apr 2021
    Yeah it does. You can set it up to deposit money it seems. Under deposit/withdraw here: https://github.com/danpaquin/coinbasepro-python it seems to suggest this. To be honest I was already thinking of doing this before I saw your comment, but if someone else would use it too then that's extra motivation. I understand where you're coming from though. I would personally prefer to set it up for myself so it deposits some money in my account every day, buys algorand, and then transfers it to my algorand wallet after a few days, without me having to think about it at all. Just out of curiosity what do you do for employment? I'm a data scientist so I'm a bit of an evangelist for learning python and if it's something that you would be interested in at all I can recommend some resources.
  • Coinbase Pro Websockets Issue
    1 project | /r/CoinBase | 28 Mar 2021
    Not sure what language or library you're using, but try the example here: https://github.com/danpaquin/coinbasepro-python#websocketclient-methods
  • Profiling Python code with py-spy
    2 projects | dev.to | 15 Mar 2021
    I’m using a Coinbase Pro API for Python to access data from the WebSocket feed. Here’s a first cut that has some debugging code left in place (along with two ways to generate the VWAP, one inefficient (the _vwap method) and one more efficient). Let’s see if py-spy reveals how much time this code uses.
  • How do I fix a TypeError: decoding str is not supported? I've tried searching for answers, but haven't found anything relevant to my project.
    1 project | /r/learnpython | 23 Jan 2021
    If not, you can find it here: https://github.com/danpaquin/coinbasepro-python

crypto_vba

Posts with mentions or reviews of crypto_vba. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-10.
  • VBA API call with nested JSON data
    2 projects | /r/vba | 10 Dec 2021
    It basically uses the Dictionary object to create variables (e.g. with a dictionary in a dictionary) and after that using that library to transform it into a string. I'm using it in my project here: https://github.com/krijnsent/crypto_vba/blob/master/ModExchKucoin.bas
  • Where should I store API Keys?
    1 project | /r/vba | 9 Dec 2021
    I agree with u/sslinky84 that there is no safe place in VBA. The main question is: what's the purpose of an API key in this case? From your description you are not linking an API-key to a single user, but have "one key to rule them all". So you probably want to prevent someone from grabbing your end-point and spamming it? In that case you're perfectly fine in creating one API-string in VBA and checking that on the server: it blocks the person who is opening a browser to fiddle with your end-point, but it does give you some security. The people who can get through are the ones that manage to crack open your VBA (assuming you have a password on the VBA). To make their life a bit harder you could instead of a "fixed string" as API key go for some kind of hash, as u/archn suggests. E.g.: take the rest of the post message that e.g. also includes a mandatory timestamp, make a simple hash of that (might even include a "fixed key", see e.g. https://github.com/krijnsent/crypto_vba/blob/master/ModHash.bas for some code).
  • Self made Excel/VBA triggers virus scan - what to do?
    1 project | /r/vba | 19 Mar 2021
    I've built an open source VBA-Excel library to communicate with cryptocurrency exchanges ( https://github.com/krijnsent/crypto_vba ) and have my code available as .bas and in an .xlsm file. A couple of days ago someone posted an issue that my xlsm file triggered a Windows defender alert. At my pc this doesn't happen, the AVG virus scanner also won't show anything.
  • How to import price actions with API from CoinGecko
    1 project | /r/excel | 16 Feb 2021
    I am mainly using Cryptocompare, but if you want to use CoinGecko, check out my code, it has the basics: https://github.com/krijnsent/crypto_vba/ It has most of the essentials: connecting Excel to web, handling Json and some API examples.

What are some alternatives?

When comparing coinbasepro-python and crypto_vba you can also consider the following projects:

orderbook - Matching Engine for Limit Order Book in Golang

crypto-trading-bot - Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition)

cryptofeed - Cryptocurrency Exchange Websocket Data Feed Handler

ccxws - WebSocket client for 38 cryptocurrency exchanges

gemini-python - A python client for the Gemini API and Websocket

VBA-JSON-parser - Backus-Naur Form JSON Parser based on RegEx for VBA

ethereum-burn-stats - Website that showcases EIP-1559 Burn

QueryCsvToExcel - Provides VBA code for executing a SQL query on a CSV file to import data into a worksheet in Excel

uniswap-python - 🦄 The unofficial Python client for the Uniswap exchange.

Export-MS-Project-to-MS-Excel - Export tasks, Gantt chart and resources from MS Project to MS Excel. No additional software or installation required. Using build-in MS Project features (VBA).

pycoingecko - Python wrapper for the CoinGecko API

VBA-JSON - JSON conversion and parsing for VBA