Retrieves all deposit records.
Successful response
{- "api_message": "DEPOSIT_GET_LIST_SUCCESS",
- "api_data": {
- "last_at": "2025-08-03 10:18:43",
- "total_items": 1995,
- "deposits": [
- {
- "username": "user",
- "id": "dmFHblJsWVkvWGc9",
- "user_id": "V0FrTk5FR3NUeE4xQlFhOHNIbzdOQT09",
- "user_deposit_address_id": null,
- "external_transaction_id": null,
- "external_payment_id": null,
- "guest_id": "WXQwckl2OURYSXM9",
- "user_guest_id": null,
- "from_address": "0x123123123123",
- "to_address": "0x123123123123",
- "amount": 10000000,
- "currency": "USD",
- "currency_id": "bkE0RmNjbEhCUmc9",
- "currency_type": "FIAT",
- "type": "AUTO",
- "is_wc": 0,
- "status": "COMPLETED",
- "travel_rule_status": null,
- "pii": null,
- "source": "CSV",
- "notification_sent": 0,
- "block": null,
- "mined_at": null,
- "tx_hash": null,
- "kyt_id": null,
- "risk_type": null,
- "risk_factor": null,
- "kyt_payload": null,
- "monitor_payload": null,
- "comment": null,
- "vendor_remarks": null,
- "ip": "80.178.98.28",
- "created_by_id": null,
- "created_at": "2025-08-03 10:18:43",
- "updated_at": "2025-08-03 10:18:43",
- "deposit_updated_at": "2025-08-03 10:18:43",
- "deposit_created_at": "2025-08-03 10:18:43",
- "full_name": null,
- "email": null,
- "phone": null,
- "spend_amount": null
}
]
}
}
{- "api_message": "DEPOSIT_GET_SHOW_SUCCESS",
- "api_data": {
- "deposit": {
- "username": "user",
- "id": "dmFHblJsWVkvWGc9",
- "user_id": "V0FrTk5FR3NUeE4xQlFhOHNIbzdOQT09",
- "user_deposit_address_id": null,
- "external_transaction_id": null,
- "external_payment_id": null,
- "guest_id": "WXQwckl2OURYSXM9",
- "user_guest_id": null,
- "from_address": "0x123123123123",
- "to_address": "0x123123123123",
- "amount": 10000000,
- "currency": "USD",
- "currency_id": 1,
- "currency_type": "FIAT",
- "type": "AUTO",
- "is_wc": 0,
- "status": "COMPLETED",
- "travel_rule_status": null,
- "pii": null,
- "source": "CSV",
- "notification_sent": 0,
- "block": null,
- "mined_at": null,
- "tx_hash": null,
- "kyt_id": null,
- "risk_type": null,
- "risk_factor": null,
- "kyt_payload": null,
- "monitor_payload": null,
- "comment": null,
- "vendor_remarks": null,
- "ip": "80.178.98.28",
- "created_by_id": null,
- "created_at": "2025-08-03 10:18:43",
- "updated_at": "2025-08-03 10:18:43",
- "deposit_id": 5866,
- "deposit_updated_at": "2025-08-03 10:18:43",
- "deposit_created_at": "2025-08-03 10:18:43",
- "wallet_id": null,
- "wallet_currency": null,
- "address": null,
- "wallet_updated_at": null,
- "wallet_created_at": null
}
}
}