🔍 Hledání Bitfinex API endpointu pro cancelled offers

Uživatel tvrdí, že má data o CANCELED nabídkách z 12-07-25. Testujeme možné API endpointy...

📡 Test aktuální endpointy

🧪 Test: Current offers (v1)

Endpoint: /v1/offers

Úspěch!

Počet záznamů: 18

📊 Ukázka prvních 3 záznamů:

IndexDataStatus/Info
0
{
    "id": 5016242474,
    "currency": "IOT",
    "rate": "226.29",
    "period": 120,
    "direction": "lend",
    "timestamp": "1782437469.0",
    "is_live": true,
    "is_cancelled": false,
    "original_amount": "4654.02514549",
    "remaining_amount": "4654.02514549",
    "executed_amount": "0.0"
}
1
{
    "id": 5022063019,
    "currency": "IOT",
    "rate": "226.2949",
    "period": 120,
    "direction": "lend",
    "timestamp": "1782928091.0",
    "is_live": true,
    "is_cancelled": false,
    "original_amount": "94452.92322446",
    "remaining_amount": "94452.92322446",
    "executed_amount": "0.0"
}
2
{
    "id": 5030779703,
    "currency": "IOT",
    "rate": "226.2698",
    "period": 120,
    "direction": "lend",
    "timestamp": "1783673639.0",
    "is_live": true,
    "is_cancelled": false,
    "original_amount": "390812.93515866",
    "remaining_amount": "390812.93515866",
    "executed_amount": "0.0"
}

🔍 Test možných historických endpointů

🧪 Test: Historical funding loans USD (známý fungující)

Endpoint: /v2/auth/r/funding/loans/fUSD/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical funding loans BTC

Endpoint: /v2/auth/r/funding/loans/fBTC/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical funding offers USD

Endpoint: /v2/auth/r/funding/offers/fUSD/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical funding offers (all currencies)

Endpoint: /v2/auth/r/funding/offers/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical offers USD

Endpoint: /v2/auth/r/offers/fUSD/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical offers (all currencies)

Endpoint: /v2/auth/r/offers/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical offers v1

Endpoint: /v1/offers/hist

Úspěch!

Počet záznamů: 0


🧪 Test: Historical funding loans (all currencies)

Endpoint: /v2/auth/r/funding/loans/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical ledgers (all)

Endpoint: /v2/auth/r/ledgers/hist

Chyba nebo prázdná odpověď


🧪 Test: Historical ledgers USD

Endpoint: /v2/auth/r/ledgers/fUSD/hist

Chyba nebo prázdná odpověď


📊 Shrnutí

Tento test prozkoumává všechny možné API endpointy pro historické nabídky a cancelled offers.

Hledáme data s 'CANCELED' statusem a 'EXECUTED' nabídkami z 12-07-25 jak uživatel ukazoval.

💡 Možné další kroky: