🔍 DEBUG API DATA STRUCTURE ============================ 1. OFFERS API (/v1/offers) -------------------------- First offer structure: Array ( [id] => 4570486071 [currency] => BCHN [rate] => 14.5135 [period] => 120 [direction] => lend [timestamp] => 1763984292.0 [is_live] => 1 [is_cancelled] => [original_amount] => 31.16802148 [remaining_amount] => 21.82813546 [executed_amount] => 9.33988602 ) Rate: 14.5135 (type: string) 2. CREDITS API (/v1/credits) ---------------------------- First credit structure: Array ( [id] => 424553988 [currency] => USD [status] => ACTIVE [rate] => 19.9651 [period] => 120 [amount] => 1200.0 [timestamp] => 1755078632.0 ) Rate: 19.9651 (type: string) 3. FUNDING LOANS API (/v2/auth/r/funding/loans/fUSD) ---------------------------------------------------- No funding loans data 4. RAW FUNDING LOANS API (before transformation) ------------------------------------------------ No raw funding loans data ============================ DEBUG COMPLETE