How To Become A Professional Manager

This is an article that covers everything that involves coaching and getting to become a licensed coach. How badges are gotten? The type of education young potential coaches undergo and what might go…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Streaming FTX Order Updates using Python

In a previous article, I wrote about the steps to stream live data from FTX & Binance using Python.

Streaming live updates of orders (new, cancel, fill), or the fills alone could also be done for FTX, and save you the trouble to query the order status. This article will walk you through the detailed steps.

1. Get FTX API and Secret for Login
2. Streaming Fills
3. Streaming Orders

First, you need to login to FTX, and from the profile icon on the top right of the website, select “API”:

Screenshot from FTX

Scroll down to the API section, and you can choose from the following:

A new set of API Key are Secret will be generated. The values change every time you try to create a new one, and once created, you won’t be able to see the API Secret again. So make sure you store the key and secret and do not share it with anyone!

* The set of key and secret below have been deleted before this piece is published.

Screenshot from FTX

The basic structure is the same as data streaming:

Add a comment

Related posts:

Roots

We eat peaches and bury the pits. “Roots” is published by Christine Rawley.

Selfish Parenting

We become parents because of a child- however that child comes into our lives. But when we become parents, a thousand other personalities, responsibilities, accountabilities, emotions, and…

Mengapa GIT Penting

Bicara mengenai teknologi saat ini perkembangannya sangat begitu pesat, Git merupakan salah satu teknologi yang mengikuti perkembangan tersebut . Git biasanya di gunakan para Developer dalam…