Showing 31 open source projects for "binance"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    python-binance

    python-binance

    Binance Exchange API python implementation for automated trading

    This is an unofficial Python wrapper for the Binance exchange REST API v3. I am in no way affiliated with Binance, use at your own risk. Implementation of all General, Market Data and Account endpoints. Asyncio implementation. Testnet Support for Spot, Futures, and Vanilla Options. Simple handling of authentication. No need to generate timestamps yourself, the wrapper does it for you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Binance Trading Bot

    Binance Trading Bot

    Automated Binance trading bot, trade multiple cryptocurrencies

    Automated Binance trading bot. Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis. This bot is using the concept of trailing buy/sell order which allows following the price fall/rise. Trailing Stop Orders About Trailing Stop Orders Concept you can find at Binance Official document.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Node Binance API

    Node Binance API

    Node Binance API is an asynchronous node.js library

    This project is designed to help you make your own projects that interact with the Binance API. You can stream candlestick chart data, market depth, or use other advanced features such as setting stop losses and iceberg orders. This project seeks to have complete API coverage including WebSockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BNB Chain

    BNB Chain

    A Binance Smart Chain client based on the go-ethereum fork

    Binance Smart Chain starts its development based on go-ethereum fork. So you may see many toolings, binaries and also docs are based on Ethereum ones, such as the name “geth”. But from that baseline of EVM compatible, Binance Smart Chain introduces a system of 21 validators with Proof of Staked Authority (PoSA) consensus that can support short block time and lower fees.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    Superalgos

    Superalgos

    Free, open-source crypto trading bot, automated bitcoin trading

    Free, open-source crypto trading bot, automated bitcoin/cryptocurrency trading software, algorithmic trading bots. Visually design your crypto trading bot, leveraging an integrated charting system, data-mining, backtesting, paper trading, and multi-server crypto bot deployments. Superalgos is not just another open-source project. We are an open and welcoming community nurtured and incentivized with the project's native Superalgos (SA) Token, building an open trading intelligence network. You...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    Unstoppable Wallet iOS

    Unstoppable Wallet iOS

    Multi-wallet for Bitcoin, Ethereum, Binance Smart Chain

    ...It is fully peer-to-peer and works without any centrally managed servers. It can't be stopped, blocked or taken down. Unstoppable is a powerful non-custodial multi-wallet for Bitcoin, Ethereum, Binance Smart Chain, Avalanche, Solana and other blockchains. It provides non-custodial crypto and NFT storage, on-chain decentralized swaps, institutional-grade analytics for cryptocurrency and NFT markets, extensive privacy controls and human-oriented design. It is built with care and adheres to best programming practices and implementation standards in cryptocurrency world. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Trust Wallet Core

    Trust Wallet Core

    Cross-platform, cross-blockchain wallet library

    ...Most of the code is C++ with a set of strict C interfaces, and idiomatic interfaces for supported languages: Swift for iOS and Java for Android. Wallet Core supports more than 50 blockchains, Bitcoin, Ethereum, Binance Chain, and most major blockchain platforms. For new coins, you need to implement address handling and signing functionality in the wallet-core. For new coins on already supported blockchains or variations of already supported blockchains, please consider proper reuse of existing implementation. The Trust Wallet development team is always striving to add more blockchains that will be essential for developers and wallet users. ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8
    Ninjabot

    Ninjabot

    A fast cryptocurrency platform for trading bot in Go

    ...Ninjabot is an open-source platform that provides tools to implement custom strategies and backtests for trading cryptocurrencies in Go. Ninjabot CLI provides utilities commands to support backtesting and bot development. Currently, we only support Binance exchange. If you want to include support for other exchanges, you need to implement a new struct that implements the interface Exchange. You can check some examples in the exchange directory. You can create bots in telegram accessing BotFather. Telegram bot requires that your bot is running to control and get information about your account.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 9
    Unstoppable Wallet Android

    Unstoppable Wallet Android

    A powerful non-custodial multi-wallet for Bitcoin, Ethereum, Binance

    Unstoppable wallet is purposely built as a decentralized management tool for cryptocurrencies. It is engineered to serve privacy-conscious individuals looking to manage and invest in Bitcoin, Ethereum and other cryptocurrencies in a sovereign and professional manner. Capital Should Be Free. It’s built to provide users with genuinely independent control over their capital. Capital Should Be Borderless. It works outside the traditional finance layer and acts as a Swiss knife to the world of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Cryptocurrency Exchange Feed Handler

    Cryptocurrency Exchange Feed Handler

    Cryptocurrency Exchange Websocket data feed handler

    Handles multiple cryptocurrency exchange data feeds and returns normalized and standardized results to client registered callbacks for events like trades, book updates, ticker updates, etc. Utilizes WebSockets when possible, but can also poll data via REST endpoints if a WebSocket is not provided. Create a FeedHandler object and add subscriptions. For the various data channels that an exchange supports, you can supply callbacks for data events, or use provided backends to handle the data for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Flowsurface

    Flowsurface

    A native desktop charting platform for crypto markets

    ...This enables traders and analysts to understand actual executed trades, liquidity distribution, and tempo changes that often precede significant market movements. The platform connects directly to public exchange APIs and WebSocket streams from venues such as Binance, Bybit, and OKX, allowing low-latency real-time data ingestion without relying on third-party servers. Users can customize layouts across multiple panes, adjust aggregation intervals, and tailor the visual presentation to suit different trading strategies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GemWallet

    GemWallet

    Gem Wallet is an open source cryptocurrency wallet for iOS and Android

    Gem Wallet is an open source cryptocurrency wallet for iOS and Android, Gem code is open source on GitHub and anyone can check and verify, and contribute to the wallet code. At Gem Wallet, we strongly believe in the power of open source software and its profound impact on the crypto wallet industry. Open source represents a set of core values that align perfectly with the principles of transparency, security, collaboration, and innovation. In this page, we delve into the reasons why open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    OK • Okcash

    OK • Okcash

    Multichain Leader in Decentralized, Sustainable Crypto Solutions.

    ...With roots in transparency and decentralization, Okcash operates without ICOs or funding rounds, thriving through the collective passion of its global community—true to the spirit of Bitcoin. Now spanning major blockchains like Ethereum, Binance Smart Chain, Polygon, Solana, Avalanche, and more, Okcash is more than a cryptocurrency—it’s a movement for accessible, trustless finance. Its transition to mint-resigned multichain tokens ensures heightened security, increased trust
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    DeFi-Yield-Farming-Bot
    ...Whether you're an experienced yield farmer or just getting started, this bot simplifies the process and helps maximize your passive income. The bot supports the following blockchain networks: Ethereum Fuse Telos Meter Moonriver Polygon PoS Avalanche Theta Fantom Harmony Shard-0 Binance Smart Chain Solana
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    All-in-One-Ethereum-Based-Trading-Bot
    AI Trading Bot is a cutting-edge, AI-powered trading solution designed to optimize and automate trading strategies across multiple blockchain networks, ensuring unparalleled performance and reliability. Our bot supports the following networks: Ethereum Fuse Telos Meter Moonriver Polygon PoS Avalanche Theta Fantom Harmony Shard-0 Binance Smart Chain With advanced AI algorithms and machine learning capabilities, this bot is your go-to tool for achieving consistent trading success in the fast-paced crypto market.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Slideshow Crypto Ticker

    Slideshow Crypto Ticker

    Real Time Slideshow Crypto Price Ticker For Raspberry Pi LCD Screens

    Open source / 100% FREE real time slideshow crypto price ticker for RaspberryPi device LCD screens, including 24 hour volume. Supports running in "slideshow mode", to show all the markets you want. Supports CoinGecko / Binance / Coinbase Pro / Kraken / Kucoin / Bitstamp / Bitfinex / HitBTC / OKex / Gate.io exchange markets (more market support coming in the future). 3.5" LCD Demo: https://www.youtube.com/watch?v=dXAhs8HXCn4 7" LCD Demo: https://www.youtube.com/watch?v=fZ98Fm6ZkW8 Developed on a Raspi v3 B+, with these screens / cases: https://smile.amazon.com/gp/product/B07N38B86S (no mods) https://smile.amazon.com/gp/product/B08Q34RS7M (Noctua fan crazy-glue-mounted, + Noctua fan speed controller outside case, see README.txt) Debian-based Auto-Install Commands (use "Terminal" app in your system menu, or over remote SSH): wget --no-cache -O TICKER-INSTALL.bash https://tinyurl.com/install-crypto-ticker chmod +x TICKER-INSTALL.bash sudo ....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Bitcoin-Arbitrage-Bot
    Bitcoin Arbitrage Bot is your all-in-one solution for maximizing crypto trading profits through advanced arbitrage techniques. Designed to identify and execute profitable buy-sell opportunities across multiple exchanges, this bot empowers you to stay ahead in the fast-moving crypto market. Whether you're a seasoned trader or just starting your crypto journey, Bitcoin Arbitrage Bot is the tool you need to automate your trading strategy and achieve consistent results.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    crypto scanner v6.0.0

    crypto scanner v6.0.0

    AI‑powered signals, risk analysis, and automated trading bot

    ...Indicators: RSI, MACD, BB%, Stochastic, ADX, ATR%, EMA, turnover, on‑chain data. Extras: TradingView charts, notes, Excel export. 🤖 SmartEagle Bot (7‑day trial) Auto/manual trade on Strong Buy/Buy signals. 100+ exchanges (Binance, Toobit, etc.) + simulator. Stop loss, take profit, trailing stop, position sizing, cooldown. Encrypted keys. 🧠 AI Learning Learns from losses, auto‑blocks bad signals. Dashboard with win rate, active rules, AI suggestions.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    JesseAi

    JesseAi

    Advanced AI-Powered Python Crypto Trading Bot 2026 - Free Backtesting

    ...Build, backtest, AI-optimize, and execute precise automated strategies with zero look-ahead bias. Use JesseGPT — built-in AI assistant — to write, debug, and refine strategies effortlessly, even as a beginner. Secure live trading on Binance, Bybit & major exchanges, full risk management, leverage/futures support, and pro analytics. One of the best open-source alternatives to Freqtrade with genuine AI edge: privacy-first self-hosting (no shared API keys), multi-timeframe/symbol backtesting, custom indicators, ML-enhanced signals. Perfect for Python devs, algorithmic traders, high-frequency, trend-following, mean-reversion & arbitrage enthusiasts seeking the top ai crypto trading bot or best crypto trading bot in 2026. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20

    MONITOR BINANCE LIQUIDATIONS

    Real-time monitoring of futures liquidations on the Binance exchange.

    ✅ Requirements: WINDOWS 10 🆓 FREEWARE 🟢 REAL-TIME MONITORING OF FUTURES LIQUIDATIONS ON THE BINANCE EXCHANGE. 🟢 МОНИТОРИНГ ЛИКВИДАЦИЙ ФЬЮЧЕРСОВ НА БИРЖЕ BINANCE В РЕЖИМЕ РЕАЛЬНОГО ВРЕМЕНИ. ⚫ Use a FILTER to monitor the coins you need. Input currency pairs from one or more into the filter. To monitor several coins, in the filter field input them one by one with a comma separator. FOR EXAMPLE: BTCUSDT,ETHUSDT,CfxUSdt You can enter both uppercase and lowercase letters...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Node Binance Trader NBT

    Node Binance Trader NBT

    Cryptocurrency trading strategy & portfolio management development

    ...Also, to cover trading fees, you'll need a small amount of BNB in both your spot and margin wallets. While the Bitcoin vs. Altcoins website itself is closed source, the automated trading bot called Node Binance Trader (NBT) is open source. It connects to your Binance account via the Binance API and executes the trades on your behalf. Choose any unique name you like and enter a region. You will then need to retrieve your Binance API keys from Binance. They will need to allow trading and margin wallet access. Heroku only gives dyno's on its free tier 550 hours of run time per month. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ERC-721 Token

    ERC-721 Token

    The reference implementation of the ERC-721 non-fungible token

    This is the complete reference implementation of the ERC-721 non-fungible token standard for the Ethereum and Wanchain blockchains. It is also compatible with other EVM compatible chains like Binance Smart Chain (BSC), Avalanche (AVAX) etc. This is an open-source project, complete with Hardhat testing. The purpose of this implementation is to provide a good starting point for anyone who wants to use and develop non-fungible tokens on the Ethereum and Wanchain blockchains. Instead of re-implementing the ERC-721 yourself you can use this code which has gone through multiple audits and we hope it will be extensively used by the community in the future. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Kelp

    Kelp

    Kelp is a free and open-source trading bot for the Stellar DEX

    Kelp is a free and open-source trading bot for the Stellar universal marketplace and for centralized exchanges such as Binance, Kraken, CoinbasePro, etc. Kelp includes several configurable trading strategies and exchange integrations. You can define your own parameters or use the sample configurations to quickly get up and running with a trading bot in a matter of minutes. The modular design allows you to easily create new trading strategies, exchange integrations, and assets to give you full control over the bot. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cryptonose

    Cryptonose

    An application tracking significant price changes on crypto markets

    ...It's helpful if you are a daily trader and want to know instantly if something interesting is happening on your exchange. Cryptonose keeps real-time connection with supported exchanges (Binance, Bitfinex, Huobi, KuCoin and Poloniex, also a DEX: Uniswap V3 is supported). It gives instant notifications about a significant price changes, which is helpful in daily trading - you can react to a price change in seconds. It supports desktop notifications and can run web browser with cryptocurrency market for your exchange.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Civeloo Binance Spot Bot

    Trading Bot for Binance Spot

    Bot de trading para realizar ordenes de compras y ventas automáticas, conectandose por medio de la API de Binance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB