Posts in Developer
The API for Crypto Trading Bots

Many trading services struggle to scale past even a single exchange integration. Each new exchange integration past the largest exchanges produces lower and lower returns, making it impractical to build a service for more than the top few exchanges.

The following sections will discuss how developers can integrate every major exchange without ever worrying about maintaining and scaling the complex infrastructure that is required for exchanges.

Read More
CCXT Alternative - The Pro Cryptocurrency Trading API

Cryptocurrency exchanges have a serious problem. They are completely independent organizations which have individually decided the standards, functionality, and features for their APIs. They don’t abide by traditional conventions or follow industry expectations. Every single exchange has implemented their own completely unique API with custom endpoints which interface with their services.

Read More
Automating Crypto Portfolios with Trading Scripts

Automating your cryptocurrency portfolio can be a complex process if you try to implement the management logic from scratch. Instead of building the automation infrastructure from the ground up, this article will cover how to implement an automated portfolio strategy with only a few lines of code in Python.

The time consuming process of constructing a diverse portfolio is reduced to simple logic. No more logging into your cryptocurrency exchanges, or manually calculating the balances of each of your assets across exchanges.

Read More
Python Scripts for Crypto Trading Bots [API Trading Tutorial]

If you’ve been in the cryptocurrency market for more than a few days, you probably know the feeling of the market dropping and you feel hopeless in cashing out your portfolio into a stablecoin or Bitcoin.

Instead of panicking, take control of your portfolio by learning how to write powerful scripts which can instantly execute the trades you need to move in and out of positions.

By the end of this tutorial, you will be equipped with tools which allow you to fully automate and control your portfolio without ever logging into your exchange accounts.

Read More