Instant Updates for Wallet Transactions

hero-img

Real-Time Transaction Notification

Get real-time data updates for your users’ crypto accounts on major centralized exchanges (CEXes). Vezgo API allows you to easily integrate with these exchanges and receive real-time transaction notification via webhooks when a new transaction occurs, so you can stay up-to-date with your users’ assets and transactions.

Ready to watch Vezgo in action?

Book a Demo

Features

  • integration

    Select CEX Integration

    Our webhook feature is available for select centralized exchanges, including Binance, with plans to expand to other CEXes. Easily integrate with these exchanges and receive real-time updates on your users' balances, transactions, and more.

  • real-time

    Real-time Data Updates

    With webhooks, you'll receive real-time updates as soon as any changes occur in your users' crypto accounts, allowing you to quickly react to market changes and provide better customer experience.

  • customizable-webhook

    Customizable Webhook Triggers

    Set up custom webhook triggers based on specific criteria, such as account balance changes and new transactions. This allows you to create highly targeted alerts and notifications to better monitor your users' activity and respond to changes in the market in real-time.

  • data-encryption

    Advanced Data Encryption

    We go above and beyond industry standards to ensure that your data is fully encrypted at all times. In addition to AES-256 encryption, we encrypt all in-transit data using the latest TLS 1.2 Al. We are SOC 2 Type II certified.

shortcut-to-developers

Account data

Configure Webhook URL to receive streaming (Real-Time data) events

  • New Transaction

  • Account Balance Change

  • Balance Update

  1.   # New Transaction:
  2.   {
  3.     "payload": {
  4.       "institution_id": "6417487d342f17aeb1febc5d",
  5.       "app_id": "6oivoqhnaee09fv5fq2ao6o976",
  6.       "message": {
  7.         "e": "executionReport",
  8.         "E": 1680634258776,
  9.         "s": "LINKUSDT",
  10.         "c": "x-WKUWCDEA00000000019356982629rs",
  11.         "S": "SELL",
  12.         "o": "LIMIT",
  13.         "f": "IOC",
  14.         "q": "2.04000000",
  15.         "p": "7.36600000",
  16.         "P": "0.00000000",
  17.         "F": "0.00000000",
  18.         "g": -1,
  19.         "C": "",
  20.         "x": "TRADE",
  21.         "X": "FILLED",
  22.         "r": "NONE",
  23.         "i": 3995728290,
  24.         "l": "2.04000000",
  25.         "z": "2.04000000",
  26.         "L": "7.43200000",
  27.         "n": "0.00003653",
  28.         "N": "BNB",
  29.         "T": 1680634258776,
  30.         "t": 252802499,
  31.         "I": 8230819485,
  32.         "w": false,
  33.         "m": false,
  34.         "M": true,
  35.         "O": 1680634258776,
  36.         "Z": "15.16128000",
  37.         "Y": "15.16128000",
  38.         "Q": "0.00000000",
  39.         "W": 1680634258776,
  40.         "V": "NONE"
  41.       }
  42.     },
  43.     "hook": "newAccountEvent"
  44.   }
  45.   
  46.   # Account Balance Change:
  47.   {
  48.     "payload": {
  49.       "institution_id": "6417494a1757a7024deff3a3",
  50.       "app_id": "6oivoqhnaee09fv5fq2ao6o976",
  51.       "message": {
  52.         "e": "outboundAccountPosition",
  53.         "E": 1680615714832,
  54.         "u": 1680615714831,
  55.         "B": [
  56.           {
  57.             "a": "BNB",
  58.             "f": "0.00000520",
  59.             "l": "0.00000000"
  60.           },
  61.           {
  62.             "a": "USDT",
  63.             "f": "3122.56923469",
  64.             "l": "0.00000000"
  65.           },
  66.           {
  67.             "a": "XRP",
  68.             "f": "419.27000000",
  69.             "l": "0.00000000"
  70.           }
  71.         ]
  72.       }
  73.     },
  74.     "hook": "newAccountEvent"
  75.   }
  76.   
  77.   # Balance Update:
  78.   {
  79.     "payload": {
  80.       "institution_id": "641743131f234279e669ee7b",
  81.       "app_id": "6oivoqhnaee09fv5fq2ao6o976",
  82.       "message": {
  83.         "e": "balanceUpdate",
  84.         "E": 1680574003259,
  85.         "a": "ETH",
  86.         "d": "0.00000036",
  87.         "T": 1680574003257
  88.       }
  89.     },
  90.     "hook": "newAccountEvent"
  91.   }
  92.   
  • 1.icon key

    Sign up and get your
    FREE API Keys

  • 2.icon app

    Drop the widget into your
    App & Play with the API

  • 3.icon lock

    Unlock full access, private Slack
    channel & dedicated advice

You have questions? Let’s talk, email us at hello@vezgo.com