Skip to main content

Private Transfer

Auth:
  • Hybrid (JWT or API key)

Prepare transfer

curl -X POST http://localhost:3004/privacy/transfer \
  -H "x-api-key: $API_KEY" \
  -H 'Content-Type: application/json' \
  -d '{"chainId":137,"token":"0x...","amount":"1000000","toRailgunAddress":"0zk...","memo":"hello"}'