1

Improve bases-api / add algorithm


C
cklm

The API-endpoint "https://api.cryptobasescanner.com/v1/bases" lists the last base:

"latestBase" => array:10 [
    "id" => 170521512
    "time" => 1649584800
    "date" => "2022-04-10T10:00:00.000+00:00"
    "price" => "0.7536"
    "lowestPrice" => "0.7208"
    "bounce" => "3.367"
    "currentDrop" => "-3.2377919320594479830148619957537155"
    "crackedAt" => "2022-04-11T00:00:00.000Z"
    "respectedAt" => null
    "isLowest" => false
]

One important information is missing there - from which algorithm (original, day_trade, ...) is this base coming. Can you add that there?

A