The Praxos Python client provides a synchronous interface for interacting with the Praxos API. This guide will help you get started with the client and show you how to use its main features.
api_key
(required): Your Praxos API keybase_url
(optional): Custom base URL for the APIparams
(optional): Additional query parameters to include in all requeststimeout
(optional): Request timeout in seconds (default: 10.0)APIError
: General API errorsAPIKeyInvalidError
: Invalid API key errorswith
statement: