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
Owner
Cyber
✈️🌌Flying Under Dark Sky Of Codes🌌✈️
Cyber
An open-source Discord bot that alerts your server when it's Funky Monkey Friday!

Funky-Monkey-Friday-Bot An open-source Discord bot that alerts your server when it's Funky Monkey Friday! Add it to your server here! https://discord.

Cole Swinford 0 Nov 10, 2022
An unofficial wrapper for Engineer Man's Piston API

Pistonpy Pistonpy is an API wrapper for the Piston code execution engine by Engineer Man. Key Features Simple modern and efficient Pythonic API using

AalbatrossGuy 4 Jan 03, 2022
A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations)

YTPlaylistDL 📛 A Telegram bot to download youtube playlists and upload them to telegram. (may be slow becoz youtube limitations) 🎯 Follow me and sta

Anjana Madu 43 Dec 28, 2022
A CLI tool to transfer, sync, and backup playlists on music streaming services

unitunes A command-line interface tool to manage playlists across music streaming services. Introduction unitunes manages playlists across streaming s

Victor Tao 50 Jan 07, 2023
An unofficial client library for Google Music.

gmusicapi: an unofficial API for Google Play Music gmusicapi allows control of Google Music with Python. from gmusicapi import Mobileclient api = Mob

Simon Weber 2.5k Dec 15, 2022
Automatically gets clips from twitch streams and uploads them to a YouTube channel.

Twitch Stream Highlights to YT Automatic Uploader (AutoBot Clipper) This script can be used to automatically extract highlights (or clips) from a twit

Teja Swaroop 57 Dec 12, 2022
light wrapper for indeed.com api

Simple wrapper for indeed api. go to indeed.com - register for api publisher token example from indeed import IndeedApi token = 'your token' api =

16 Sep 21, 2022
Sync mastodon toot and Telegram channel or group in both direction.

Sync mastodon toot and telegram channel or group in both direction.

Littlebear0729 7 Dec 18, 2022
Asca - Antiscam Discord Bot With Python

asca Antiscam Discord Bot Asca moderates scammers and deletes scam messages Opti

11 Nov 01, 2022
⚡️ Get notified as soon as your next CPU, GPU, or game console is in stock

Inventory Hunter This bot helped me snag an RTX 3070... hopefully it will help you get your hands on your next CPU, GPU, or game console. Requirements

Eric Marti 1.1k Dec 26, 2022
Official Python wrapper for the Quantel Finance API

Quantel is a powerful financial data and insights API. It provides easy access to world-class financial information. Quantel goes beyond just financial statements, giving users valuable information l

Guy 47 Oct 16, 2022
🐍 The official Python client library for Google's discovery based APIs.

Google API Client This is the Python client library for Google's discovery based APIs. To get started, please see the docs folder. These client librar

Google APIs 6.2k Dec 31, 2022
Yes, it's true :heartbeat: This repository has 337 stars.

Yes, it's true! Inspired by a similar repository from @RealPeha, but implemented using a webhook on AWS Lambda and API Gateway, so it's serverless! If

512 Jan 01, 2023
A cool discord bot, called Fifi

Fifi A cool discord bot, called Fifi This bot is the official server bot of Meme Studios discord server. This github repo is the code we use for the b

Fifi Discord Bot 3 Jun 08, 2021
Implement backup and recovery with AWS Backup across your AWS Organizations using a CI/CD pipeline (AWS CodePipeline).

Backup and Recovery with AWS Backup This repository provides you with a management and deployment solution for implementing Backup and Recovery with A

AWS Samples 8 Nov 22, 2022
Automatically copy the Discord Status of a Friend you share a server with (conditions have to be satisfied to work)

CopyDiscordStatusOfUser-SelfBot Basic Function Automatically copy the Discord Status of a friend User whom you share a server with (These conditions h

Certified Baller 5 Aug 05, 2022
TwitterDataStreaming - Twitter data streaming using APIs

Twitter_Data_Streaming Twitter data streaming using APIs Use Case 1: Streaming r

Rita Kushwaha 1 Jan 21, 2022
Discord Bot for League of Legends live match tracker

SABot Dicord Bot for League of Legends match auto tracker Features: Search Summoners statistics in League of Legends. Auto-notifications provide when

Jungyu Choi 4 Sep 27, 2022
NFTs Upload to OpenSea CuseEdition

NFTs-Upload-to-OpenSea-CuseEdition YOUTUBE VIDEO - Soon... Download Python and

Lil Cuse 2 Jan 04, 2022
Token Manager written in Python

Discord-API-Token-Entrance Description This is a Token Manager that allows your token to enter your discord server, written in python. Packages Requir

Tootle 1 Apr 15, 2022