Documentation Index
Fetch the complete documentation index at: https://docs.privataswap.com/llms.txt
Use this file to discover all available pages before exploring further.
v1.2 — 2026-05-21
Released alongside Trust Wallet pilot preparation. New endpointsPOST /partner/v1/order/{id}/refund-action— partner-confirmed refund.GET /partner/v1/providers/refund-capability— live programmatic vs ticket list.POST /partner/v1/webhook/resume— manual resume after auto-pause.
CreateOrderRequest.refund_preferenceadded (optional, defaultreturn_to_refund_address/manual_review).Order.refund_capability,refund_window_hours,refund_sla_hoursadded.- New status:
refund_required(between non-terminal andrefunded). - New error codes:
DUPLICATE_ACTIVE_ORDER,REFUND_WINDOW_EXPIRED,REFUND_NOT_PROGRAMMATIC,STABLE_TARGET_REQUIRED,WEBHOOK_PAUSED,SCOPE_REQUIRED.
- Response headers
Privata-Resume-Source(buffer | snapshot | fresh) andPrivata-Resume-Gap-Msadded.
- Separate Ops events channel introduced — configure a second URL in dashboard.
- Dual-sign 5-minute grace window on secret rotation.
- Pilot tariffed compensation table published.
- Enterprise tier 2,500/mo lite) day-1 99.9%.
v1.1 — 2026-05-20
- SDK switches to camelCase publicly, internally maps to snake_case wire format.
- API key bcrypt cache (in-memory) to keep auth path off the hot CPU path.
- Webhook URL SSRF guard (block private IPs, cloud metadata, require HTTPS in prod).
- Tracking URL signed with HMAC token (UUID-guessing closed).
- IP extraction via trusted-proxy chain (correct
X-Forwarded-Forhandling). - Sandbox orders flagged
sandbox=1and excluded from payouts.
v1.0 — 2026-05-15
Initial partner API.- 50+ providers behind
/partner/v1/*. - ChangeNOW-compatible
/v2/exchange/*shim. - SSE + webhooks.
- Sandbox via
pk_test_keys.