SkillAgentSearch skills...

Binance Options Arbitrage

Script for trade arbitrage opportunities between European-style options and Perpetual futures, with notifications in telegram

Install / Use

npx skills add senyka0/binance-options-arbitrage

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

binance-options-arbitrage

Script for trade arbitrage opportunities between European-style options and Perpetual futures, with notifications in telegram

To run

1. Install requirements:

pip install -r requirements.txt

2. Set your keys and parameters

bot_token = "" # telegram bot token id
chat_ids = [""] # your telegram id for messages
tickers = ["BTCUSDT", "ETHUSDT", "BNBUSDT"] # assets to tarde
min_pct = 1 # min percentage difference
volume = 100 # your trading order size
leverage = 2 # levarage for using on futures to use less capital for hedging
max_hold = 60*60*24*7 # max time untill option expiration
binance_api_key = "" # binance api key
binance_api_secret = "" # binance secret

3. Start app

python3 optionArb.py

Related Skills

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated4mo ago
Forks3

Languages

Python

Security Score

72/100

Audited on Apr 10, 2026

No findings