pn.v3.operations. Typed helpers cover common reads; execute() covers every registered route, including combos, credits, webhooks, and perps.
Discover the registry
Typed reads
Any registered route
Use the exact operation name from the registry. Path parameters and query parameters are encoded separately:Perps REST data
Retry and error behavior
Safe reads retry transient failures and respectRetry-After within the configured ceiling. Mutations are never retried automatically. A mutation timeout can have an ambiguous result, so inspect the resource before retrying it.

