Skip to main content
The forte_perpetuals_sdk package talks to Fairground Perpetuals over HTTP using ConnectRPC. The reference pages in this site are regenerated from published API docs; treat the upstream README as the full source for clone-and-build steps, protobuf regeneration, and the optional mTLS proxy.

Install

pip install forte-perpetuals-sdk
For development against a git checkout, use editable install and initialize submodules per the repository README.

Clients

  • Async: PerpetualsClient with httpx.AsyncClient (recommended).
  • Sync: PerpetualsClientSync with httpx.Client.
See the PerpetualsClient and PerpetualsClientSync reference pages for methods and signatures.

Next steps