Order History API

Query

Function๏ผšUsers can get the order history list of VToken.

history.query

Notify

Function๏ผšWhen the order book changes, push the newly added data information.

history.update

Subscribe

Function๏ผšWhen a user subscribes to the order history of a certain VToken, the system can push the updated order history information of this VToken to the user in time.

history.subscribe

Unsubscribe

Function: If the user unsubscribes from a VToken, the system will no longer push the updated order history of the VToken to the user.

history.unsubscribe

Last updated