Terminal-Trade(Panel API) For Binance

Overview

Binance-Trade-Project

Binance Futures Terminal-Trade(API) & Binance

  This Project Worth Around 500 Bucks.

  **I Did This Project For SomeOne And He Didn't Pay Me After I completed it. So He Accepted To Public It....**

  **Time Wasters Tel ID: @Cyber - @Hajamir - @Offensive**

  **Attention: Please Be Careful Who You are Accepting Project From.**

  **Install Requirements: pip install flask request jsonify mysql-connector-python**

  **Config: Edit TrV1.py line 7 & 8 --- mudle_Tr.py __init__ -> OPTIONS(IS TESTNET OR NOT) - DATABASE HOST & USER & PASS & NAME - TESTNET APIKEY & SECRETKEY**
  
  **V2 Changes:
        1. The Project Is Now More Professional In Terms Of Classes And Objects...
        2. It Prevents SQLi Attack In The Parameters.
        3. More Orderly & More Simple.**

USAGE:

   1. First Insert MYSQL Backup File Inside Your MYSQL (Create a DB named terminaltrade Then Insert Backup File).


For Every User We have a Specific Token Inside users Table(Inside DB), Script Query The DB and Asks For APIKEY & SECERETKEY Of The USER.
  
   2. python3 TrV1.py

For Opening Order Send: IP:PORT/Open

{

  "token":"USER'S TOKEN IN DB - Type(STRING)",

  "pair":"SYMBOL LIKE: BTCUSDT",

  "type":"TYPE OF ORDER: market - limit",

  "side":"buy(LONG) - sell(SHORT)",

  "price":"If Type=market Then Type: None - Type(STRING)",

  "usdt":"Amount OF USDT To Save In DB - Type(STRING)",

  "amount":((USDT / CoinPrice) * leverage) Type(FLOAT),

  "leverage":Leverage To Save In DB - Type(INT),

  "margin":"crossed OR isolated"
  
}

For Closing Order Send: IP:PORT/Close

{

  "token":"USER'S TOKEN IN DB - TYPE(STRING)",

  "pair":"SYMBOL LIKE: BTCUSDT",

  "amount":"Opened Order Amount - TYPE(STRING)",

  "side":"Side You Used To Open The Order"

}

Checking The ACC's Balance: IP:PORT/balance

{

  "token":"USER'S TOKEN IN DB - TYPE(STRING)"

}

Checking For ACC's OpenPositions: IP:PORT/positions

{

  "token":"USER'S TOKEN IN DB - TYPE(STRING)"

}

TODO

  • Fixed Some Minor Problem
  • Create FRONTEND Panel
You might also like...
Exchange indicators & Basic functions for Binance API.
Exchange indicators & Basic functions for Binance API.

binance-ema Exchange indicators & Basic functions for Binance API. This python library has been written to calculate SMA, EMA, MACD etc. functions wit

An unofficial Python wrapper for the 'Binance exchange REST API'

Welcome to binex_f v0.1.0 many interfaces are heavily used by myself in product environment, the websocket is reliable (re)connected. Latest version:

GTK3-based panel for sway window manager
GTK3-based panel for sway window manager

nwg-panel I have been using sway since 2019 and find it the most comfortable working environment, but... Have you ever missed all the graphical bells

Administration Panel for Control FiveM Servers From Discord
Administration Panel for Control FiveM Servers From Discord

FiveM Discord Administration Panel Version 1.0.0 If you would like to report an issue or request a feature. Join our Discord or create an issue. Contr

Pybt: a BaoTa panel python sdk

About Pybt is a BaoTa panel python sdk. Pybt 是一个宝塔面板API的Python版本sdk封装库。 公司很多服务器都装了宝塔面板,通过宝塔来部署、安装、维护一些服务,服务器的数量上以后,导致了维护的不方便,这个时候就想使用宝塔提供的API来开发一个运维平台

Baota-docker - Deploying baota panel via docker

baota-docker Deploying baota panel via docker. 通过docker一键部署宝塔面板。 一、前言 好像很多人对这个感兴

DDoS Script (DDoS Panel) with Multiple Bypass ( Cloudflare UAM,CAPTCHA,BFM,NOSEC / DDoS Guard / Google Shield / V Shield / Amazon / etc.. )
DDoS Script (DDoS Panel) with Multiple Bypass ( Cloudflare UAM,CAPTCHA,BFM,NOSEC / DDoS Guard / Google Shield / V Shield / Amazon / etc.. )

KARMA DDoS DDoS Script (DDoS Panel) with Multiple Bypass ( Cloudflare UAM,CAPTCHA,BFM,NOSEC / DDoS Guard / Google Shield / V Shield / Amazon / etc.. )

This tool helps users selecting items from the Gwennen gambling trade (based on prices of the uniques).

Gwennen Gambler This small program will check each item in the Gwennen shop (item gamble) according and show small stats according to poe.ninja. Shoul

Most Simple & Powefull web3 Trade Bot (WINDOWS LINUX) Suport BSC ETH
Most Simple & Powefull web3 Trade Bot (WINDOWS LINUX) Suport BSC ETH

Most Simple & Powefull Trade Bot (WINDOWS LINUX) What Are Some Pros And Cons Of Owning A Sniper Bot? While having a sniper bot is typically an advanta

Owner
Cyber
✈️🌌Flying Under Dark Sky Of Codes🌌✈️
Cyber
Discord Panel is an AIO panel for Discord that aims to have all the needed tools related to user token interactions, as in nuking and also everything you could possibly need for raids

Discord Panel Discord Panel is an AIO panel for Discord that aims to have all the needed tools related to user token interactions, as in nuking and al

null 11 Mar 30, 2022
A Telegram bot for remotely managing Binance Trade Bot

Binance Trade Bot Manager Telegram A Telegram bot for remotely managing Binance Trade Bot. If you have feature requests please open an issue on this r

Lorenzo Callegari 乐子睿 350 Jan 1, 2023
Andrei 1.4k Dec 24, 2022
alpaca-trade-api-python is a python library for the Alpaca Commission Free Trading API.

alpaca-trade-api-python is a python library for the Alpaca Commission Free Trading API. It allows rapid trading algo development easily, with support for both REST and streaming data interfaces

Alpaca 1.5k Jan 9, 2023
A new coin listing alert bot using Python, Flask, MongoDB, Telegram API and Binance API

Bzzmans New Coin Listing Detection Bot Architecture About Project Work in progress. This bot basically gets new coin listings from Binance using Binan

Eyüp Barlas 21 May 31, 2022
A python API for BSCScan (Binance Smart Chain Explorer), available on PyPI.

bscscan-python A complete Python API for BscScan.com, available on PyPI. Powered by BscScan.com APIs. This is a gently modified fork of the etherscan-

Panagiotis Kotsias 246 Dec 31, 2022
Trading through Binance's API using Python & sqlite

pycrypt Automate trading crypto using Python to pull data from Binance's API and analyse trends. May or may not consistently lose money but oh well it

Maxim 4 Sep 2, 2022
McTrade is a bot exploiting Binance API, open source! built in python !

Open Source Crypto Trading Bot using Binance API Report Bug · Request Feature Table of Contents About The Project Built With Getting Started Prerequis

Raphael Cohen 5 Jul 17, 2022