mirror of
https://github.com/bisq-network/bisq-api-reference.git
synced 2026-01-27 17:43:33 +00:00
11 lines
435 B
Markdown
11 lines
435 B
Markdown
# Bisq API Python Examples
|
|
|
|
This subproject contains Python3 classes demonstrating API gRPC method calls, and some sample bots.
|
|
|
|
Each class in
|
|
the [bisq.rpccalls](https://github.com/bisq-network/bisq-api-reference/tree/main/python-examples/bisq/rpccalls) package is
|
|
named for the RPC method call being demonstrated.
|
|
|
|
The `run-setup.sh` script in this directory can install Python3 dependencies and example packages into a local venv.
|
|
|