Webhook Sample: wallet.transfer.created

Sample webhook for crypto transfer creation
Webhooks
Webhook Sample: wallet.transfer.created
 last updated: 
November 30, 2023
  1. {
  2.   "eventType": "wallet.transfer.created",
  3.   "data": {
  4.     "id": "cpt-2006a31e-47ac-4b84-843a-016220b65739",
  5.     "title": "crypto buy",
  6.     "description": "buy test",
  7.     "cryptoCurrency": "USDC",
  8.     "accountId": "acc-d8d8fcc5-cf0c-4c07-8dc5-61b9bc235f71",
  9.     "walletId": "",
  10.     "quotedCurrency": "USD",
  11.     "quotedPrice": "1.0115567916",
  12.     "quoteId": "qtn-3e7e7d18-0a7f-4198-b3c7-5285caa14ed8",
  13.     "quantity": "9.875867",
  14.     "amount": "9.99",
  15.     "destinationCryptoAddress": "",
  16.     "gasFee": "",
  17.     "txnType": "debit",
  18.     "status": "completed",
  19.     "createdAt": "2022-08-25T09:49:15Z",
  20.     "modifiedAt": "2022-08-25T09:49:15Z",
  21.     "transferredAt": "2022-08-25T09:49:15Z",
  22.     "metadata": null,
  23.     "estimatedGasFee": ""
  24.   }
  25. }