{"id":19451571,"url":"https://github.com/pxyup/binance_bot","last_synced_at":"2026-05-13T13:32:07.181Z","repository":{"id":78602328,"uuid":"405622542","full_name":"PxyUp/binance_bot","owner":"PxyUp","description":"Multi-currency bot for Binance","archived":false,"fork":false,"pushed_at":"2021-12-02T19:27:16.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-07T23:51:56.201Z","etag":null,"topics":["automation","binance","bots"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PxyUp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-12T11:24:29.000Z","updated_at":"2021-12-02T19:27:19.000Z","dependencies_parsed_at":"2023-04-26T21:47:52.182Z","dependency_job_id":null,"html_url":"https://github.com/PxyUp/binance_bot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PxyUp%2Fbinance_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PxyUp%2Fbinance_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PxyUp%2Fbinance_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PxyUp%2Fbinance_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PxyUp","download_url":"https://codeload.github.com/PxyUp/binance_bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240639102,"owners_count":19833416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","binance","bots"],"created_at":"2024-11-10T16:42:17.070Z","updated_at":"2026-05-13T13:32:02.155Z","avatar_url":"https://github.com/PxyUp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Multi-Currency bot for Binance (Bot is not guarantee for success)\n\n# Usage\n\nDownload from [Release page](https://github.com/PxyUp/binance_bot/releases)\n\n```sh\n./$(version)-binance_bot-linux-amd64 --path=config_example.yaml\n```\n\n# Important\n\n**If you run not in dryRun mode make sure you have enough money(or other count) for first buy amount of coin which you put in configuration**\n\n# Configuration\n\n[Check example](https://github.com/PxyUp/binance_bot/blob/master/config_example.yaml)\n\n```yaml\nbinance:\n  apiKey: API_KEY # Binance API KEY\n  secret: SECRET  # Binance SECRET\n  commission: 0.1 # Binance commission in persent\n  debug: false # track request to binance api\n\ncurrencies:\n  - symbol: DFUSDT - # Symbol\n    # Overwrite global binance config, can be used for another account(section can be removed)\n    binance:\n      apiKey: API_KEY\n      secret: SECRET\n      commission: 0.2\n      debug: true\n    useSR: true # Use Support/Resistance lines (for prevent sell and buy not in best points)\n    srDiffPercent: 0.015 # Delta for Support/Resistance price range\n    shortPatterns: true # Use short patterns instead of longs\n    precision: 4 # How much precision inside price value\n    useStopOrder: true # Should we create stop order after we buy\n    stopOrderDiff: 0.0030 # If we use stop order, it is difference with real price (for make sure it will not execute immediately)\n    count: 1000 # Amount for buy/sell\n    countNumber: 0 # For some symbol we cant buy 0.999 for example, and in that case you should put precision number for count here (for example if we can put count 0.888 we should put here 3)\n    interval: 60 # How often do action for operation in seconds (for candles 60 is ok, for livePrice mode better use 2sec)\n    mode: Candle # We can have Candle/LivePrice\n    klineIntervals: # Array of which candles we use for analyse (They analysed together, it is means if 1m show sell and 3m show nothing we will do nothing)\n      - 1m\n      - 3m\n      - 5m\n    priceBuffer: 100 # Array of price for analyse (SR/Patterns)\n    candleTimeBuffer: 5 # How much we should wait until new candles comming (for example for 1m canldes comming in 00 second, so we will analyse candle on 54second(59-5)\n    dryRun: true # Will not do real trade, but we can check profit and estimation of profit)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxyup%2Fbinance_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxyup%2Fbinance_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxyup%2Fbinance_bot/lists"}