For the complete documentation index, see llms.txt. This page is also available as Markdown.

Funding Deposit

Funding Request Deposit Received

Notifies the status of an incoming deposit related to a funding request.

Body

{
  "messageId": "f6b8d2ac-438a-438a-97b0-ed742f31e52e",
  "messageType": "FUNDING_REQUEST_DEPOSIT_RECEIVED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {
    "fundingRequestId": "4c7bdb4d-de00-41ec-ad2e-50547d4b02c5",
    "customerReference": "REF-e22270b4-9ea6-468e-922e-96dcc076e9b8",
    "fundingInstructions": {
      "address": "0x85a879b80ce328Da09Bfc096430A8357633f9Dd7",
      "fundingCurrency": "USDT",
      "network": "ETH"
    },
    "customerAccountId": "9c4b4478-fa68-4b79-b79e-6ae6cc255a2a",
    "beneficiaryAccountId": "9c4b4478-fa68-4b79-b79e-6ae6cc255a2a",
    "depositId": "0b0166ad-6b09-5d37-864a-55a4d649e7f5",
    "depositAmount": 1,
    "depositCurrency": "USDT",
    "beneficiaryCurrency": "USD",
    "receivedAt": "2026-06-15T19:58:26.013Z",
    "completedAt": "20266-15T19:58:26.013Z",
    "txHash": "0x5b336f76802a0621fabee5b8bb9f3a3adf57f7ad30c26be55721e79e876ce314",
    "conversionDetails": {
      "conversionRate": 0.999395,
      "depositCurrency": "USDT",
      "beneficiaryCurrency": "USD"
    },
    "clientMemo": null,
    "externalDepositId": "6a6b408b-f74a-49af-a540-10663f0cd243"
  }
}

Last updated