Isolated test environment at sandbox.predictasiax.com. Test-only USDT via faucet. Resettable state. Mock oracle for on-demand settlement. Zero risk to real funds.
| Feature | Description |
|---|---|
| Isolated environment | Physically separate from production. Sandbox sk_test_* keys never touch production; production sk_live_* keys never touch sandbox (returns 401 WRONG_ENV_KEY). |
| Test USDT faucet | POST /v1/sandbox/faucet mints 10,000 test USDT to your account (1 call per hour per key). Never has any real value. |
| Reset | POST /v1/sandbox/reset wipes positions, cancels open orders, resets balance to zero. Test any state transition without waiting. |
| Mock oracle | POST /v1/sandbox/mock-oracle force-settles a test market to a chosen outcome. Test settlement flow in seconds instead of waiting for the real oracle. |
| Evergreen markets | Pre-seeded markets that auto-recycle on settlement, so you always have something to trade against — no waiting for market open. |
| Higher rate limits | 10× production baseline. Load-test partners can upgrade further on request. |
Email partners@predictasiax.com with:
Response within one business day.
Sandbox uses the same API contract as production. You can build against the spec now and swap the base URL when your key is provisioned:
| Base URL | Purpose |
|---|---|
https://predictasiax.com/api | Production — real trades, sk_live_* keys |
https://sandbox.predictasiax.com/api | Sandbox — test USDT, sk_test_* keys (launching Aug 15) |
Recommended prep: