🔍 DEBUG API DATA STRUCTURE ============================ 1. OFFERS API (/v1/offers) -------------------------- First offer structure: Array ( [id] => 4714014293 [currency] => BCHN [rate] => 14.4835 [period] => 120 [direction] => lend [timestamp] => 1769133428.0 [is_live] => 1 [is_cancelled] => [original_amount] => 24.36824338 [remaining_amount] => 24.36824338 [executed_amount] => 0.0 ) Rate: 14.4835 (type: string) 2. CREDITS API (/v1/credits) ---------------------------- First credit structure: Array ( [id] => 436968333 [currency] => USD [status] => ACTIVE [rate] => 15.8636 [period] => 120 [amount] => 96970.44447982 [timestamp] => 1760470007.0 ) Rate: 15.8636 (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