Skip to content

Commit

Permalink
add cancelorder2 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtrooper committed May 25, 2023
1 parent 6c56dcf commit 933a3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Our API is designed to be used as a Websocket API. The message structures and re

The HTTP POST API uses the same endpoint as the websocket API. It is a single endpoint API where messages are passed in the exact same structure as the Websocket message. See [Structure](#Structure) for how POST and Websocket messages should be structured.

The current list of operations available over HTTP POST are: `submitorder3`, `requestquote`, `orderreceiptreq`, `refreshliquidity`, `dailyvolumereq` and `marketsreq`.
The current list of operations available over HTTP POST are: `submitorder3`, `requestquote`, `orderreceiptreq`, `refreshliquidity`, `dailyvolumereq`, `marketsreq` and `cancelorder2`.

# Sending orders on zksync

Expand Down

0 comments on commit 933a3f8

Please sign in to comment.