Order Book API

Query

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

book.query

Notify

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

book.update

Subscribe

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

book.subscribe

Unsubscribe

Function๏ผšIf the user unsubscribes from a VToken, the system will no longer push the updated data of the VToken to the user

book.unsubscribe

Last updated