8000 GitHub - pnmice/binanceus-proxy: freqtrade binanceus-proxy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pnmice/binanceus-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binanceus-proxy

Long story short a binance proxy for freqtrade that is using websockets to maintain candlestick/klines data in memory, thus having great performance and reducing the amount of API calls to the Binance api. All other calls are proxied as usual.

Schematics

Start the docker instance and then point freqtrade to it, rate limit can be disabled:

docker pull pnmice/binanceus-proxy:1.2.7

    "exchange": {
        "name": "binance",
        "key": "",
        "secret": "",
        "ccxt_config": {
            "enableRateLimit": false,
            "urls": {
                "api": {
                    "public": "http://127.0.0.1:8090/api/v3"
                }
            }
        },
        "ccxt_async_config": {
            "enableRateLimit": false
        }
    }

Thank you @abanchev for project here

About

freqtrade binanceus-proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0