Deposits

Deposit Completed

Notifies the status of an incoming deposit.

Body

{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "DEPOSIT_COMPLETED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {  
    "depositId": "85b49f93-6975-42f9-a88d-863da9046ce2",
    "clientId": "722cb4dd-159d-45f6-9696-ccf0277a3e76",
    "transactionType": "DEPOSIT",
    "transactionStatus": "COMPLETED",
    "accountId": "62fd7c1e-4a04-4a2e-b2ff-4daac8b4aeaf",
    "quantity": 15.379999998956919,
    "currency": "USD",
    "receivedAt": "2025-12-23T01:43:00.028Z",
    "completedAt": "2025-12-23T01:43:00.028Z",
    "memo": ""
  }
}

Last updated