시스템자가 보고크립토JavaScriptbinancebotp2ptrading

binancio

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

시스템 구조

활용 데이터
BinanceOHLCV/호가/체결 데이터
규칙 / 전략

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

실행

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

에디터 요약

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

저장소sanchezmarcos/binancio
제작자sanchezmarcos
스타 / 포크★ 117 / 53
라이선스MIT
최근 업데이트2024-01-03
스냅샷 시점2026-07-08 (아래 README는 이 시점의 사본입니다)

아래는 제3자가 작성·공개한 오픈소스 코드입니다. QuantField는 해당 코드의 동작과 안전성을 보증하지 않으며, 설치·실행 전 코드를 직접 검토하시기 바랍니다.

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