{
"success": true,
"message": "Quote fully fulfilled. InfraP has been notified and deposit monitoring has been started.",
"data": {
"quoteId": "quote_1234567890abcdef",
"amount": 1000.5,
"transactionReference": {
"hash": "0x1234567890abcdef1234567890abcdef12345678",
"id": "txn_1234567890abcdef",
"type": "DEPOSIT",
"timestamp": "2024-01-15T10:30:00.000Z"
},
"fulfillmentType": "PRINCIPAL",
"totalFulfilledAmount": 1000.5,
"totalReplenishAmount": 1000.5,
"originalTxnHash": "0x1234567890abcdef1234567890abcdef12345678",
"lastFulfilledAt": "2024-01-15T10:30:00.000Z",
"isFullyFulfilled": true,
"remainingAmount": 0
}
}