Sandbox

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.

Launching Aug 15, 2026. Sandbox environment is currently in final QA. Partners on the early-access list will receive credentials the day of launch. Meanwhile, all REST/WebSocket specs are stable — you can integrate against them today using the Postman collection or codegen'd client, and swap the base URL when sandbox opens.

What sandbox gives you

FeatureDescription
Isolated environmentPhysically separate from production. Sandbox sk_test_* keys never touch production; production sk_live_* keys never touch sandbox (returns 401 WRONG_ENV_KEY).
Test USDT faucetPOST /v1/sandbox/faucet mints 10,000 test USDT to your account (1 call per hour per key). Never has any real value.
ResetPOST /v1/sandbox/reset wipes positions, cancels open orders, resets balance to zero. Test any state transition without waiting.
Mock oraclePOST /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 marketsPre-seeded markets that auto-recycle on settlement, so you always have something to trade against — no waiting for market open.
Higher rate limits10× production baseline. Load-test partners can upgrade further on request.

Request early access

Email partners@predictasiax.com with:

  1. Company / project name
  2. Integration use case (aggregator / bot / mobile app / iGaming operator / other)
  3. Expected sandbox usage (requests/day, peak burst)

Response within one business day.

Prepare your integration today

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 URLPurpose
https://predictasiax.com/apiProduction — real trades, sk_live_* keys
https://sandbox.predictasiax.com/apiSandbox — test USDT, sk_test_* keys (launching Aug 15)

Recommended prep:

Sandbox is not for load testing without approval. To avoid impacting other partners, load tests above 1,000 req/min or 10 concurrent WS connections require pre-approval — email partners@predictasiax.com with your test plan.