My Assets methods
Used to get the balances of the user from which the request is made. After establishing the WebSocket connection, the user has to be authorized to use this methods.
Last updated
Used to get the balances of the user from which the request is made. After establishing the WebSocket connection, the user has to be authorized to use this methods.
Last updated
- used for one-time data get requests.
- used to subscribe to receive real-time updates (when the balance state is changed).
- used to unsubscribe from the method.
Used for one-time data get requests.
asset*
STRING
Assets (empty = all balances, 1 asset = 1 balance for a specific asset, list of assets = list of balances for specific assets)
BTC
market
STRING
Asset name
available
STRING
Available amount (without active orders)
freeze
STRING
Freezed amount (active orders amount)
Used to subscribe to receive real-time updates.
asset*
STRING
Assets (empty = all balances, 1 asset = 1 balance for a specific asset, list of assets = list of balances for specific assets)
USDT
market
STRING
Asset name
available
STRING
Available amount (in active orders)
freeze
STRING
Freezed amount (active orders amount)
Used to unsubscribe from the method.