UserDataEndpoints extension

User Data Endpoints for Binance Spot API

on

Methods

createListenKey() Future<Either<String, String>>
Start a new user data stream. The stream will close after 60 minutes unless a keepalive is sent.
deleteListenKey() Future<Either<String, bool>>
Close out a user data stream.
pingListenKey() Future<Either<String, bool>>
Keepalive a user data stream to prevent a time out.