SystemSelf reportedCryptoJavaScriptbinancebotp2ptrading

binancio

Binancio calculates median price of any crypto-asset in fiat currency on Binance's p2p exchange right on your console.

System Structure

Data Used
BinanceOHLCV/호가/체결 데이터
Rules / Strategy

저장소별 전략/실행 조건 확인 필요

Execution

주문 실행은 사용자가 별도 통합/설정

Editor Summary

저장소 설명과 공개 메타데이터 기준으로 암호화폐 거래 봇, 거래소 API/프레임워크 성격의 프로젝트로 파악했습니다. 확인 근거는 README, 저장소 토픽, 저장소 설명, GitHub 지표, 파이프라인 필드이며, 주요 데이터는 Binance, OHLCV/호가/체결 데이터입니다. 전략/실행 조건은 저장소별 문서와 코드 확인이 필요하며, 실행 방식은 "주문 실행은 사용자가 별도 통합/설정"라고 보수적으로 기록했습니다. GitHub 지표는 별 117개, 포크 53개입니다.

Repositorysanchezmarcos/binancio
Creatorsanchezmarcos
Stars / Forks★ 117 / 53
LicenseMIT
Last Updated2024-01-03
Snapshot Date2026-07-08 (README below is a copy from this date)

This is third-party open-source code. QuantField does not guarantee its behavior or safety. Review the code before installing or running it.

README

Binancio - Binance P2P Bot

Binancio calculates median price of any crypto-asset in fiat currency on Binance's p2p exchange right on your console.

:zap: Usage

Interactive mode
npx binancio
Using custom options
npx binancio --ticker ETH --fiat USD --operation BUY
Overall options
npx binancio --help
Options
  -t, --ticker      <type> Crypto ticker (choices: "USDT", "BTC", "BNB", "BUSD", "ETH", "DAI")
  -f, --fiat        <type> Fiat currency (choices: "ARS", "EUR", "USD", "AED", "AUD", "BDT", ...)
  -o, --operation   <type> Operation type (choices: "BUY", "SELL")
  -p, --pay-types   <type> Payment method (choices: "*", "AirTM", "Bank Transfer" ...) [Depends on localization]
  -h, --help display help for command

:cloud: Installation

# Using npm
npm install -g binancio

# Using yarn
yarn global add binancio

Roadmap

  • Deprecate scrapper and use Binance Public API.
  • CLI Semantic API (eg. npx binancio --ticker ETH --fiat ARS --type BUY).
  • Save output in json format.

Do you have something in mind? Create an issue!

:package: Dependencies

  • inquirer - Common interactive command line user interfaces
  • commander - Node.js command-line interfaces made easy
  • chalk - Terminal string styling done right

Support

In case you want to support Binancio development.

Gumroad link:

https://sanchezmarcosme.gumroad.com/l/binancio

Ξ Ethereum address:

0xaA48b4238C0fF0112977395B247C0341acB8809F

:scroll: License

MIT © Sanchez Marcos