betzerra / daily-bot

2 stars 3 forks source link

Unknown values in dollar step #28

Open betzerra opened 2 years ago

betzerra commented 2 years ago
Screen Shot 2022-10-02 at 14 56 37
betzerra commented 2 years ago

curl https://api.exchange.ripio.com/api/v1/pair/ returned

{
    "next": null,
    "previous": null,
    "results": [{
        "base": "BTC",
        "base_name": "Bitcoin",
        "quote": "USDC",
        "quote_name": "USD Coin",
        "symbol": "BTC_USDC",
        "fees": [{
            "traded_volume": 0.0,
            "maker_fee": 0.0,
            "taker_fee": 0.0,
            "cancellation_fee": 0.0
        }],
        "country": "ZZ",
        "enabled": true,
        "priority": 10,
        "min_amount": "0.0000100000",
        "price_tick": "0.000001",
        "min_value": "10",
        "limit_price_threshold": "25.00"
    }]
}

Seems that Ripio stopped maintaining their API