Vessel Finance API
  1. Vessel WebSocket
Vessel Finance API
  • Introduction
  • General Info
  • HMAC Signature Guide
  • Poseidon Signature Guide
  • Internal Transfer Signature Guide
  • Error Code
  • Vessel REST API
    • Public
      • Market Data
        • 24hr Ticker Statistics
        • Kline / Candlestick Data
        • Order Book
        • Recent Trades List
        • Average Price
        • AMM Pool Last 24h Data
      • Exchange Data
        • Ticker Info
        • Asset Info
        • Trade Fee
        • AMM Pool Info
    • User
      • Asset
        • User Asset
        • Withdraw
        • Withdraw History
        • Deposit History
        • Claim History
        • Internal Transfer (Send)
        • Internal Transfer History
      • Order
        • Place Order
        • Cancel Order
        • Open Orders
        • Completed Orders
        • All Orders
        • Query Order
        • Modify Order
      • AMM
        • Add Liquidity
        • Remove Liquidity
        • Collect Fee
        • AMM Position
        • AMM Action History
      • Account
        • User Profile
        • User Trade List
  • Vessel WebSocket
    • Market
      • Order Book
      • K Line
      • Recent Trades
      • 24hr Ticker Statistics
      • Ticker Setting Upade
    • User
      • Authorize
      • Balance
      • Account
  1. Vessel WebSocket

User

The User Data WebSocket provides an efficient, real-time stream of user balance information.

Guide#

The User Data is a private WebSocket, necessitating user-specific authentication or signatures. To access, please follow this procedure:
1.
Authorization Subscription: subscribing to the 'Authorize' channel to establish a secure connection.
2.
Balance Updates: Once authorized, subscribe to the 'Balance' channel. This enables the receipt of continuous WebSocket updates concerning your account balances.
By following this two-step process, you can securely authorize your WebSocket connection and subsequently receive real-time updates on your account balances.
Note:
Currently, there may be some limitations when attempting to directly interact with this feature via our API tools. We are actively working on enhancing tool compatibility with the 'Authorize' WebSocket channel and will provide updates as these enhancements are implemented.
Previous
Ticker Setting Upade
Next
Authorize
Built with