Signing
Pacifica uses deterministic JSON formatting to generate Ed25519 signatures for API authentication.
All POST requests require signing, whereas GET and websocket subscriptions do not. We strongly recommend following the Pacifica Python SDK to generate signatures and submit trading requests. The following example explains the key steps in constructing valid signatures.
Last updated