Sandbox & Developer Tools
PLX provides a full development suite for builders:
Developer Sandbox: https://dev.plx.fi — Test deposits, simulate rebalances, and call API methods in a protected environment.
WebSocket Dashboard: https://stream.plx.fi/dashboard — Visualize vault ratios, rebalances, and price drifts.
GraphQL Playground: https://api.plx.fi/graphql-playground
Status Monitor: https://status.plx.fi — Check system uptime, latency, and API status.
Sandbox Wallet Example
POST https://api.plx.fi/v1/sandbox/deposit
{
"wallet": "sandbox_user",
"symbol": "SOL5X",
"amount": 100
}The sandbox automatically resets balances every 12 hours, perfect for UI/UX or bot testing.
Last updated
