| Token | Private 🔒 | Public 💰 |
|---|---|---|
| zkUSD | 1002080.00 | 0.00 |
| zkEUR | 999521.28 | 0.00 |
| zkPLN | 994690.38 | 0.00 |
| Intent | Swap | Time | Tx |
|---|---|---|---|
| No swaps yet | |||
| Method | Path | Curl |
|---|---|---|
| GET | /health | curl localhost:3225/health |
| GET | /address | curl localhost:3225/address |
| GET | /rates | curl localhost:3225/rates |
| GET | /quote | curl "localhost:3225/quote?tokenIn=0x...&amountIn=1000000" |
| POST | /shield | curl -X POST localhost:3225/shield -d '{"token":"zkUSD","amount":"1000000"}' |