Skip to main content
Python 0.12.2 exposes the complete shared V3 operation registry through both PolyNode and AsyncPolyNode. V3 JSON decimal fractions are decoded as Decimal so money and prices are not silently rounded through binary floating point.

Discover operations

Synchronous requests

Asynchronous requests

Use the exact METHOD /v3/path name from V3_OPERATIONS. Path and query values are encoded separately.

Retry and precision behavior

Safe reads retry transient failures and respect Retry-After within the configured ceiling. State-changing calls are never retried automatically. After a mutation timeout, inspect the resource before trying again.
See the complete V3 guide and V3 endpoint reference.