Single Order API

Query

Function๏ผšUsers can get order information.

order.query

Notify

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

order.update

Subscribe

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

order.subscribe

Unsubscribe

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

order.unsubscribe

Last updated