🔍 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ů: 28

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

IndexDataStatus/Info
0
{
    "id": 4714014293,
    "currency": "BCHN",
    "rate": "14.4835",
    "period": 120,
    "direction": "lend",
    "timestamp": "1769133428.0",
    "is_live": true,
    "is_cancelled": false,
    "original_amount": "24.36824338",
    "remaining_amount": "24.36824338",
    "executed_amount": "0.0"
}
1
{
    "id": 4714014300,
    "currency": "BCHN",
    "rate": "14.5336",
    "period": 120,
    "direction": "lend",
    "timestamp": "1769133429.0",
    "is_live": true,
    "is_cancelled": false,
    "original_amount": "24.36824338",
    "remaining_amount": "24.36824338",
    "executed_amount": "0.0"
}
2
{
    "id": 4714014313,
    "currency": "BCHN",
    "rate": "14.5677",
    "period": 120,
    "direction": "lend",
    "timestamp": "1769133429.0",
    "is_live": true,
    "is_cancelled": false,
    "original_amount": "24.36824338",
    "remaining_amount": "24.36824338",
    "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ů: 2

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

IndexDataStatus/Info
0
{
    "id": 4725197303,
    "currency": "USD",
    "rate": "20.2029",
    "period": 120,
    "direction": "lend",
    "timestamp": "1769477414.0",
    "is_live": false,
    "is_cancelled": true,
    "original_amount": "6731.35061257",
    "remaining_amount": "6731.35061257",
    "executed_amount": "0.0"
}
1
{
    "id": 4723180341,
    "currency": "USD",
    "rate": "20.2174",
    "period": 120,
    "direction": "lend",
    "timestamp": "1769396949.0",
    "is_live": false,
    "is_cancelled": true,
    "original_amount": "33141.92624315",
    "remaining_amount": "33141.92624315",
    "executed_amount": "0.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: