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 DemoFeatures
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.
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.
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.
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.
Configure Webhook URL to receive streaming (Real-Time data) events
# New Transaction:
{
"payload": {
"institution_id": "6417487d342f17aeb1febc5d",
"app_id": "6oivoqhnaee09fv5fq2ao6o976",
"message": {
"e": "executionReport",
"E": 1680634258776,
"s": "LINKUSDT",
"c": "x-WKUWCDEA00000000019356982629rs",
"S": "SELL",
"o": "LIMIT",
"f": "IOC",
"q": "2.04000000",
"p": "7.36600000",
"P": "0.00000000",
"F": "0.00000000",
"g": -1,
"C": "",
"x": "TRADE",
"X": "FILLED",
"r": "NONE",
"i": 3995728290,
"l": "2.04000000",
"z": "2.04000000",
"L": "7.43200000",
"n": "0.00003653",
"N": "BNB",
"T": 1680634258776,
"t": 252802499,
"I": 8230819485,
"w": false,
"m": false,
"M": true,
"O": 1680634258776,
"Z": "15.16128000",
"Y": "15.16128000",
"Q": "0.00000000",
"W": 1680634258776,
"V": "NONE"
}
},
"hook": "newAccountEvent"
}
# Account Balance Change:
{
"payload": {
"institution_id": "6417494a1757a7024deff3a3",
"app_id": "6oivoqhnaee09fv5fq2ao6o976",
"message": {
"e": "outboundAccountPosition",
"E": 1680615714832,
"u": 1680615714831,
"B": [
{
"a": "BNB",
"f": "0.00000520",
"l": "0.00000000"
},
{
"a": "USDT",
"f": "3122.56923469",
"l": "0.00000000"
},
{
"a": "XRP",
"f": "419.27000000",
"l": "0.00000000"
}
]
}
},
"hook": "newAccountEvent"
}
# Balance Update:
{
"payload": {
"institution_id": "641743131f234279e669ee7b",
"app_id": "6oivoqhnaee09fv5fq2ao6o976",
"message": {
"e": "balanceUpdate",
"E": 1680574003259,
"a": "ETH",
"d": "0.00000036",
"T": 1680574003257
}
},
"hook": "newAccountEvent"
}
Sign up and get your
FREE API Keys
Drop the widget into your
App & Play with the API
Unlock full access, private Slack
channel & dedicated advice
You have questions? Let’s talk, email us at hello@vezgo.com