Links

GitHub and API

ZigZag's code, while closed-source, is publicly available on the ZigZag Exchange GitHub.

Websocket and REST API

The latest documentation of the Websocket and REST API can be found in the backend GitHub repository.

Markets endpoint

curl "https://zigzag-exchange.herokuapp.com/" -X POST -H 'Content-Type:application/json' -d '{"op":"marketsreq","args":[1, true]}'