pacifica_rust_sdk 0.1.1

Rust SDK for pacifica.fi exchange
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
description: >-
  Pacifica uses deterministic JSON formatting to generate Ed25519 signatures for
  API authentication.
---

# Signing

All POST requests require signing, whereas GET and websocket subscriptions do not.

Official Pacifica's [Python example](https://github.com/pacifica-fi/python-sdk).\