Products
Private DeFi

Private Swaps

Private trade desk for swaps, LP, limits, and DCA execution paths.

BUILT

What it does

Private Swaps is the execution layer for intent-protected trading with policy-aware routing and slippage controls across swap/LP/limit/DCA contexts.

Current capabilities

  • DEX token + pool discovery endpoints for route preparation.
  • Quote and swap-calldata builders for wallet execution.
  • Shared intent context with LP/limits/DCA strategy paths.
  • Policy constraints and proof gates remain enforceable at execution time.

Standalone API Sandbox

Run direct API actions from this page. Endpoint fallback automatically tries both single-prefix and duplicated-prefix path variants.

GET

List available trade tokens

Fetch DEX token metadata for routing.

/api/v1/zkdefi/dex/tokens
POST

Build swap quote

Estimate amount out using the live DEX quote route.

/api/v1/zkdefi/dex/quote
POST

Generate swap calldata

Get calldata payload for wallet execution.

/api/v1/zkdefi/dex/swap-calldata

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation