You can find the files for codegen at:
https://zo-devnet.n1.xyz/openapi.json
https://zo-devnet.n1.xyz/schema.proto
Rendered documentation is available at
https://zo-devnet.n1.xyz/docs. This
example only uses the schema.proto file. The schema.proto file is
self-documenting and explains the signature scheme. We don't bother with
OpenAPI in this example.
Generate the python bindings:
$ curl https://zo-devnet.n1.xyz/schema.proto -o schema.proto
$ protoc --python_out=. schema.proto
Deposits and withdrawals are fulfilled on Solana through the proton framework. See the documentation for the API at https://zo-devnet.n1.xyz/proton/docs.